diegolinkk
(usa Outra)
Enviado em 14/05/2015 - 17:05h
oi amigo, eu posso estar errado, mas se for o que estou pensando,voce consegue resolver com o "fping".
primeiramente, instale ele pelo repositorio (sudo apt-get install fping) e depois use o comando abaixo
fping -g [ip de inicio] [ip de término]
exemplo:
fping -g 192.168.0.1 192.168.0.10
192.168.0.1 is alive
192.168.0.3 is alive
192.168.0.5 is alive
192.168.0.6 is alive
192.168.0.7 is alive
192.168.0.8 is alive
192.168.0.9 is alive
192.168.0.10 is alive
ICMP Host Unreachable from 192.168.0.45 for ICMP Echo sent to 192.168.0.2
ICMP Host Unreachable from 192.168.0.45 for ICMP Echo sent to 192.168.0.2
ICMP Host Unreachable from 192.168.0.45 for ICMP Echo sent to 192.168.0.2
ICMP Host Unreachable from 192.168.0.45 for ICMP Echo sent to 192.168.0.2
ICMP Host Unreachable from 192.168.0.45 for ICMP Echo sent to 192.168.0.4
ICMP Host Unreachable from 192.168.0.45 for ICMP Echo sent to 192.168.0.4
ICMP Host Unreachable from 192.168.0.45 for ICMP Echo sent to 192.168.0.4
ICMP Host Unreachable from 192.168.0.45 for ICMP Echo sent to 192.168.0.4
192.168.0.2 is unreachable
espero ter ajudado