[Mandrake 8.0]
[bind-9.1.1-1]

I'm trying to get named working as a caching server. my setup is simple -
my linux box (203.14.156.30) is connected to the internet and there's a small
LAN (10.0.2.x) connected to it also.


The "current" error is "the default for the 'auth-nxdomain' option is now
'no'"

Can someone please point me in the right direction?


/etc/named.conf
--------------------------------------
acl "bunyip" { 10.0.2.0/24; 203.14.156.30; };
options {
        directory "/var/named";         // Working directory
        pid-file "named.pid";           // Put pid file in working dir
        forwarders { 203.14.156.1; };
        forward only;
        allow-query { "bunyip"; };
};
// Root server hints
zone "." { type hint; file "named.ca"; };
// Provide a reverse mapping for the loopback address 127.0.0.1
zone "0.0.127.in-addr.arpa" {
      type master;
      file "named.local";
      notify no;
};
--------------------------------------


/var/named/named.ca
--------------------------------------
.                        3600000  IN  NS    A.ROOT-SERV
A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4


etc...(list of root servers)
--------------------------------------


/var/named/named.local
--------------------------------------
@       IN      SOA     localhost. root.localhost.  (
                                      2001100100 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
              IN      NS      localhost.

1       IN      PTR     localhost.
--------------------------------------

Thanks...

-Ross

-- 
    <http://bunyip.apana.org.au>                         [ICQ No.9391313]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to