DNS zone - webserver IP question

I am moving accounts from 1 server to another and I put both servers as a 'cluster' via CPanel so that the DNS zones are synchronized.

I copy over 1 account from the old server to the new one, it gets the new webservers IP, updates the DNS zone on the old server. So far so good.

The problem is it does not work. The domain has ns1.levi1.com and ns2.levi1.com which point to the old server. In the DNS zone it points further to the new webserver as shown below but the domain still pings to the old server when it should be pinging to the new one. Where have I gone wrong?


--------------------------------

; Zone File for canboardmp.org
$TTL 14400
@ 86400 IN SOA ns1.levi1.com. root.levi1.com. (
2005120102
86400
7200
3600000
86400
)

canboardmp.org. 86400 IN NS ns1.levi1.com. (old server - 66.79.189.100)
canboardmp.org. 86400 IN NS ns2.levi1.com.

canboardmp.org. 14400 IN A 69.46.2.83 <------------ (new webserver)

localhost.canboardmp.org. 14400 IN A 127.0.0.1

canboardmp.org. 14400 IN MX 0 canboardmp.org.

mail 14400 IN CNAME canboardmp.org.
www 14400 IN CNAME canboardmp.org.
ftp 14400 IN A 69.46.2.83
~
~
~

 

 

 

 

Top