Seamless DNS transfer?

Kenazo

Lifer
Sep 15, 2000
10,429
1
81
I know it takes +24 hours for DNS to propogate, but is there a way to transfer from one server to another seamlessly? For example is it possible to resolve to two different servers for a few days while the new address propogates?

 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
yeah, you're just duplicating name servers. get the new name servers all set - set your time to live for 4 hours - keep both name servers running for 72 hours.
 

randal

Golden Member
Jun 3, 2001
1,890
0
76
DNS standards specify a minium TTL of one hour, but I've seen TTLs as low as 5 seconds work without issue. Set the TTL on all zones & records to something really low, then turn up the new server with a copy of all your zone info. Make the DNS server switch (either by chaning out IP addresses or through your registrar) and your downtime should not exceed your TTL (which should be as low as possible).

DNS is a squirrely beast, but most sysadmins get to know it well - post here if you have any questions.