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
  1. Open a command prompt by going to Start->run->type command->press enter.
  2. Type the command: tracert

For example:

Linux

For linux the command would be:

For example:

  • 312 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

Hardening CentOS

What will this script do? Install useful packages such as tcpdump, mtr, zsh, perl and...

How can I reset my root password?

This article explains how to reset the root password if you no longer know it. You will require...

How do I bind my additional IPs?

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

How do I connect to my other servers using the private interface?

Every server has two Ethernet cards in it. The first links the server to the outside world via...

How do I use iptables?

Warning Modifying rules on your server can cause the server to become inaccessible on port 22...