Replies: 4 comments 13 replies
|
Thanks for asking. You can migrate the main domain
At the registrar, you just need to have NS glue records added for So, you just need to host For |
|
Thanks for your time but I am sorry I didn't quite get it. Cluster nodes already have their respective domains like: loc1.ns.example.com And these are used as NS records for the domains I want to manage their DNS of, at their respective registrars. At the registrar, like for any other domain, wouldn't I need to add loc1.ns.example.com and loc2.ns.example.com as the nameservers? So what is it with ns1.example.com? Is it just an exception for the main domain? I have example.com primary zone in Technitium right now. Do I add ns1 an A record in it? Or I just add the glue (for ns1.example.com and ns2) with cluster IPs at the registrar and do nothing on Technitium side? In this case, I think the setup works but the DNS inspection reports:
|
You mean to say that you want to host other domain names too on the cluster and use the
For
Yes, you must add A record for |
|
I think the confusion is that
So both sets of names are correct, they just don't need to match each other, and they're not supposed to. On why you can't hand-edit the NS records on So I wouldn't call this a product gap, it's just standard delegation behavior. Any nameserver software would work the same way here. The mismatch you're seeing reported is coming from a third party checker tool that isn't accounting for the nameservers being a subdomain of the zone itself. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is a little DNS-noob quetion.
I newly started managing my domains in Techitium cluster and it has been going well for a couple of months.
Due to the cluster design, nodes have the name location1.ns.example.com and location2.ns.example.com under the primary zone of ns.example.com
While naturally ns.example.com is primarily hosted in Technitium, primary zone for example.com is hosted elsewhere. Now I want to move example.com to Technitium as well. But how is this going to work, as it creates a loop?
At the registrar, if I define location1.ns.example.com and location2.ns.example.com as the nameservers of this domain, then also special glue needs to be defined at the registrar to have these to resolve to the IP addresses of my cluster nodes. But special NS glue doesn't work for nested subdomains; while nested subdomains is a must for clustering.
I mean NS lookup for example.com finds location1.ns.example.com at the registrar, then it needs to resolve location1.ns.example.com and it comes back to registrar creating a circular dependency.
Now I thought I could add ns1.anotherdomain.com and ns2.anotherdomain.com as the nameservers and then create special NS glue for these two in at the registrar level with the cluster IPs. But then these two new nameservers are not defined in the NS list of example.com in Technitium, as naturally Techitium defines itself as the NS of the domains which it is the primary zone of.
Long story short.. Is it a bad idea and a no-go to manage the cluster's main domain in Technitium? Can't a DNS server serve its own domain? And if I can.. How?
As it could be guessed, adding extra NS records in Technitium for ns1.anotherdomain.com and ns2.anotherdomain.com is not an option since Technitium says:
An it could anyway create more complexity than doing anything good. So what now?
All reactions