What Is A Trace Route (tracert)? How Do I Run One?
A traceroute is a function which traces the path from one network to another. It allows us to diagnose the source of many problems.
Note: To be effective, the traceroute MUST be run during a time when you are experiencing the problem, from a computer that is experiencing the problem. A trace when you are able to connect, or one from another computer, is not helpful. Therefore, you should try to connect to your site again just before you run it. If the problem is no longer occurring, you will have to wait until the next time the problem occurs (if there is a next time) before running your traceroute.
Note: To be effective, the traceroute MUST be run during a time when you are experiencing the problem, from a computer that is experiencing the problem. A trace when you are able to connect, or one from another computer, is not helpful. Therefore, you should try to connect to your site again just before you run it. If the problem is no longer occurring, you will have to wait until the next time the problem occurs (if there is a next time) before running your traceroute.
to run traceroute on windows
1.Open the command prompt.
- Go to Start > Run.
- Type cmd and press the Enter key.
(On Windows 98 or ME, type command instead and press the Enter key.) - This will bring up a command prompt window. It has a line that looks like this:
C:\Documents and Settings\yourname> _
with a cursor blinking next to the ">" symbol.
2. In the command prompt, type:
tracert hostname
where [hostname] is the name of the server that you are testing the connection to. See the section "Determining [hostname]" below for help with the hostname.
tracert hostname
where [hostname] is the name of the server that you are testing the connection to. See the section "Determining [hostname]" below for help with the hostname.
3. You will have to wait up to a minute or more for the test to complete. It will generate a list of the connections along the way and some information about the speed of the steps along the way.
4. Send us the complete results (every line) for analysis.
Right-click the window and Select All, then hit Enter on your keyboard. You can paste it now into a document.
4. Send us the complete results (every line) for analysis.
Right-click the window and Select All, then hit Enter on your keyboard. You can paste it now into a document.
If you have difficulty copying the traceroute information, or if it runs off the screen, you can type this command instead:
tracert [hostname] > C:\trace1.txt
This writes the command results to a text file named trace1.txt in the root of your C: drive. You can then open this file and paste the contents into your email message to Support.
tracert [hostname] > C:\trace1.txt
This writes the command results to a text file named trace1.txt in the root of your C: drive. You can then open this file and paste the contents into your email message to Support.
to run traceroute on mac
If you have OS X, you can use the built-in network tools.
- Double-click the Hard Drive icon and navigate to Applications > Utilities.
- In the Utilities folder, double-click one of the following programs:
- Network Utility.
- Click the Traceroute tab and enter the hostname
- Terminal.
- In Terminal, type:
Hostname is the name of the server that you are testing the connection to. See the section "Determining [hostname]" below for help with the hostname.
3. You will have to wait up to a minute or more for the test to complete. It will generate a list of the connections along the way and some information about the speed of the steps along the way.
4. Send us the complete results (every line) for analysis.
If you have an older Macintosh, you may need to acquire third-party software. Go to http://www.tucows.com and do a search for "Trace" on "Macintosh". Programs like the DNS Expert Professional will allow you to run a traceroute. Then send us the results for analysis.
4. Send us the complete results (every line) for analysis.
If you have an older Macintosh, you may need to acquire third-party software. Go to http://www.tucows.com and do a search for "Trace" on "Macintosh". Programs like the DNS Expert Professional will allow you to run a traceroute. Then send us the results for analysis.
Determining [hostname] for both systems:
Please note that hostname should be replaced with whatever site is not working for you.
- If your problem is that you cannot access your email server and you are a web hosting customer or have a custom domain with us, you would actually be running a traceroute to mail.yourdomain.name.
- If you are a Enterprise Exchange email customer, you can use the hostname for the server specified in your email account settings for the email program you are using.
- If you have been instructed by Customer Service Support team to conduct this test, our team will tell you what hostname to test for.