| Ping and Traceroute |
Ping and Traceroute Instructions for Windows
In Windows, go to Start->Run type 'cmd' without the quotes click OK A console window should open (window with black background) type the following... ping -n 10 rude.com
when that is done type... tracert rude.com
When that is finished, right click anywhere in the console window, and choose 'select all' Then paste the results into a support ticket.
For Mac
HD -> Applications -> Utilities -> Terminal
Ping: Pings the server name that you type in, this sends data to the server and times the response back to you
1. After Opeing Terminal enter the following command.
A. ping rude.com ( returns a single ping request )
Traceroute: Just like a freeway, when you type in a web address, or check your mail, your connection makes several stops along the way to your request. Some of the stops can have problems processing your request
1. After Opeing Terminal enter the following command.
A, traceroute rude.com ( returns a route your connection takes to the domain )
B. to cancel the trace, press CTRL + C.
|
Rate This Article
Date Added: 2007-09-28 10:06:21 Keywords: traceroute, trace route, disconnect, disconnected,ping |
|