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

DNS Replication

C

chrisw914

Guest
Is there a program that i could use to replicate the DNS entries in plesk to another server creating two seperate nameservers. For Example:

Plesk Server has IP of 111.222.333.444 and runs ns1.mydomain.com

I want to have a second server with ip of 111.222.333.555 and runs ns2.mydomain.com

I want it to replicate what is in the main server automatically when domains are created. Is the possible or do i have to manually do this.

Also if any other suggestions for using two DNS servers.

Thanks for any information
 
write a script to read the domains from your plesk server, and output the bind slave DNS include.

then on the 'slave' server, read the include file, via http, ftp, etc.. your choice, and check it to see if it's valid, if so, include it & restart bind.

i've got a foolproof setup on linux w/ shell scripts. but I also have an old php version for the master server (shared hosting box)
 
Back
Top