Here is my named.conf file. // named.conf // secret must be the same as in /etc/rndc.conf include "/etc/rndc.key"; acl "internal-net" { 192.168.10/27; 127.0.0.1; }; acl "colonies" { 10.10.0.1; }; controls { inet 127.0.0.1 allow { any; } keys { "rndc-key"; }; }; logging { channel "named_log" { // send most BIND logs to a dedicated log file file "/var/log/named.log" versions 10 size 500k; severity d