Running TraceRoute (tracert)

Home -> Windows

7985 views

From the computer of: alexthebeast (133 recipes)
Created: Oct 15, 2003


Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

Trace Route (tracert.exe) command reports the path from you to the destination computer. It is commonly used to test the path to a particular system for debugging purposes.

Frequently web addresses appear to be dead. Is it that particular computer that is gone or is the problem within your or your ISP's network? Is it somewhere in between?

When you have this problem, running tracert is an excellent method to see what is causing the problem.

You may run this command from the command line. The command structure is typically the following:

tracert anywebaddress.com



Or if you want to save this information to a text file:

tracert anywebaddress.com > textfile.txt



Hackers will use tracert to search for computer targets "nearby" or "upstream" to the box they want to access.

Typical output will this:


...
...
16     *       89 ms    43 ms  border11.ge3-0-bbnet2.mia.pnap.net [216.52.160.79]
17    51 ms    51 ms    53 ms  futurequest-1.border11.mia.pnap.net [216.52.162.126]
18    63 ms    47 ms    47 ms  core-01-2.futurequest.net [63.239.113.253]
19    49 ms    63 ms    47 ms  tech-recipes.com [69.5.24.242]



The remainder of the options can be found below.

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.

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  Pathping: Traceroute with Packet Loss and Latency Reporting
  Windows: Find Out What Services are Running
  Ad-Aware: Reduce CPU Usage by Running Scan in Background
  XP: Set the Number CPU cycles a Running Program Receives
  Execute System Restore from the Command Line / Safe Boot
  XP Pro and Vista: List active Windows programs from command line with tasklist
  XP: Change Default Installation Directory
  Vista: Enabling Sound in DreamScene
  Clearing Infected Files From System Restore
  Windows XP -How to run / install programs and more as admin on non-admin account

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.