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.
# yum insall fping
# fping -g 192.168.1.0/24 | grep “alive”
# yum insall fping
# fping -g 192.168.1.0/24 | grep “alive”
No comments:
Post a Comment