• 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

DNS Slave configuration Problem

isomonkpiss

Basic Pleskian
Hello,

i hope someone can help me..

i m trying to configure a webmin vps as a slave zone for a secondary nameserver, master is plesk (12.5)

i followed this guide: nameservers are pointing: ns1 to plesk server and ns2 to webmin vps

https://talk.plesk.com/threads/guide-on-setting-up-master-secondary-dns-servers.288500/

i added the webmin vps ip to the Transfer Restrictions Template, changed ns2 IP in DNS Records of Domain targeting to webmin vps, firewalls are disabled but i get the following error in dnscheck

Name server ns2.domain.com (xxx.xxx.xxx.xxx) not authoritative for domain.com

and

At least one name server failed to respond in a timely manner
Failure detail: xxx.xxx.xxx.xxx

what can i do
 
Hi @isomonkpiss

Do you have a NS record for each nameserver in the zone for domain.com? If not, that could be why you are getting the "not authoritative" error when running a DNS check.

What happens if you run this command from the command line (replacing domain.com for the actual domain name):

Code:
dig domain.com @ns2.domain.com

Do you get a reply or a failure?
 
hello chris.. thank you for your help now i get a replay. it looks fine. my mistake was that i added ns2.domain.con as as slave dns in webmin and not domain.com

now i have another Prob.

when i press on Test Zone Transfer i get

Testing transfer of slave zone from MASTERIP ..
.. from MASTERIP : Completed OK

Test transfer successfully fetched 20 records from at least one nameserver. Actual transfers by BIND should also succeed

BUT

the slave Zone File still empty

This page shows the DNS records file /var/lib/bind/domain.com.hosts, created by BIND when the zone was transferred from the master server.

However the file is currently empty, probably because the zone has not yet been transferred from the master server

is something else i have to configure on slave? here is a screenshot

slave.png
 
Back
Top