[DNS] Local NS list does not match Parent NS list

Discussion in 'Installation/Configuration' started by Tuumke, Aug 11, 2017.

  1. Tuumke

    Tuumke Active Member

    When doing a check on mxtoolbox, almost everything is okai, except for this warning:
    Code:
    Local NS list does not match Parent NS list
    I cannot figure out how to resolve this issue or why it's comming forward.
    MXToolbox says:
    I did find this link but this seems to be fine. The dnstracer finds both my name servers..
     
    Last edited: Aug 11, 2017
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess this means that the root DNS server has other 'NS' records than your local server. Check the root DNS server (the record that you have set at the DNS registry) with the ones from your own DNS server. You might also see the difference when running:

    dig NS yourdomain.tld

    in comparison to:

    dig @localhost NS yourdomain.tld

    when run locally on your dns server.
     
  3. Tuumke

    Tuumke Active Member

    Both of those give me the same results.. =/
    Do i need to set any of these:
    - Allow zone transfers to these IPs (comma separated list)
    - Also Notify
    - Update ACL

    howtoforge.com does not have this error, assuming it's hosted on ISPConfig :p

    I have set glue records to my nameservers, set the nameservers to be my nameservers at my registrar
     

Share This Page