• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Slave DNS Server

Mike Legg

Basic Pleskian
This question has been asked a hundred times before, but I still haven't found an answer that works, so here we go again ....

How do you add a Slave DNS server to Plesk for Windows 9.5?

EDIT: Forget it, form further reading Plesk doesn't have this ability.
 
Last edited:
Actually this does work. It's just that the documentation is woefully inadequate and out of date.

If anyone is try to add a slave DNS server, first go to "Settings" >> "DNS Recursion Settings" >> "Transfer Restrictions Template" and add the IP address of your slave server.

Then set up your slave zones in /etc/named.conf pretty much as outlined here - http://kb.odin.com/en/1338, but you may want to do a little reading up on your DNS software because there could be reasons to modify this slightly.

I also had to fiddle around a bit to get the permissions on the slave right.

Finally, I found I had to modify C:\Program Files\Parallels\Plesk\dns\etc\named.user.conf and add these lines to get NOTIFY to work (substitute 123.123.123.123 with your slave server IP)
notify yes;
also-notify { 123.123.123.123; };

I'm running Bind 9 on the Plesk/Windows server (master) and Bind 9 on the Linux slave and it's working perfectly.

Changes made via Plesk are instantly replicated on the slave. The only thing I have to do manually is the addition of new zones to the slave but this can be done programatiically and I beleive there are some commercial products that will also take care of it.
 
Back
Top