Hi, I've been setting up ispconfig to administer dns, the setup should have 1 master/primary and two secondary servers. I can see that ispconfig out of the box only supports 2 ns servers, and its not possible to add more than one slave zone pr domain. Anyone know what the best way is to get 2 slaves working?
Thats wrong. You can use as many dns slaves as want in ISPConfig 3. Currently one master server supports up to 2147483647 slave servers. Just repeat the steps for the secondary installation on as many servers as you need: http://www.howtoforge.com/how-to-ru...and-secondary-with-ispconfig-3-debian-squeeze
Thanks for the reply. But one question, wouldn't that result in 3 primary zones and not 1 primary and 2 slaves?
Zones can be either synced by bind, then you need slave zones as a slave zone instructs bind to make a copy of the zone data or by another technology like ispconfig is doing it by writing the zone data on all slaves directly. It makes no difference for the user who queries your dns servers.
And this works out much better i see, since its not needed to create the sec. zones by them self anymore. Thanks for the tips, much appriciated
Hi, I have similar question as I have two servers, and I run ispconfig on both but I control them from master. I don't want to make a copy, I just want to sync DNS from master to slave. I've tried this: http://www.howtoforge.com/debian_bind9_master_slave_system but it didn't copy, is there any tutorial or something where I should look at just to sync BIND9?
Your server is already correctly configured if you followed the perfect setup guide. Please undo the steps from the tutorial you posted as they are incompatible with ispconfig 3 and using them will destroy the dns setup. Instead, just create a new master dns record and a slave dns record in the ispconfig interface and add the IP of the slave server in the field "Allow zone transfers to these IPs".
Hm, ok I've reverted configuration, but can't figure out what do you mean to create new master dns record? I've got even manual in front of me and still clueless.. I feel dumb sometimes :/
Ok, I've finally figured it out, no more errors http://www.intodns.com/appoteka.net It would be nice if we could add to templates slave dns configuration or something like that. Thank you alot!