Home >> Knowledge Base 
Search:     Advanced search
Browse by category:



How to do a traceroute

Add comment
Views: 497
Votes: 0
Comments: 0
Traceroute is a utility that is provided with operating systems that lets you view the route that your computer takes to a server across the internet. It also shows ping times at each hop (router) along the way.

This provides some useful information when troubleshooting problems with latency, lag and other network related problems.

To run traceroute on a Windows pc, you will need to open a command prompt first. Either find it in the start menu or go to Start -> Run and enter cmd.

Then enter:

tracert

Replace with the server\'s IP address.

To copy and paste the output into an email or support ticket update you can either pipe the output to a text file:

tracert > trace.txt

and then open the file with notepad:

notepad trace.txt

or copy it right from the command prompt window by clicking on the icon on the upper left hand side of the window and selecting edit-> mark. Once the output text is highlighted, hit enter. The contents are copied to the clipboard and can then be pasted into another application.
Others in this Category
document How to install server mods for q3 based games.
document Counter-Strike Source config generator.
document Do you use Windows or Linux servers?
document Setting up fast downloads for Call of Duty 2
document How to re-install your game server
document How to create a redirect to use for the fast download (http based) feature of your game server.