Caching server 9.2 bind

Mark_Andrews at isc.org Mark_Andrews at isc.org
Wed Apr 3 00:00:39 UTC 2002


> I am running a name server that is caching and authorative.  We are
> properly reverse DNS deligated yet for some reason I am unable to do
> lookups for things that we are not authorative on.  Anyone run into
> this?

	Check you firewall logs.
> 
> 
> options {
>         directory "/etc/named";
>         allow-query 
>           { 
>           any; 
>           };                    // This is the default
>         recursion no;           // Do not provide recursive service
>         };
> 
> logging {
>         channel bindlog {
>                            file "/var/log/bindlog"  versions 5 size
> 1m;
>                            print-time yes;
>                            print-category yes;
>                            print-severity yes;
>                         };
>         category xfer-out { bindlog; };         
>         category xfer-in  { bindlog; };        
>         category security { bindlog; };     
>         };
> 
> // Root server hints
> zone "." 
>         { 
>         type hint; 
>         file "named.root"; 
>         };
> 
> // Our Domains
> 
> authorative zones below this point
> 
> 
> 
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list