Search code examples
proxydnsload-balancinga-records

Keeping DNS at one place. What possibilities are out there?


I host a couple of websites for some customers. So basically what they do is change their A Record to my server's IP and everything works fine.

Now I want to upgrade my server and of course my clients have to change their A Record.

So what I want for the future is to keep my flexibility in choice of servers without having to annoy my customers with changing their A Record.

Basically what would be great is a nice service which is reliable and gives me the possibility to redirect the A Record to a new server. Also I thought of using a second server as a load balancer.

Anyone good experiences with either of these solutions or even has other ideas?


Solution

  • We host our own DNS servers and instruct the client to point the domain at them. There really is no other good way to handle it. As far as load balancing, get a load balancer (dedicated hardware or a software appliance) and set it up to route info from the public IPs on the load balancer to the private IPs of the server. This gives you the flexibility to move servers around internally without ever changing the public IPs.