tcptraceroute.db
Traces the route taken by packets over an IPv4/IPv6 network
Install
- All systems
-
curl cmd.cat/tcptraceroute.db.sh
- Debian
-
apt-get install traceroute
- Ubuntu
-
apt-get install traceroute
- Arch Linux
-
pacman -S traceroute
- Kali Linux
-
apt-get install traceroute
- CentOS
-
yum install traceroute
- Fedora
-
dnf install traceroute
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install traceroute
- Raspbian
-
apt-get install traceroute
- Dockerfile
- dockerfile.run/tcptraceroute.db
traceroute
Traces the route taken by packets over an IPv4/IPv6 network
The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. Traceroute displays the IP number and host name (if possible) of the machines along the route taken by the packets. Traceroute is used as a network debugging tool. If you're having network connectivity problems, traceroute will show you where the trouble is coming from along the route. Install traceroute if you need a tool for diagnosing network connectivity problems.