最後更新: 2015-07-08
Example0:
# 在 192.168.88.150 上 ping 兩粒 IP
fping 192.168.88.1 192.168.88.2
192.168.88.1 is alive ICMP Host Unreachable from 192.168.88.150 for ICMP Echo sent to 192.168.88.2 ICMP Host Unreachable from 192.168.88.150 for ICMP Echo sent to 192.168.88.2 ICMP Host Unreachable from 192.168.88.150 for ICMP Echo sent to 192.168.88.2 192.168.88.2 is unreachable
Exampe1:
# ping 一堆 ip
fping -g 192.168.0.0/254
or
fping -g 192.168.0.1 192.168.0.254
Exampe2:
fping -f targets_file
fping < targets_file