We are changing ISPs and are getting a new range of IP addresses. We host our own external DNS (BIND) and also host several websites. The IP addresses of all these websites are going to change. During the transition period both T1 s will be active. I will change the IP addresses for the websites when I change the addresses in DNS.
I want to be able to change an IP address in DNS and ensure that any requests for a website be resolved either to the old or new ip address (due to DNS latency).
Example:
I have that resolves to 66.67.68.69
I change DNS records for to 33.34.35.36
one hour later: request comes to a DNS server somewhere for and that DNS server (not updated yet) sends request to 66.67.68.69
I receive that request for 66.67.68.69 and forward it to the new address 33.34.35.36
Is this possible?
Thanks
I want to be able to change an IP address in DNS and ensure that any requests for a website be resolved either to the old or new ip address (due to DNS latency).
Example:
I have that resolves to 66.67.68.69
I change DNS records for to 33.34.35.36
one hour later: request comes to a DNS server somewhere for and that DNS server (not updated yet) sends request to 66.67.68.69
I receive that request for 66.67.68.69 and forward it to the new address 33.34.35.36
Is this possible?
Thanks