Caching NS

Kay Abendroth raxion at web.de
Tue Nov 11 11:18:05 UTC 2003


Odhiambo Washington wrote:
[...]
> 
> options {
> 	version "This version sucks";
> 	allow-recursion { a.b.c.d/19; w.x.y.z/25; e.f.g.h/24; };
> 	allow-query { any; };
> 	directory "/etc/namedb";
> 	pid-file "s/named.pid";
>         datasize 128M;
> 	auth-nxdomain yes;
> 	max-cache-size 20M;
> 	statistics-file "named.stats";
> 	zone-statistics yes;
>         listen-on { 1.2.3.4; };
> 	also-notify { 3.4.5.6; };
>         allow-transfer { 3.4.5.6; 4.5.6.7; };
>         forwarders { 192.116.YY.XX; 127.0.0.1; };
> 	dump-file "s/named_dump.db";
> };

Have you set up your DNS to be master of your local zone, e.g. 
"mylocal.net" & "0.168.192.in-addr.arpa"? This is very important.

If you did and it still doesn't work try to uncomment the following line 
  like this and test it again:

# forwarders { 192.116.YY.XX; 127.0.0.1; };

I also think the localhost address here is not necessary. Is 
192.116.YY.XX a valid nameserver?

Have you checked you /var/log/messages after named startup with 'grep 
bind /var/log/messages'??? Maybe there are startup problems. You can 
post the output of this command here if you think there are some errors.


Kay



More information about the bind-users mailing list