Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Using fping tool  (Read 2241 times)

0 Members and 1 Guest are viewing this topic.

lijeshk

  • Guest
Using fping tool
« on: November 19, 2013, 01:55:42 am »
Network administrators may need a command or tool that will display all the live hosts in their network/subnet to keep track of all the activities and for that you can try using fping tool which works based on the ICMP echo request.

 
fping rpm : http://packages.sw.be/fping

To install via yum on centos/fedora/rhel

   
Code: [Select]
# yum insall fping
After installing just execute the following command :

   
Code: [Select]
#fping -g 192.168.1.0/24
(or)

    #fping -g 192.168.1.0 192.168.1.255

fping Man Page : http://fping.sourceforge.net/man/

--