Avatar of sword12
sword12

asked on 

DNS quastion

Hi All

we have in our environment  two windows DNS servers and both of them work aslo as DCs

plus we have  two Bind server on Linux   and these Binds servers  work as salves to our windows DNS server and we have configured the all zones on these Bind servers

so when we use nslookup  on windows DNS and BINS servers which has the all zones configure to query any AAA record we get answer

now we installed brand new BIND server  without copying the all zones  and we asked this server to query record but we got no answer

it is look like when this new bind server ask one of our windows dns server  he got no answer . but when we ask windows dns server directly we get answer

so there is forwarding issue   any advice


# more /etc/resolv.conf
# Generated by NetworkManager
search ie.sword.com sword.com
nameserver 192.168.44.1
nameserver 192.168.55.1
# nslookup titi.sword.com
;; Got SERVFAIL reply from 192.168.44.1, trying next server
;; Got SERVFAIL reply from 192.168.44.1, trying next server
Server:         192.168.55.1
Address:        192.168.55.1#53

** server can't find titi.sword.com.sword.com: SERVFAIL
DNSNetworking

Avatar of undefined
Last Comment
Craig Beck

8/22/2022 - Mon