'dnsmasq': não é possível fazer ping do cliente pelo nome

1

Isso é intrigante. Eu adoraria saber o que está acontecendo.

No meu DNS, tenho duas definições que corrigem o nome e o endereço IP em um determinado MAC:

dhcp-host=08:02:8E:93:12:73,192.168.178.10,switch0
dhcp-host=08:02:8E:8E:D8:2C,192.168.178.11,switch1

Pingando-os por trabalhos de endereço IP:

$ ping 192.168.178.10
PING 192.168.178.10 (192.168.178.10) 56(84) bytes of data.
64 bytes from 192.168.178.10: icmp_seq=1 ttl=64 time=3.12 ms

$ ping 192.168.178.11
PING 192.168.178.11 (192.168.178.11): 56 data bytes
64 bytes from 192.168.178.11: icmp_seq=0 ttl=64 time=3.743 ms

Pingá-los pelo nome não funciona para um, mas funciona para o outro:

$ ping switch0
ping: switch0: No address associated with hostname

$ ping switch1
PING switch1.fritz.box (192.168.178.11): 56 data bytes
64 bytes from 192.168.178.11: icmp_seq=0 ttl=64 time=2.059 ms

A parte relevante do log de dnsmasq não é muito reveladora:

Dec 16 09:52:15 dnsmasq[352]: query[A] switch0.fritz.box from 192.168.178.15
Dec 16 09:52:15 dnsmasq[352]: cached switch0.fritz.box is NXDOMAIN
Dec 16 09:52:15 dnsmasq[352]: query[AAAA] switch0.fritz.box from 192.168.178.15
Dec 16 09:52:15 dnsmasq[352]: forwarded switch0.fritz.box to 149.112.112.112
Dec 16 09:52:15 dnsmasq[352]: reply switch0.fritz.box is NXDOMAIN
Dec 16 09:52:15 dnsmasq[352]: query[A] switch0 from 192.168.178.15
Dec 16 09:52:15 dnsmasq[352]: config switch0 is NODATA-IPv4
Dec 16 09:52:15 dnsmasq[352]: query[AAAA] switch0 from 192.168.178.15
Dec 16 09:52:15 dnsmasq[352]: config switch0 is NODATA-IPv6
Dec 16 09:52:18 dnsmasq[352]: query[A] switch1.fritz.box from 192.168.178.15
Dec 16 09:52:18 dnsmasq[352]: DHCP switch1.fritz.box is 192.168.178.11
Dec 16 09:52:18 dnsmasq[352]: query[AAAA] switch1.fritz.box from 192.168.178.15
Dec 16 09:52:18 dnsmasq[352]: forwarded switch1.fritz.box to 149.112.112.112
Dec 16 09:52:18 dnsmasq[352]: reply switch1.fritz.box is NODATA-IPv6
Dec 16 09:52:18 dnsmasq[352]: query[PTR] 11.178.168.192.in-addr.arpa from 192.168.178.15
Dec 16 09:52:18 dnsmasq[352]: DHCP 192.168.178.11 is switch1.fritz.box
    
por Mausy5043 16.12.2017 / 10:10

1 resposta

1

Certifique-se de que switch0 esteja listado em /var/lib/misc/dnsmasq.leases . Caso contrário, switch0 ainda não recebeu uma concessão válida de DHCP. Este poderia ser o caso se o switch estivesse configurado com um IP estático.

    
por 17.12.2017 / 01:21

Tags