• 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!
  • 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.

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