Hi, I've faced with issue at fresh-installed ISPConfig 3 at CentOS 7. The issue that nothing happens after editing/adding DNS zones via ISPconfig web interface. Few things that i found: 1) There are nothing in /var/log/messages related bind 2) /etc/named.conf.local is empty 3) Table dns_rr contains valid records 4) I've ran /usr/local/ispconfig/server/server.sh with DEBUG after editing DNS zone and it tells me: 20.02.2017-19:52 - DEBUG - Processed datalog_id 989 20.02.2017-19:52 - DEBUG - Processed datalog_id 990 so looks like processing was fine but still no files under /var/named. I've used standart guide for setup from howtoforge. Other ISPConfig things works fine, e.g. apache vhosts created without any issues. Could anybody help me with this? Regards, Mark
Seems as if the bind dns plugn is not active (missing symlink in /usr/local/ispconfig/server/plugins-enabled/)
Thank you! Very nice support as for open-source software! The issue is resolved now by the following steps: ln -s /usr/local/ispconfig/server/mods-available/dns_module.inc.php /usr/local/ispconfig/server/mods-enabled/dns_module.inc.php ln -s /usr/local/ispconfig/server/plugins-available/bind_plugin.inc.php /usr/local/ispconfig/server/plugins-enabled/bind_plugin.inc.php Regards, Mark