Why is nslookup reporting two IP addresses?

Posted by Jeff on Server Fault See other posts from Server Fault or by Jeff
Published on 2012-06-07T20:44:58Z Indexed on 2012/06/07 22:42 UTC
Read the original article Hit count: 238

Filed under:
|

I made a DNS change a few hours ago and I just ran the following command with the following output:

nslookup mydomain.com ns1.mynameserver.com
Server:  ns1.mynameserver.com
Address:  111.111.111.111

Name:    mydomain.com
Addresses:  222.222.222.222
      333.333.333.333

222.222.222.222 is old IP. 333.333.333.333 is the new IP address. Why are they both showing up? Since I'm querying the authoritative DNS server directly, shouldn't only the new IP address be shown?

© Server Fault or respective owner

Related posts about dns

Related posts about nslookup