[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bind9 prevents external access



On 3/21/07, Jeff D <fixedored@gmail.com> wrote:
ok, check /etc/bind/named.conf , make sure you have :
zone "." {
         type hint;
         file "/etc/bind/db.root";
};

Yes I do. I also have the following rdns entries directly below that:

zone "127.in-addr.arpa" {
       type master;
       file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
       type master;
       file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
       type master;
       file "/etc/bind/db.255";
};
--
Regards
Justin Hartman
PGP Key ID: 102CC123



Reply to: