I have a VPS box in NY and another one in IL. I want to utilize both the boxes to keep sites online (incase one goes down). How can I:
a. Replicate content and settings from NY VPS to IL VPS?
b. Since Bind will be running on both instances, how do the nameservers need to be setup for domains hosted in both places?
c. How can I make multiple A records pointing to differnt IPs automatically?
eg. domain.com in A 1.2.3.4 and
domain.com in A 5.6.7.8
(where 1.2.3.4 and 5.6.7.8 are IPs from NY/ IL VPS)
I am trying to make it such that there is little downtime incase one VPS goes down… Does VirtualMin allow such configuration?