Se eu pingar um servidor pelo nome do host no prompt de comando, obtenho o endereço IP incorreto. O endereço IP retornado costumava ser o IP, mas não mais. Como faço para liberar o cache? Não é o cache "ipconfig / flushdns" nem os arp cache ," interface netsh ip delete arpcache ", mas eu presumo que o cache netbios ou algo assim.
C:\WINDOWS\system32>ping jmr-hv1
Pinging jmr-hv1.ad.jmr.com [192.168.20.76] with 32 bytes of data:
Reply from 192.168.20.86: Destination host unreachable.
Reply from 192.168.20.86: Destination host unreachable.
Considerando a realização dos seguintes resultados (a ordem não importa):
Pinging JMR-HV1 [192.168.20.14] with 32 bytes of data:
Reply from 192.168.20.14: bytes=32 time<1ms TTL=128
Reply from 192.168.20.14: bytes=32 time<1ms TTL=128
Reply from 192.168.20.14: bytes=32 time<1ms TTL=128
Reply from 192.168.20.14: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.20.14:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Existe um cache, que eu preciso limpar. Qual deles é?
Tags command-line networking cache ping