fping: add page (#1395)

This commit is contained in:
Max Xu 2017-06-08 18:25:51 +08:00 committed by Agniva De Sarker
parent b4dc9ec224
commit 4bbb5c8876

15
pages/common/fping.md Normal file
View File

@ -0,0 +1,15 @@
# fping
> A more powerful ping which can ping multiple hosts.
- 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 a 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`