public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] SERVFAIL with bind; problems in named.conf?
@ 2011-10-05  9:06 Andrey Moshbear
  2011-10-05 13:27 ` Alan McKinnon
  0 siblings, 1 reply; 7+ messages in thread
From: Andrey Moshbear @ 2011-10-05  9:06 UTC (permalink / raw
  To: gentoo-user

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; };
};

include "/etc/bind/rndc.key";
controls { inet 127.0.0.1 port 953 allow { 127.0.0.1/32; ::1/128; }
keys { "rndc-key"; }; };

zone "." in { type hint; file "/var/bind/root.cache"; };

zone "localhost" IN { type master; file "pri/localhost.zone"; notify no; };

zone "127.in-addr.arpa" IN { type master; file "pri/127.zone"; notify no; };

zone "moshbear.net" IN  { type master; file
"/var/bind/pri/moshbear.net.zone"; allow-query { any; };
allow-transfer { xfer; }; };
// end of dump

The zone file does not have any errors.

Any reasons as to why "dig @127.0.0.1 moshbear.net" returns SERVFAIL?

--
001100 Andrey "m05hbear" Vul
010010
100001 andrey dot vul at gmail
110011



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-10-05 22:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05  9:06 [gentoo-user] SERVFAIL with bind; problems in named.conf? Andrey Moshbear
2011-10-05 13:27 ` Alan McKinnon
2011-10-05 13:38   ` [gentoo-user] " Andrey Moshbear
2011-10-05 13:45     ` Alan McKinnon
2011-10-05 17:29       ` Andrey Moshbear
2011-10-05 19:27         ` Alan McKinnon
2011-10-05 22:25           ` Andrey Moshbear

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox