ping4
Tools to test the reachability of network hosts
Install
- All systems
-
curl cmd.cat/ping4.sh
- Debian
-
apt-get install iputils-ping
- Ubuntu
-
apt-get install iputils-ping
- Kali Linux
-
apt-get install iputils-ping
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install iputils-ping
- Raspbian
-
apt-get install iputils-ping
- Dockerfile
- dockerfile.run/ping4
iputils-ping
Tools to test the reachability of network hosts
The ping command sends ICMP ECHO_REQUEST packets to a host in order to test if the host is reachable via the network. This package includes a ping6 utility which supports IPv6 network connections.