mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
fping: update page (#13960)
This commit is contained in:
parent
e6f244f303
commit
ce91d8935a
1 changed files with 8 additions and 4 deletions
|
@ -3,14 +3,18 @@
|
|||
> A more powerful ping which can ping multiple hosts.
|
||||
> More information: <https://fping.org>.
|
||||
|
||||
- List the status of all hosts within a range:
|
||||
|
||||
`fping {{192.168.1.{1..254}}}`
|
||||
|
||||
- List alive hosts within a subnet generated from a netmask:
|
||||
|
||||
`fping {{-a|--alive}} {{-g|--generate}} 192.168.1.0/24`
|
||||
`fping {{-a|--alive}} {{-g|--generate}} {{192.168.1.0/24}}`
|
||||
|
||||
- List alive hosts within a subnet generated from an IP range:
|
||||
- List alive hosts within a subnet generated from an IP range and prune per-probe results:
|
||||
|
||||
`fping {{-a|--alive}} {{-g|--generate}} 192.168.1.1 192.168.1.254`
|
||||
`fping {{-q|--quiet}} {{-a|--alive}} {{-g|--generate}} {{192.168.1.1}} {{192.168.1.254}}`
|
||||
|
||||
- List unreachable hosts within a subnet generated from a netmask:
|
||||
|
||||
`fping {{-u|--unreach}} {{-g|--generate}} 192.168.1.0/24`
|
||||
`fping {{-u|--unreach}} {{-g|--generate}} {{192.168.1.0/24}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue