Eu tenho um computador na sub-rede 192.168.10.x
e estou tentando fazer ping em um dispositivo na sub-rede 192.168.12.x
. Eu posso pingar outros dispositivos no .12.x
com sucesso, mas quando eu tento ping e .12.167
recebo a seguinte resposta:
C:\windows\system32>ping nodexxxx
Pinging nodexxxx.xxxxxx.com [192.168.12.167] with 32 bytes of data:
Reply from 192.168.10.73: Destination host unreachable.
Reply from 192.168.10.73: Destination host unreachable.
Reply from 192.168.10.73: Destination host unreachable.
Reply from 192.168.10.73: Destination host unreachable.
Ping statistics for 192.168.12.167:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)
Pelo que entendi, se a resposta for "Destination host unreachable" apenas, haverá um problema com o roteamento na máquina local, mas se a resposta for como acima, com o endereço IP incluído, o problema está no roteamento na rede.
A parte confusa é 192.168.10.73
é o endereço da minha máquina.
Alguém consegue descobrir isso?
Tags networking ping routing