Josh
Second Banana
Reged: 06/10/03
Posts: 1185
Loc: United States
|
|
In Windows:
Start -> Run... ->
Type "cmd" and click OK.
At the prompt, type:
tracert yourdomain.com
Hit enter and it'll show the entire path from your machine to the server.
-------------------- Josh
www.ThreadsDev.com
www.VertexHost.com
|
ericgtr
journeyman
Reged: 08/26/03
Posts: 52
Loc: Portland, Oregon
|
|
I also use this on a regular basis, here's the list of switches that you can use with it to help narrow things down or save a few steps.
Usage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_name
Options: -d Do not resolve addresses to hostnames. -h maximum_hops Maximum number of hops to search for target. -j host-list Loose source route along host-list. -w timeout Wait timeout milliseconds for each reply.
|