I am not a DNS expert and need someone to explain to me this problem.
Our sister company on the east coast has a primary DNS server. If there are any additions/deletions/changes, they make them and the changes are supposed to propagate
to our local DNS server. But the problem is this: a new server pluto was added and the DNS entry was made back east. Now if I am on a server locally I can ping pluto and telnet, etc., without any problem. But the DNS entry for pluto does not appear in the local zone file.
If I do an nslookup and pluto it returns:
Server: mars.galaxy.org
Address: 192.168.1.10
Name: pluto-mgt.galaxy.org
Address: 192.168.1.222
Aliases: pluto.galaxy.org
And this is my local /etc/resolv.conf :
domain galaxy.org
nameserver 192.168.1.10
nameserver 192.168.2.20 # this server no longer exists, but cannot get anyone to let me remove it!
search galaxy.org
Doing an nslookup is going to the server, mars , the local DNS server, but as I mentioned the entry for pluto doesn’t exist locally in the mars zone file. My assumption is that since pluto cannot be found locally it is searching the entire galaxy.org domain for the entry, which it finds on the DNS server on the east coast. Is my assumption correct?
My other question is, if they make a change to their DNS server out east and it is supposed to propagate to our server, why is the entry for pluto not in the local zone file?
Thanks!
Our sister company on the east coast has a primary DNS server. If there are any additions/deletions/changes, they make them and the changes are supposed to propagate
to our local DNS server. But the problem is this: a new server pluto was added and the DNS entry was made back east. Now if I am on a server locally I can ping pluto and telnet, etc., without any problem. But the DNS entry for pluto does not appear in the local zone file.
If I do an nslookup and pluto it returns:
Server: mars.galaxy.org
Address: 192.168.1.10
Name: pluto-mgt.galaxy.org
Address: 192.168.1.222
Aliases: pluto.galaxy.org
And this is my local /etc/resolv.conf :
domain galaxy.org
nameserver 192.168.1.10
nameserver 192.168.2.20 # this server no longer exists, but cannot get anyone to let me remove it!
search galaxy.org
Doing an nslookup is going to the server, mars , the local DNS server, but as I mentioned the entry for pluto doesn’t exist locally in the mars zone file. My assumption is that since pluto cannot be found locally it is searching the entire galaxy.org domain for the entry, which it finds on the DNS server on the east coast. Is my assumption correct?
My other question is, if they make a change to their DNS server out east and it is supposed to propagate to our server, why is the entry for pluto not in the local zone file?
Thanks!