• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Slave DNS Manager: Connection refused

LMAR6

New Pleskian
Hi!

I just installed the Slave DNS Manager to use a vServer as a slave NS. But the status in the extensions settings is red and commented with the following error:

Error Code 1: rndc: connect failed: 88.***.***.****#953: connection refused

Named.conf.local and named.conf.options are correct corresponding to the output in the extension settings.

Port 953 is also opened:

iptables -L
ACCEPT tcp -- anywhere anywhere tcp dpt:953
ACCEPT tcp -- anywhere anywhere tcp dpt:953

Maybe the NAT is the problem? The puplic IP from the vServer is 88.***.***.*** and is replaced by NAT to 172.***.***.**** . So within the vServer I have tu use 172.***.****.***.

Any ideas?

Thanks in advance!
 
You can check, at least, connection from Plesk server to your Slave DNS server with something like:

# telnet 88.***.***.*** 953

Make sure that it works.
 
Back
Top