fping
A more powerful ping which can ping multiple hosts. More information: <https://fping.org>.
Install
- All systems
-
curl cmd.cat/fping.sh
- Debian
-
apt-get install fping
- Ubuntu
-
apt-get install fping
- Alpine
-
apk add fping
- Arch Linux
-
pacman -S fping
- 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
- Dockerfile
- dockerfile.run/fping
- Docker
-
docker run cmd.cat/fping fping
powered by Commando
A more powerful ping which can ping multiple hosts. More information: <https://fping.org>.
-
List alive hosts within a subnet generated from a netmask:
fping -a -g 192.168.1.0/24
-
List alive hosts within a subnet generated from an IP range:
fping -a -g 192.168.1.1 192.168.1.254
-
List unreachable hosts within a subnet generated from a netmask:
fping -u -g 192.168.1.0/24
© tl;dr; authors and contributors