PDA

View Full Version : Sharing DNS Server between multiple ISPC3 Masters?


serverstage
6th June 2011, 08:06
Can anyone think of a way to share the DNS servers between multiple ISPConfig masters?

till
6th June 2011, 10:39
You can mirror dns between two ispconfig slaves but not between masters.

mattltm
18th July 2011, 19:12
How about doing MYSQL DB master-master replication with the relevant tables?

till
18th July 2011, 22:26
You can try to configure that manually. But you should be aware that records will not get continous ID's anymore e.g. for users and websites as mysql master/master replication will not give back the next free id for both servers, instaed it ill e.g. use numbers like 1,3,5,7... on server one and 2,4,6,8.. on server 2.