On Fri, 20 Jan 2017 07:38:32 -0700 LaMont Jones <lam...@debian.org> wrote: > > Can you provide a named.conf that reproduces the issue? >
file named.conf: ======= 8< ======= include "/etc/rndc/rndc.key"; controls { inet 1.1.1.1 port 953 allow { 2.2.2.2; } keys { "rndc-key"; }; inet fe00::1 port 953 allow { fe00::2; } keys { "rndc-key"; }; }; include "/etc/bind/named.conf.options"; include "/etc/bind/named.conf.local"; include "/etc/bind/named.conf.default-zones"; ======= 8< ======= file named.conf.options: ======= 8< ======= acl clients { 10.1.1.1/8; }; options { directory "/var/cache/bind"; recursion yes; allow-query { clients; }; dnssec-validation auto; auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; }; ======= 8< ======= File named.conf.local and named.conf.default-zones contains nothing worth mentioning.