Bad referral

Barry Margolin barmar at bbnplanet.com
Fri Oct 1 18:42:56 UTC 1999


In article <199910011807.OAA0000027010 at wvhome.lkg.dec.com>,
Wayne Vigeant  <vigeant at lkg.dec.com> wrote:
>Here's the named.conf file I'm using:

BIND 8.2.1 has a bug in forwarders.  Mark Andrews of ISC occasionally posts
a patch that fixes it.  Try searching back through his recent posts and see
if the patch helps.

># named.conf for master server 
>#
>        include "/var/named/db/access.conf";
>
>options {
>        directory "/var/named/db";
>        allow-query {
>                "digital-fwd";
>        } ;
>        allow-transfer {
>                "digital-ns2" ;
>        };
>        notify yes;
>        check-names master warn;
>        check-names slave warn;
>        check-names response ignore;
>        statistics-file "/var/named/work/named.stats";
>        dump-file "/var/named/work/named_dump.db";
>        memstatistics-file "/var/named/work/named.memstats";
>        forwarders { 16.52.48.193 ; 16.33.16.124; };
>};
>
>#
># local zone 
>#
>zone "0.0.127.in-addr.arpa" {
>        type master;
>        file "/var/named/db/named.local";
>};
>zone "." in {
>type hint;
>file "/var/named/db/root.cache.db";
>};
>


-- 
Barry Margolin, barmar at bbnplanet.com
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list