Eu decidi criar algum tipo de sub-rede de trabalho. Eu conectei meu roteador principal (que está conectado à internet) ao segundo e conectei três computadores naquele. Para esses três computadores, fiz a reserva de IP nas configurações de DHCP estático no segundo roteador e atribuí nomes aos computadores (também adicionei a entrada ao arquivo de hosts de cada computador).
Configurações principais do roteador:
Segundoconfiguraçõesdoroteador:
Ok, então o problema é que o ping usando o nome do computador nem sempre funciona e eu não sei por quê. Enquanto isso, o ping usando o endereço IP funciona todas as vezes.
Exemplo:
C:\Windows\system32>ping PR-LAPTOP
Ping request could not find host PR-LAPTOP. Please check the name and try again.
C:\Windows\system32>ping PR-LAPTOP
Pinging PR-LAPTOP [fe80::f935:5981:ae3:1587%15] with 32 bytes of data:
Reply from fe80::f935:5981:ae3:1587%15: time<1ms
Reply from fe80::f935:5981:ae3:1587%15: time<1ms
Reply from fe80::f935:5981:ae3:1587%15: time<1ms
Reply from fe80::f935:5981:ae3:1587%15: time<1ms
Ping statistics for fe80::f935:5981:ae3:1587%15:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Windows\system32>ping PR-LAPTOP
Ping request could not find host PR-LAPTOP. Please check the name and try again.
C:\Windows\system32>ping PR-LAPTOP
Ping request could not find host PR-LAPTOP. Please check the name and try again.
C:\Windows\system32>ping PR-LAPTOP
Ping request could not find host PR-LAPTOP. Please check the name and try again.
C:\Windows\system32>ping PR-LAPTOP
Ping request could not find host PR-LAPTOP. Please check the name and try again.
C:\Windows\system32>ping PR-LAPTOP
Pinging PR-LAPTOP [fe80::f935:5981:ae3:1587%15] with 32 bytes of data:
Reply from fe80::f935:5981:ae3:1587%15: time<1ms
Reply from fe80::f935:5981:ae3:1587%15: time<1ms
Reply from fe80::f935:5981:ae3:1587%15: time<1ms
Reply from fe80::f935:5981:ae3:1587%15: time<1ms
Ping statistics for fe80::f935:5981:ae3:1587%15:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Há algo errado com minha configuração de rede ou poderia ser outra coisa? Talvez algumas configurações de nome de computador? Qualquer ajuda é muito apreciada.
Algumas informações adicionais: O PR-LINUX tem o Windows 7 instalado (não se preocupe com o nome :)), os outros dois PCs têm o Win 10. Também é interessante que o ping do PR-LINUX funcione sempre e pingue PR-LINUX dos outros dois PCs também funciona.
Tags networking dhcp ping subnet