Wenn ich versuche, bestimmte Domänennamen, die wir in unserem lokalen Netzwerk hosten, mit einem Webbrowser zu pingen oder zu durchsuchen, funktioniert dies nicht. Doch graben und nslookup richtig ihre Details zurück. Was muss ich tun, um dies zu beheben?
Der DNS-Server und der DHCP-Server in unserem lokalen Netzwerk funktionieren auf den Windows-Clients einwandfrei.
$ 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
ohne dass ich etwas anderes tat als die zweite,files mdns4_minimal [NOTFOUND=return] dns
was mich zu Ihrer Antwort führte.