Secondary Server not answerig authoritative for domain?

Barry Margolin barmar at alum.mit.edu
Sat May 19 02:03:17 UTC 2007


In article <f2kcmb$1rno$1 at sf1.isc.org>,
 "Ricardo Martinez" <rmartinez at magenta.cl> wrote:

> Hello.
> 	I'm getting this answer from my primary server when my secondary server 
> wants to transfer the zones.
> 	
> 	named[4459]: zone slaves/mydomain.com/IN: refresh: non-authoritative answer 
> from master 10.1.1.1#53
> 	Why my primary server is not answer authoritative for my domains?

Check the log on the master when you restart it.  It should log warning 
messages when it's loading the zone.

> 	This is a snippet of my configuration.
> 
> 
> ------------------------------------------------------------------------------
> ---------------
> 	view "internal-in" in {
>  
>         match-clients { trusted; };
>         recursion yes;
>         additional-from-auth yes;
>         additional-from-cache yes;
> 
>         zone "." in {
>                 // Link in the root server hint file.
>                 type hint;
>                 file "root.hints";
>         };
> 
> 
>         zone "0.0.127.in-addr.arpa" in {
>                   type master;
>                 file "db.127.0.0";
> 
>                 allow-query { any; };
>                 allow-transfer { none; };
>         };
> 
>       zone "internal.net" in {
>                 type master;
>                 file "internal.net";
>         };
> };
> 
> view "external-in" in {
> 
>         match-clients { any; };
>         recursion no;
>         additional-from-auth no;
>         additional-from-cache no;
> 
>         // Link in our zones
>         zone "." in {
>                 type hint;
>                 file "root.hints";
>         };
> 
>         zone "mydomain.com" in {
>                 type master;
>                 file "db.mydomain.com";
> 
>                 allow-query {
>                 any;
>                 };
>         };
> 
> ------------------------------------------------------------------------------
> -----------------------
> 
> 	Hope that someone could help me..
> 	Regards,
> 
> 	Ricardo.-

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***



More information about the bind-users mailing list