-1

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.

n_starnes
  • 113
  • 4

2 Answers2

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
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