• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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