debugging bind 9.x @ start

Lucian Hudin luci at warp.transart.ro
Fri Jul 6 06:18:10 UTC 2001



 I'm making a lot of changes through the config file,
and many times bind exits without saying too many things
at "loading configuration file". I would like to see more
detailed error messages.

-d level doesn't seem to do anything.

 Also, I need to setup a nameserver with two views for a zone,
and this won't work :

...
options {
	...
	allow-query { none; };
};

view "internet" in {
	match-address { 0.0.0.0/0; };

	zone "in.somedomain.com" {
		....
		allow-query  { 0.0.0.0/0; };
	};

};

view "intranet" in {
        match-address { locals; };

        zone "local.somedomain.com" {
                ....
                allow-query  { locals; };
        };
};

named would return query refused for *.somedomain.com
what is wrong with this config file ?


regards,
lucysoft



More information about the bind-users mailing list