tracepath6
Network monitoring tools, including ping
Install
- All systems
-
curl cmd.cat/tracepath6.sh
- Debian
-
apt-get install iputils-tracepath
- Ubuntu
-
apt-get install iputils-tracepath
- Alpine
-
apk add iputils
- Arch Linux
-
pacman -S iputils
- Kali Linux
-
apt-get install iputils-tracepath
- CentOS
-
yum install iputils
- Fedora
-
dnf install iputils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install iputils-tracepath
- Raspbian
-
apt-get install iputils-tracepath
- Dockerfile
- dockerfile.run/tracepath6
- Docker
-
docker run cmd.cat/tracepath6 tracepath6
powered by Commando
iputils
Network monitoring tools, including ping
iputils-tracepath
Tools to trace the network path to a remote host
The tracepath utility is similar to the traceroute utility, but also attempts to discover the MTU of the path. This package also includes tracepath6 and traceroute6 utilities, which may be used on IPv6 networks.