I am having an issue where I ping my domain and it replies back the old IP/A record of that domain. I have checked my Dns records for both NS servers and all records are correct. If I have posted this in the wrong thread please let me know.
Asked
Active
Viewed 1,569 times
-1
-
How old is the record? Your client may have cached the DNS entry. Also, new records may not have propagated fully yet. – David Houde Jan 08 '13 at 20:50
-
We changed the records to the new IP address 5 days ago. – n_starnes Jan 08 '13 at 20:51
-
Is this a linux or windows client? I would like to check using the actual name server. Windows->Run->CMD: nslookup [enter] server 1.2.3.4 (replace with either ns IP) [enter] domain.com [enter] and it should return a result. Is this the new IP or old IP? – David Houde Jan 08 '13 at 20:53
-
It is a windows server. I'll try that real quick. – n_starnes Jan 08 '13 at 21:09
-
it is telling me that server: unknown address: fe80::7512:acc0: etc. Then DNS request timeout. – n_starnes Jan 08 '13 at 21:12
-
2What's the domain? – gparent Jan 09 '13 at 21:03
-
Cybsolutions.com – n_starnes Jan 10 '13 at 17:32
2 Answers
1
There are many possible reasons and you gave very little details. We do not even have the domain name to test.
Among the possible reasons:
- You forgot to increment the serial number so the slaves still have the old zone ('dig @slaveserver SOA domainname' to test)
- you have glue records at the registry with the old address ('dig @registryserver A name' to test)
Without more details, we can only guess. For instance, what does "I have checked my Dns records for both NS servers and all records are correct" mean? Did you just read the zone files or tested the actual live DNS server with dig or drill?

bortzmeyer
- 3,941
- 1
- 21
- 24
-
I have simply checked the zone files. This is what I meant. The domain is Cybsolutions.com. – n_starnes Jan 10 '13 at 17:32
1
After using dig we found that the DNS of our internal server which we all connect to through a local domain was not updated and using the old IP/A record.

n_starnes
- 113
- 4