로컬 네트워크에서 호스팅하는 특정 도메인 이름을 웹 브라우저를 사용하여 ping하거나 찾아 보려고하면 작동하지 않습니다. 그러나 dig 및 nslookup 은 세부 정보를 올바르게 반환합니다. 이 문제를 해결하려면 어떻게해야합니까?
로컬 네트워크의 DNS 서버와 DHCP 서버는 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
아무것도하지 않고 두 번째는files mdns4_minimal [NOTFOUND=return] dns
나를 대답하게했습니다.