Da un computer Windows 7, eseguo il ping di un indirizzo IP di un computer spento.
C:\>ping 192.168.1.222
Pinging 192.168.1.222 with 32 bytes of data:
Reply from 192.168.1.222: Destination host unreachable.
Reply from 192.168.1.222: Destination host unreachable.
Reply from 192.168.1.222: Destination host unreachable.
Ping statistics for 192.168.1.222:
Packets: Sent = 3, Received = 3, Lost = 0 (0% loss)
Anche se non c'è risposta, il livello di errore è impostato su 0
.
Quello che sto cercando di fare è capire se una macchina remota sta rispondendo al ping. Uno dei miei test è quello di spegnere la macchina e eseguirne il ping. Per qualche motivo, ping imposta errorlevel su 0
.