Archive for the 'Guides' Category

Running traceroute on the Windows OS

Auto Date Friday, November 23rd, 2007

First, in order to run traceroute on the Windows box you need to launch a command prompt or DOS console.

Type ‘cmd’ and hit enter in Start->Run

To run Traceroute under the Windows you must use traceroute’s command line utility

tracert

traceroute help:

C:\Documents and Settings\Administrator>tracert

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.

for example to trace the network path to host host.net you should enter

tracert host.net

and hit enter. Voila ;)