fping6

sends ICMP ECHO_REQUEST packets to network hosts

Install

All systems
curl cmd.cat/fping6.sh
Debian Debian
apt-get install fping
Ubuntu
apt-get install fping
Alpine
apk add fping
Arch Arch Linux
pacman -S fping
image/svg+xml Kali Linux
apt-get install fping
Fedora
dnf install fping
Windows (WSL2)
sudo apt-get update sudo apt-get install fping
OS X
brew install fping
Raspbian
apt-get install fping
Docker
docker run cmd.cat/fping6 fping6 powered by Commando

fping

sends ICMP ECHO_REQUEST packets to network hosts

fping is a ping like program which uses the Internet Control Message Protocol (ICMP) echo request to determine if a target host is responding. fping differs from ping in that you can specify any number of targets on the command line, or specify a file containing the lists of targets to ping. Instead of sending to one target until it times out or replies, fping will send out a ping packet and move on to the next target in a round-robin fashion.