• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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