Tracetcp
http://tracetcp.sourceforge.net
download:
http://sourceforge.net/projects/tracetcp/files/tracetcp/
http://www.winpcap.org
WinPcap must be installed for tracetcp to work.
From a cmd prompt run the path cmd and put winmtr.exe in one of the locations listed.
C:\Windows should be listed as a path.
copy tracetcp.exe to C:\Windows
C:\Users>tracetcp www.ccie23050.com
Tracing route to 98-65-222-189 [98-65-222-189] on port 80
Over a maximum of 30 hops.
1 2 ms 2 ms 2 ms 10.3.3.3 [di.di.net]
2 4 ms 3 ms 6 ms 122.9.58.12
3 2 ms 2 ms 2 ms 95.20.125.209 [eam.net]
4 4 ms 2 ms 3 ms 95.20.125.181 [eam.net]
5 10 ms 9 ms 10 ms 123.186.240.32 [eam.net]
6 10 ms 9 ms 13 ms 151.55.254.138 [eam.net]
7 10 ms 18 ms 9 ms 4.71.198.25 [xe-8-3-0.edge3.dallas1.level3.net]
8 14 ms 10 ms 9 ms 4.69.145.254 [vlan90.csw4.dallas1.level3.net]
9 10 ms 9 ms 9 ms 4.69.151.158 [ae-83-83.ebr3.dallas1.level3.net]
10 42 ms 42 ms 41 ms 4.69.132.77 [ae-3-3.ebr2.losangeles1.level3.net]
11 41 ms 42 ms 44 ms 4.69.137.22 [ae-72-72.csw2.losangeles1.level3.net]
12 42 ms 41 ms 41 ms 4.69.144.10 [ae-1-60.edge1.losangeles9.level3.net]
13 43 ms 42 ms 42 ms 4.68.63.190 [sbc-level3-xe-1.losangeles1.level3.net]
14 123 ms 166 ms 136 ms 12.83.48.54
15 * * * Request timed out.
16 58 ms 57 ms 55 ms 75.29.128.9
17 58 ms 57 ms 57 ms 98.65.222.189 [98-65-222-189]
18 Destination Reached in 66 ms. Connection established to 98.65.222.189
Trace Complete.
C:\Users>tracetcp www.ccie23050.com:443
C:\Users>tracetcp -?
Usage: tracetcp host [options]
where host = hostName|ipAddress[:portNumber|serviceName]
if portNumber or serviceName is not present then port 80 (http) is assumed.
Options:
-? Displays help information.
-F Disables the Anti-flood timer.
-R Use Raw Sockets to send packets.
-c Select condensed output mode.
-g address Send to remote host using specified gateway.
-h start_hop Starts trace at hop specified.
-m max_hops Maximum number of hops to reach target.
-n No reverse DNS lookups for each node.
-p num_pings # of pings per hop (default 3).
-r p1 p2 Multiple traces from port p1 to p2.
-s p1 p2 Scan ports p1 to p2. Eqiv of: -cnr p1 p2 -h 128 -m 1 -p 1
-t timeout Wait timeout milliseconds for each reply.
-v Displays version information.
Examples:
tracetcp www.microsoft.com:80 -m 60
tracetcp post.sponge.com:smtp
tracetcp 192.168.0.1 -n -t 500
C:\Users>