• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Slave DNS Manager / zone may fail to transfer to slaves

georgee

New Pleskian
Hi,

Ubuntu 18.04.4 LTS
Plesk Obsidian
Version 18.0.25 Update #2, last updated on April 9, 2020 10:05 PM

I found that after some update, my Slave DNS server stopped working properly.
There are no changes on the Slave DNS server.

We followed these instructions.

After configuration, everything worked, so I can't tell when it's not working.

We encountered a problem when configuring DNSSEC that no change would be written to the Slave DNS server.

Everything looks fine in Slave DNS Manager.


When resync all DNS zones, logs



Logs on the Slave DNS server
Apr 8 23:55:24 ns2 named[13684]: client @0x7f55100c7430 xxx.xxx.xxx.xxx#63231: received notify for zone 'example2.com': not authoritative Apr 8 23:55:30 ns2 named[13684]: received control channel command 'refresh example2.com IN NS2' Apr 8 23:55:30 ns2 named[13684]: received control channel command 'addzone example2.com IN NS2 { type slave; file "example.com"; masters { xxx.xxx.xxx.xxx; }; };'

Slave DNS Server Ubuntu 18.04.1
Bind 9.11.3


We also tried to reinstall the Slave DNS Server, but without success, it does not work.
We went through a lot of discussions, but we didn't fix the problem.

Thank you for providing information on how to fix the problem
 
Hi georgee,

Logs on the Slave DNS server
Apr 8 23:55:24 ns2 named[13684]: client @0x7f55100c7430 xxx.xxx.xxx.xxx#63231: received notify for zone 'example2.com': not authoritative

Have you tried to check/configure a primary name server for the zone? Usually, you need to select Plesk because it works as a master DNS and hosts zones. (this setting also available for DNS templates in the server-wide settings)
 

Attachments

  • Primary DNS Server.png
    Primary DNS Server.png
    51.8 KB · Views: 47
Hi AYamshanov

Hi georgee,



Have you tried to check/configure a primary name server for the zone? Usually, you need to select Plesk because it works as a master DNS and hosts zones. (this setting also available for DNS templates in the server-wide settings)


Everything should be correct.
It worked at that time

I do not know when replication on DNS Slave Server stopped working.

I configured DNSSEC.
And when checking the functionality of DNSSEC, we found that replication on the DNS Slave Server is not working.

Thank you
 

Attachments

  • Primary DNS server.jpg
    Primary DNS server.jpg
    229.8 KB · Views: 37
  • Primary DNS server - domain.jpg
    Primary DNS server - domain.jpg
    192.5 KB · Views: 33
It does sync some of them and does not sync some of them for me as well.
Most of the new domains after upgrade have dns related problems.

Reinstalling OS or Bind on DNS Server didn't help either.

In my case, Plesk does send some of the domains to the Slave DNS, but new ones are missing.
Only when I manually add them to 3bf305731dd26307.nzf file they start working, but before that, it's a mess and the automation does not work.

Last time this happened removing / re-adding slave dns extension did help. It's a pain but it looks like I will be periodically removing / adding Slave DNS extension and re-configuring it to make it work :/

It's weird that it works sometimes and suddenly does not.
 
Last edited:
Helped me Plesk support.

Here if you happen to have the same problem.
Answer from support

Im glad to inform that the issue with slave server is resolved. The error happened because the field view was filled out (in the Process when adding a new slave) with value NS2. This field (shown in the screenshot) should be blank. Otherwise it won't work.

inline1369354635.png

To fix it, I run the following query on db.

MariaDB [psa]> update ModuleSettings set value='' where value='NS2';

Now everyting is working fine on Master and Slave.
 
Back
Top