Hello,
After reading https://devblog.plesk.com/2013/10/slave-dns-and-plesk/ i set up my secondary DNS server.
Everything is fine, the Slave DNS Manager connexion to the slave server is OK but it doesn't create the zones. I can create it manually and then synchronize, but that's not the idea.
In the logs i see :
When i try manually to
I got
It seems the problem is there.
I already did a
chown -R named:named .
in /var/named
After reading https://devblog.plesk.com/2013/10/slave-dns-and-plesk/ i set up my secondary DNS server.
Everything is fine, the Slave DNS Manager connexion to the slave server is OK but it doesn't create the zones. I can create it manually and then synchronize, but that's not the idea.
Now, when you add a domain in Plesk, a DNS zone is automatically created on the slave server as well as on the master server.
In the logs i see :
Code:
received control channel command 'addzone mydomain.tld { type slave; file "mydomain.tld"; masters { xxx.xxx.xxx.xxx; }; };'
received control channel command 'refresh mydomain.tld'
received control channel command 'addzone mydomain.tld { type slave; file "mydomain.tld"; masters { xxx.xxx.xxx.xxx; }; };'
When i try manually to
Code:
rndc -c slave.config addzone mydomain.tld
or
rndc -c slave.config addzone mydomain.tld '{ type slave; file "mydomain.tld"; masters { xxx.xxx.xxx.xxx; }; };'
Code:
rndc: slave.config does not exist
I already did a
chown -R named:named .
in /var/named
Last edited: