Secondary Server not answerig authoritative for domain?

Ricardo Martinez rmartinez at magenta.cl
Fri May 18 14:11:35 UTC 2007


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?
	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.-



More information about the bind-users mailing list