tldr/pages/common/fping.md

17 lines
399 B
Markdown
Raw Normal View History

2017-06-08 11:25:51 +01:00
# fping
> A more powerful ping which can ping multiple hosts.
2019-06-07 11:58:16 +01:00
> More information: <https://fping.org>.
2017-06-08 11:25:51 +01:00
- List alive hosts within a subnet generated from a netmask:
`fping -a -g 192.168.1.0/24`
2017-06-09 22:50:23 +01:00
- List alive hosts within a subnet generated from an IP range:
2017-06-08 11:25:51 +01:00
`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`