Skip to main content

DNSCluster with DNSOnly Questions

Comments

3 comments

  • cPanelLauren
    Hi @ronaldst The SOA (Start Of Authority) defaults to the primary nameserver or the 1st nameserver in the nameserver list for the domain.
    What should the zone files of ns1,ns2,ns3,ns4 look like? What should SOA point to and should there be A and NS records for each nameserver in each zone file?

    Personally, I keep them all in the same zone file - so domain.com would carry ns1-ns8 NS records and A records and both should be present - this, in my opinion, helps keep things organized and there's less management of separate zone files. This should automatically be synchronized to the secondary servers in the cluster.
    - Failed to find name servers of ns1.domain.com/IN. - No name servers found at child. No name servers could be found at the child. This usually means that the child is not configured to answer queries about the zone. - Not enough nameserver information was found to test the zone ns1.domain.com, but an IP address lookup succeeded in spite of that.

    All of these indicate that the nameservers aren't being recognized when doing a DNS lookup at some point it fails to retrieve the A record from the child record indicating that one one or more of the servers (besides the authoritative) the NS record is not present.
    0
  • lorio
    Personally, I keep them all in the same zone file - so domain.com would carry ns1-ns8 NS records and A records and both should be present - this, in my opinion, helps keep things organized and there's less management of separate zone files.

    Isn't that the only way which works? The ns records inside the main zone of the domain sees to be the only way it is working (at least in the dns cluster setup). BTW: What is default behavior when differen WHM server are in the DNScluster. I have setup a new CentOS7 dnscluster and added a few WHM server. Each WHM only shows the DNS zones which are related to that specific WHM host. In the older days I was able to edit each DNS zone on the DNS cluster from each WHM host. Which made it risky to share the DNS cluster with different people.
    0
  • cPanelLauren
    Isn't that the only way which works? The ns records inside the main zone of the domain sees to be the only way it is working (at least in the dns cluster setup).

    It should be but I've seen countless numbers of people who have them in two places - the root domain's DNS Zone as well as a separate zone file for the nameserver.
    BTW: What is default behavior when differen WHM server are in the DNScluster. I have setup a new CentOS7 dnscluster and added a few WHM server. Each WHM only shows the DNS zones which are related to that specific WHM host. In the older days I was able to edit each DNS zone on the DNS cluster from each WHM host. Which made it risky to share the DNS cluster with different people.

    It would depend on your configuration but any zone present in /var/named/ will appear in the DNS Zone Editor at WHM>>DNS Functions>>Edit DNS Zone Thanks!
    0

Please sign in to leave a comment.