1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/fping.md
Managor 320d209c78
*: fix style guide issues part 2 (#15777)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-07 13:45:30 +02:00

20 lines
635 B
Markdown

# fping
> 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}}`
- List alive hosts within a subnet generated from an IP range and prune per-probe results:
`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}}`