I’m going to be offering DNS service to a new client, and I’d prefer to use a different domain so that I have something like ns3.domain3.com or ns4.domain4.com. Then server the host records from my MAIB with the client’s registrar pointing to those two nameservers.
If you mean you want to add more name server records for MiaB to respond with, I’m not sure how to do that. I think will be somewhere in the nsd configuration, plus there are other services to configure, such as nginx, cert provisioning, etc.
If you mean you want some servers some other place to be secondary servers to MiaB, there are instructions toward the bottom of the ‘External DNS’ page.
What is your reasoning for wanting DNS servers on different DOMAINS? I am not saying that it cannot be done - as it can, but it is very unusual and rare.
You’ll actually be fine. However, what is the point? The clients will still be seeing the ns1.box.yourmiab.tld which is USUALLY what is wanted to be avoided in this circumstance. What am I missing here?
If you have your clients just use the following as your name servers, the issue I just mentioned will appear.
Ok, so to accomplish this you need to find a company which will offer you Secondary DNS services using a ‘custom’ or ‘white label’ domain.
I usually run my own, so I do not have much experience with who offers such other than ClouDNS. Their “Premium S” service at $2.95 per month should be sufficient.
Follow the guide for Secondary DNS that has been linked earlier in this thread, except use Cloudns.net instead of the example I used with puck.nether.net.
When done, as I mentioned, anyone using tools such as BuddyNS Delegation Lab, or LeafDNS will see errors. The errors that they will see will not affect your DNS. Though technically, your DNS setup is incorrect.
Your MiaB will act as a ‘hidden master’ DNS server. The two name servers, ns3 and ns4 will be your authoritative DNS servers as they will be the only ones listed at the domain registrar.
DNS checking sites will complain because your zone file will show that there are 3 authoritative name servers, but your registrar states that there are only the two. Your only solution for this is not NOT use MiaB for DNS - use external DNS completely. Which may or may not be preferable.