Re: [gentoo-user] SERVFAIL with bind; problems in named.conf?

2011-10-05 Thread Alan McKinnon
On Wed, 5 Oct 2011 05:06:27 -0400 Andrey Moshbear wrote: > For bind, I have the following as named.conf: > > acl "xfer" { none; }; > > acl "trusted" { 127.0.0.0/8; ::1/128; }; > > options { > directory "/var/bind"; > pid-file "/var/run/named/named.pid"; > > listen-on-v

[gentoo-user] SERVFAIL with bind; problems in named.conf?

2011-10-05 Thread Andrey Moshbear
For bind, I have the following as named.conf: acl "xfer" { none; }; acl "trusted" { 127.0.0.0/8; ::1/128; }; options { directory "/var/bind"; pid-file "/var/run/named/named.pid"; listen-on-v6 { none; }; listen-on port 53 { 127.0.0.1; 192.168.1.0/10; EXTERNAL_IP;