How to 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 tracert for this utility.
Linux uses 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 10.10.10.10
Linux

For linux the command would be:

traceroute <ip address>

For example:

traceroute 10.10.10.10
  • 60 Users Found This Useful
Was this answer helpful?

Related Articles

How to bind additional IPs?

Instructions are only for CentOS / Fedora specifically. By default, Rackbank only binds your...

How to run a ping ?

PING stands for Packet INternet Groper. This is a simple diagnostic tool implemented in both...

How to set additional IPs in Windows?

By default, Rackbank only binds your first IP. This is because there are different methods of...

Recieving an "ip_conntrack: table full" error.

On OpenVZ/HyperVM machines sometimes the ip_conntrack table will become full and drop packets....