How do I run a traceroute?

Both Windows and Linux have the ability of diagnosing the health of a connection between a source and destination machine by also testing the communication status of the devices that make the connection possible.

Windows uses the command tracert for this utility.
Linux uses the command traceroute for this utility.

The route is determined by examining the ICMP Time Exceeded messages sent back by intermediate routers. Note that some routers silently drop packets with expired TTLs and are invisible to TRACERT / Traceroute utilities.

How to run a traceroute

Windows

Open a command prompt by going to Start->run->type command->press enter.
Type the command: tracert

For example:

C:\>tracert 4.2.2.2

Linux

For linux the command would be:

traceroute

For example:
traceroute 4.2.2.2

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

How do I bind my additional IPs?

These instructions are for CentOS / Fedora specifically.By default, we only binds your first...

How do I schedule FSCK to run automatically?

Using cron to schedule an FSCKBy default, a fsck is forced after 30 reboots or 180 days.To avoid...

Why is cPanel/WHM not loading?

There are two main reasons why cPanel/WHM isn't loading that we've seen.Brand New ServerIf you...

How to install cPanel on CentOS

Installation Notes A CentOS or Red Hat server that is going to have cPanel installed needs a...

How do I set the Primary Interface in WHM?

Under Basic cPanel/WHM Configuration, there is an area called Primary Interface. By default, if...