DNS SERVFAIL do Windows 2012 R2 em clientes linux / mac

1

O SERVFAIL está causando problemas em alguns de nossos aplicativos no linux / macs. Presumo que este seja o DNS do Windows causando alguns problemas com nossos clientes linux / mac? Então, novamente, os clientes do Windows podem fazer pesquisas de nome curto sem qualquer problema.

De um host 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

De um cliente 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
    
por lbanz 21.09.2017 / 16:53

0 respostas