I have two servers:
- alpha.mydomain.net - 209.110.172.195
- beta.mydomain.net - 185.169.74.16
Both of these servers come with WHM software installed. With the help of WHM I configure DNS cluster on them.
So or DNS records created on alpha server are sync-ed to beta server.
When I execute this command
"nslookup webservices.mydomain.net ns1.mydomain.net"
I receive the following answer:
*** Can't find server name for address 209.110.172.195: Query refused
Server: UnKnown
Address: 209.110.172.195
Name: webservices.mydomain.net
Address: 185.169.74.16
I'd like to know why do I receive "Can't find server" error?
And when I query ns2 server (synced one) I receive different answer. I thought answers must be identical due to these servers are synced.
nslookup webservices.mydomain.net ns2.mydomain.net
(root) nameserver = G.ROOT-SERVERS.NET
(root) nameserver = H.ROOT-SERVERS.NET
(root) nameserver = I.ROOT-SERVERS.NET
(root) nameserver = J.ROOT-SERVERS.NET
(root) nameserver = K.ROOT-SERVERS.NET
(root) nameserver = L.ROOT-SERVERS.NET
(root) nameserver = M.ROOT-SERVERS.NET
(root) nameserver = A.ROOT-SERVERS.NET
(root) nameserver = B.ROOT-SERVERS.NET
(root) nameserver = C.ROOT-SERVERS.NET
(root) nameserver = D.ROOT-SERVERS.NET
(root) nameserver = E.ROOT-SERVERS.NET
(root) nameserver = F.ROOT-SERVERS.NET
*** Can't find server name for address 185.169.74.16: No information
Server: UnKnown
Address: 185.169.74.16
Name: webservices.mydomain.net
Address: 185.169.74.16
I'd appreciate any help.