ingmarcofilippini
New Pleskian
Hello to all,
I have installed Plesk Obsidian 18.0.31 on a CentOS machine.
Plesk works as the primary DNS for my websites and everything seems to work under the "named-chroot" service.
I then installed the "Slave DNS Manager" extension following the official procedure and configuring the slave DNS server (always CentOS machines) with "named" service installed and everything is working.
When I try to sync DNS zones from Plesk to Slave DNS server I get this error:
The IP address "100.200.300.401" it was invented now and is a public IP.
I've checked everything possible but I can't figure it out.
The only thing I can notice is that "named" service is not working on my primary Plesk server, if I check its status it has this error:
Another thin I point out is that they are 2 servers on the same private network and they go out with the same firewall but have a NAT on 2 different public IPs. On the firewall obviously all the ports are open for the 2 hosts.
Do you have in mind what it could be? It seems to me that the problem is at the very origin on primary server with Plesk. The "named" ("bind") service practically does not work right away when Plesk starts.
Thanks a lot.
Marco
I have installed Plesk Obsidian 18.0.31 on a CentOS machine.
Plesk works as the primary DNS for my websites and everything seems to work under the "named-chroot" service.
I then installed the "Slave DNS Manager" extension following the official procedure and configuring the slave DNS server (always CentOS machines) with "named" service installed and everything is working.
When I try to sync DNS zones from Plesk to Slave DNS server I get this error:
Code:
/usr/sbin/rndc -b "192.168.1.101" -s "100.200.300.401" -p "53" -y "rndc-key" -c "/usr/local/psa/var/modules/slave-dns-manager/slave_100.200.300.401.conf"
status rndc: connection to remote host closed
This may indicate that
* the remote server is using an older version of the command protocol,
* this host is not authorized to connect,
* the clocks are not synchronized,
* the key signing algorithm is incorrect, or
* the key is invalid.
Error code: 1
The IP address "100.200.300.401" it was invented now and is a public IP.
I've checked everything possible but I can't figure it out.
The only thing I can notice is that "named" service is not working on my primary Plesk server, if I check its status it has this error:
Code:
● named.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/usr/lib/systemd/system/named.service; disabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/named.service.d
└─disable.conf
Active: failed (Result: exit-code) since mar 2020-11-24 15:31:10 CET; 21min ago
nov 24 15:31:10 plesk.example.com systemd[1]: Starting Berkeley Internet Name Domain .....
nov 24 15:31:10 plesk.example.com sh[6649]: Service 'named' was not restarted because...t.
nov 24 15:31:10 plesk.example.com sh[6649]: If you want to restart the 'named' servic...'.
nov 24 15:31:10 plesk.example.com systemd[1]: named.service: control process exited, ...=1
nov 24 15:31:10 plesk.example.com systemd[1]: Failed to start Berkeley Internet Name ...).
nov 24 15:31:10 plesk.example.com systemd[1]: Unit named.service entered failed state.
nov 24 15:31:10 plesk.example.com systemd[1]: named.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
[root@rpsweb01 ~]# systemctl status named.service
● named.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/usr/lib/systemd/system/named.service; disabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/named.service.d
└─disable.conf
Active: failed (Result: exit-code) since mar 2020-11-24 15:31:10 CET; 1h 51min ago
nov 24 15:31:10 plesk.example.com systemd[1]: Starting Berkeley Internet Name Domain .....
nov 24 15:31:10 plesk.example.com sh[6649]: Service 'named' was not restarted because...t.
nov 24 15:31:10 plesk.example.com sh[6649]: If you want to restart the 'named' servic...'.
nov 24 15:31:10 plesk.example.com systemd[1]: named.service: control process exited, ...=1
nov 24 15:31:10 plesk.example.com systemd[1]: Failed to start Berkeley Internet Name ...).
nov 24 15:31:10 plesk.example.com systemd[1]: Unit named.service entered failed state.
nov 24 15:31:10 plesk.example.com systemd[1]: named.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
Another thin I point out is that they are 2 servers on the same private network and they go out with the same firewall but have a NAT on 2 different public IPs. On the firewall obviously all the ports are open for the 2 hosts.
Do you have in mind what it could be? It seems to me that the problem is at the very origin on primary server with Plesk. The "named" ("bind") service practically does not work right away when Plesk starts.
Thanks a lot.
Marco