Hi, We had two ISPconfig2 name servers. now we replaced the master name server with an ISPconfig3 name server. The ISPConfig2 slave server gets permission denied for zone transfers. I already updated named.conf.options on the master and included: allow-transfer { ipadres-of-slave-dns; }; still permission denied, both running bind9 on ubuntu 10 Please help!
You have to add the IP address of the slave server in the "Allow zone transfers to these IPs (comma separated list)" Field of the dns settings of the zone in ISPConfig.
same question here! leaving the field empty results in Code: allow-transfer {none;}; overriding the setting in named.conf.options. maybe a feature request: instead of "none;" insert default IPs or if empty, do not provide the "allow-transfer" option explicitly.
what one could do: edit file Code: /usr/local/ispconfig/server/plugins-enabled/bind_plugin.inc.php and replace PHP: $options .= " allow-transfer {none;};\n"; with PHP: $options .= " allow-transfer {IP1; IP2; IP3;};\n"; but I guess this change will vanish when updating ispconfig...
Instead of editing the ispconfig code, you can set the options directly in dns file template. So you changes dont get overwritten.