Link to home
Start Free TrialLog in
Avatar of olbion
olbion

asked on

use two equally configured dns services for one domain

Hi,

The dns service I use on my domain has turned out to be unreliable. I'm moving to a different service, but I cannot tell if they will be more reliable until I try them out. I have thus come to think that I could configure both of them the same way, and then provide all the nameservers of both services for the domain, like this:

ns1.service1.com
ns2.service1.com
ns1.service2.com
ns2.service2.com

Then, if one goes down, it can always use the other one, right? Am I thinking correctly here?
Avatar of Sam Panwar
Sam Panwar
Flag of India image

hi ,
Use loa balancing through VPN

http://www.isaserver.org/tutorials/pptpnbpart2.html
Avatar of Kevin Cross
You can use master - secondary zone setups too.  Each server is authority for one zone, but transfers zone information to other on scheduled basis.  This is usually pretty easy to setup on all DNS servers I believe.

Server 1:
Master Zone - service1.com
Secondary Zone - service2.com

Server 2:
Master Zone - service2.com
Secondary Zone - service1.com

Since these are different zones, you can even mix up canonical names, so ns1 doesn't always have to point to same server.  ns1.service1.com can point to its master, which could have an A/CNAME record in service2.com domain of ns2.  Vice versa for ns1.service2.com.
I am rereading your post now and I think I misread as you have two domains to host on two servers, but think you are asking if it is right approach to use the four DNS servers together.  That should be fine.

As long as you are keeping all in sync, this should work as expected.  It will use other DNS servers if one is down.

Don't believe machines automatically search through all DNS servers if first one is found, so if there will be possibility of some domain zones in your service not being on some servers, just ensure that you setup forwarding so that any requests for those domain names are redirected on server side so user can truly use any of the four DNS servers without seeing any difference in service.
Avatar of olbion
olbion

ASKER

Hi,

Yes, I know that using a primary/secondary dns setup would be prettier. But since its an intermediary solution, and I'd rather avoid the possibility of setting it up incorrectly, I prefer the manual labour of changing all data twice.
ASKER CERTIFIED SOLUTION
Avatar of Kevin Cross
Kevin Cross
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of olbion

ASKER

Hi,

Though your answer was correct, your setup was appearantly incompatible with the Swedish registrar (NIC-SE). They do not allow setting up "dual primary dns:es".