Quando provo a eseguire il ping o a navigare utilizzando un browser Web alcuni nomi di domini che ospitiamo sulla nostra rete locale, non funziona. Tuttavia, dig e nslookup restituiscono correttamente i loro dettagli. Cosa devo fare per risolvere questo problema?
Il server DNS e il server DHCP nella nostra rete locale funzionano perfettamente sui client Windows.
$ ping ns1.domain.local
ping: unknown host ns1.domain.local
aaron@aaron-laptop:~
$ nslookup ns1.domain.local
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: ns1.domain.local
Address: 172.16.0.254
$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
search domain.local
$ nm-tool
NetworkManager Tool
State: connected (global)
- Device: eth0 [Wired connection 1] -------------------------------------------
IPv4 Settings:
Address: 172.16.0.93
Prefix: 24 (255.255.255.0)
Gateway: 172.16.0.2
DNS: 172.16.0.254
</pre>
**Added additional info**
As per http://askubuntu.com/a/146310/10998
> For some reason avahi-daemon interferes with name resolver
<pre>
ping ns1
PING ns1.domain.local (172.16.0.254) 56(84) bytes of data.
64 bytes from ns1.domain.local (172.16.0.254): icmp_req=1 ttl=64 time=0.381 ms
files dns [NOTFOUND=return] mdns4
senza di me fare nulla, ma la seconda avevafiles mdns4_minimal [NOTFOUND=return] dns
che mi ha portato alla tua risposta.