Secondart Server : question.

Ricardo Martinez rmartinez at magenta.cl
Mon Apr 2 14:38:41 UTC 2007


Hello list.
	I have a question about a secondary DNS server.
	If i have in my primary server this configuration for named.conf: 

	view "internal-in" in {

....

	    zone "mydomain.net" in {
                type master;
                file "db.mydomain.net";

                allow-query {
                any;
                };
        };

.....

	view "external-in" in {

....

	    zone "mydomain2.net" in {
                type master;
                file "db.mydomain2.net";

                allow-query {
                any;
                };
        };

.....
	

	i need to use the exact same configuration in my secondary server?, but adding the "master" parameter.  I mean, do i need to add the external and the internal in the secondary ?
	Hope that someone can help me
	Thanks

Ricardo.-




More information about the bind-users mailing list