traceroute

Print the route packets trace to network host. More information: <https://manned.org/traceroute>.

Install

All systems
curl cmd.cat/traceroute.sh
Debian Debian
apt-get install traceroute
Ubuntu
apt-get install traceroute
Arch Arch Linux
pacman -S traceroute
image/svg+xml Kali Linux
apt-get install traceroute
CentOS
yum install traceroute-3
Fedora
dnf install traceroute-3
Windows (WSL2)
sudo apt-get update sudo apt-get install traceroute
Raspbian
apt-get install traceroute

Print the route packets trace to network host. More information: <https://manned.org/traceroute>.

  • Traceroute to a host:
    traceroute host
  • Disable IP address and host name mapping:
    traceroute -n host
  • Specify wait time for response:
    traceroute -w 0.5 host
  • Specify number of queries per hop:
    traceroute -q 5 host
  • Specify size in bytes of probing packet:
    traceroute host 42

© tl;dr; authors and contributors