Hi all,
I have 2 internal DNS servers (DNS1 and DNS2) as per below settings:
DNS1 (Windows server) > Forwarders point to External DNS NS1 (Linux server)
DNS2 (Windows server) > No forwarders being set
No DNS suffix search list being configured in both internal DNS servers
Problem: When I run the nslookup query from DNS1 and set type to SOA, it returns result from external DNS instead of internal DNS. No issue with DNS2 for the same query.
> set type=soa
> DNS1
Server: DNS1.abc.com
Address: x.x.x.x
dr001.abcx.com
primary name server = DNS1.dr001.abcx.com
responsible mail addr = hostmaster.dr001.abcx.com
serial = 6816
refresh = 900 (15 mins)
retry = 600 (10 mins)
expire = 86400 (1 day)
default TTL = 3600 (1 hour)
DNS1.dr001.abcx.com internet address = x.x.x.x
> ods-prd-print.abc.com
Server: DNS1.abc.com
Address: x.x.x.x
abcx.com
primary name server = ns1.voodoo.com
responsible mail addr = hostmaster.voodoo.com
serial = 2014080111
refresh = 10800 (3 hours)
retry = 3600 (1 hour)
expire = 604800 (7 days)
default TTL = 3600 (1 hour)
I saw one related article from EE saying that it might due to a wildcard host record in the public zone, and that record contains the IP address of the web server.
Where to find the wildcard host record?? Need to check from NS1 server?
I cannot find it from internal DNS servers and have no visibility to NS1 server.