shadedecho
Programmer
I'm being told by my registrar that I am not allowed to have 2 different nameserver names (ns.mydomain.com and ns2.mydomain.com) pointing to the same IP address. Now, to be fair, I understand the rationale behind this as a general default protection, because usually, it's not good to have a single point of failure in the DNS system.
However, I have set up a Load Balancer server, which has one external IP address, and which accepts incoming DNS requests (port 53) and doles them out to a number of internal DNS servers.
Load Balancing is a very standard thing in enterprise network architecture these days, and I just can't believe that the registry systems have no way of accomodating businesses who want to point multiple nameserver names at the same load-balancer.
It is not currently and option for me to simple assign another external IP address to the load-balancer, as my ISP account has no more in it to give out.
Moreover, it seems to me that I should be able to just temporarily (for 36-72 hours) give one of the two nameservers a bogus IP address, different from the valid one, so that I can put it into the registrar's system, and then once that's in there, since I manage the DNS, shouldn't I just be able to change the A record for that bogus nameserver IP back to the correct valid one, same as the other nameserver A record?
Since my DNS holds SOA over the domain, and the nameserver *names* are simply subdomains of the SOA domain I hold, shouldn't I be able to just change the A record, re-propogate, and that would set the IP's to the same if I want and thus get around my registrar's restrictions? I have trouble believing this is what companies in my situation do to accomodate load-balancing, but I am trying to figure out if there are any gotcha's in my plan?
Anyone shed some light on this peculiar and surprising situation?
However, I have set up a Load Balancer server, which has one external IP address, and which accepts incoming DNS requests (port 53) and doles them out to a number of internal DNS servers.
Load Balancing is a very standard thing in enterprise network architecture these days, and I just can't believe that the registry systems have no way of accomodating businesses who want to point multiple nameserver names at the same load-balancer.
It is not currently and option for me to simple assign another external IP address to the load-balancer, as my ISP account has no more in it to give out.
Moreover, it seems to me that I should be able to just temporarily (for 36-72 hours) give one of the two nameservers a bogus IP address, different from the valid one, so that I can put it into the registrar's system, and then once that's in there, since I manage the DNS, shouldn't I just be able to change the A record for that bogus nameserver IP back to the correct valid one, same as the other nameserver A record?
Since my DNS holds SOA over the domain, and the nameserver *names* are simply subdomains of the SOA domain I hold, shouldn't I be able to just change the A record, re-propogate, and that would set the IP's to the same if I want and thus get around my registrar's restrictions? I have trouble believing this is what companies in my situation do to accomodate load-balancing, but I am trying to figure out if there are any gotcha's in my plan?
Anyone shed some light on this peculiar and surprising situation?