Tuesday, April 2, 2013

TCP trace route in windows using tracetcp

Advertisements

Trace route is a nice tool to find where in network resides the actual problem. Windows tracert uses ICMP. ICMP traces can often be inaccurate. To get a more realistic picture of what is going on we will use TCP based trace route. For this in windows based systems we can use tracetcp tool. In this post we will see how to install tracetcp in windows 7 and use it.


You can download a TCP trace route utility for Windows from the following location:
http://tracetcp.sourceforge.net/

You will need to download and install WinPcap first to be able to use tracetcp from the command line. You can download WinPcap from here:
http://www.winpcap.org/install/default.htm

Installing Wincap:

  • Click next:

TCP trace route in windows using tracetcp
















  • Click agree and complete the installation.

TCP trace route in windows using tracetcp















  • Now download tracetcp, unzip it and copy it to your executable's location.

TCP trace route in windows using tracetcp















  • Now open the command prompt and run tracetcp command.

Syntax:
#tracetcp  host
TCP trace route in windows using tracetcp













Thats it :)

No comments:

Post a Comment

Be nice. That's all.