• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

named service problem (New Installation)

KamalG

Basic Pleskian
service named restart
Stopping named: [ OK ]
Starting named:
Error in named configuration:
zone 0.0.127.IN-ADDR.ARPA/IN: loaded serial 20010622
zone domainname/IN: has no NS records
zone domainname/IN: not loaded due to errors.
_default/domainname/IN: bad zone
zone 161.91.118.in-addr.arpa/IN: loaded serial 1348979213
[FAILED]

How can I fix this problem, please help it's a fresh installation. already have the dns configured.
 
Thanks this is fixed.

Would be nice to offer the solution rather than just stated "Thanks this is fixed".. This is a forum where we should all help each other..

I solved the issue by fixing missing DNS A or AAAA records for the main Nameserver for your domains. For example:

ns1.yourdomain.com A record YOUR IP Address
ns2.yourdomain.com A record YOUR IP Address

Optional for your master domain - Should be done if you use your Plesk DNS as a main DNS server. This wouldn't apply to me since i use Cloudf(lare) as a DNS provider

yourdomain.com NS record ns1.yourdomain.com
yourdomain.com NS record ns2.yourdomain.com

Apply and save the settings. If you are receiving the error for many domains. Be sure to add the top configuration a records to the main DNS template, then apply to all domains.

Once this is completed, the Bind DNS server errors should be gone. :)
 
Back
Top