SERVFAIL导致我们在linux / mac上的一些应用程序出现问题。 我认为这是Windows DNS导致我们的Linux / Mac客户端的一些问题? 然后再次Windows客户端能够做短名查找没有任何问题。
从Mac / CentOS 7.3主机
[root@user-vm ~]# cat /etc/resolv.conf domain example.org search example.org c.example.org nameserver 10.1.1.71 nameserver 10.1.1.70 nameserver 10.3.20.71 nameserver 10.3.20.70 [root@user-vm ~]# nslookup 123 ;; Got SERVFAIL reply from 10.1.1.71, trying next server ;; Got SERVFAIL reply from 10.1.1.70, trying next server Server: 10.3.20.71 Address: 10.3.20.71#53 ** server can't find 123: SERVFAIL [root@user-vm ~]# nslookup 123.example.org. Server: 10.1.1.71 Address: 10.1.1.71#53 ** server can't find 123.example.org.: NXDOMAIN
从Windows客户端
C:\Users\user>nslookup 123 Server: pdc01.example.org Address: 10.1.1.70 *** pdc01.example.org can't find 123: Non-existent domain