You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
This article preview will expire in 30 minutes, after which it will no longer be accessible.
Home > New User Questions > What is a traceroute and how do I perform one?
What is a traceroute and how do I perform one?
print icon

Traceroute is a diagnostic command for displaying possible routes (paths) and measuring transit delays of packets across the internet. Here are several ways to perform a traceroute; the method you use will depend on your operating system.

 

  • Windows

    • For Windows 7 and older:

      • Open Start menu -> Click Run -> Type cmd and press Enter.

      • In the command prompt type tracert news.xlned.com and press Enter.

    • For Windows 8.x and newer:

      • Use the search window, type command prompt and click on the Command Prompt result.

      • Type tracert news.xlned.com and press Enter.

      • This will provide traceroute results from your computer to xlned.com. You can also use 

    • How to copy the traceroute data:

      • To copy text such as traceroute and ping results from an MS-DOS prompt, you should right-click on the MS-DOS window and choose Mark.

      • Then select the text with your mouse and right-click or press Enter on your keyboard to save the marked text to your clipboard. Then you can paste it by pressing Ctrl+V.

  • Mac OS

    • You need to open up Terminal, located under Applications -> Utilities -> Terminal and type:

    • traceroute news.xlned.com and press Enter.

  • Linux

Open a Terminal window and type: traceroute -I news.xlned.com

Feedback
0 out of 0 found this helpful

scroll to top icon