เมื่อฉันพยายาม ping หรือเบราส์โดยใช้เว็บเบราว์เซอร์บางชื่อโดเมนที่เราโฮสต์ในเครือข่ายท้องถิ่นของเรามันไม่ทำงาน กระนั้นขุดและ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
ซึ่งทำให้ฉันได้รับคำตอบของคุณ