Quando faço ping em uma máquina com Windows 7 do meu win 8 tablet:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC>ping alwyn-hp
Pinging alwyn-hp.gateway.2wire.net [127.0.0.1] with 32 bytes of data: Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Ping statistics for 127.0.0.1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
Quando tento abordar o computador por meio de seu IP diretamente
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC>ping 192.168.1.74
Pinging 192.168.1.74 with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out.
Ping statistics for 192.168.1.74: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Para começar, estou extremamente confuso sobre como o DNS resolveu o 127.0.0.1, que normalmente é reservado para o host local. Eu já verifiquei o arquivo host e não há entrada irregular lá.
Eu também executei o comando junto com release / renew
ipconfig /flushdns
só para ter certeza.
Além disso, reiniciei ambas as máquinas algumas vezes e ainda não tive sorte.
É claro que o diretório compartilhado, rdp, etc. está praticamente inativo - a máquina é praticamente inacessível. Dito isso, a máquina do Windows 7 parece perfeitamente capaz de se conectar.
Antes que alguém sugira firewall, ele está inativo, mesmo com o AV, eles foram temporariamente desativados.
Qualquer outra coisa que eu deva procurar?
Tags dns networking windows windows-7 ping