Skip to content

fping - An improved ping tool

Linux tool which is an improved version of the ping utility:

fping -a -g IPRANGE
# -a: forces the tool to show only alive hosts.
# -g: tells the tool we want to perform a ping sweep instead of a standard ping.

Also you can use the CIDR notation:

fping -a -g 10.54.12.0/24
fping -a -g 10.54.12.0 10.54.12.255
Last update: 2023-05-02
Created: January 3, 2023 12:54:46