Problem with ACL/address match lists

Walkenhorst, Benjamin Benjamin.Walkenhorst at telekom.de
Thu Sep 30 07:39:27 UTC 2004


Hello everyone,

I am getting a little confused about address match lists.

Note: I am running BIND 9.1.1 and have no option to switch to a more 
recent version as of now. So please don't just tell me not to use 
9.1.1 any more - I would love to upgrade, but that is beyond my control...

I have a nameserver that will be running split-role with views.
I have defined an ACL like this:
###########################################
acl "myclients" {
	10/8; 172.16/16; 192.168/16;
};
###########################################

Now I want to define my views like this:
###########################################
view "internal" {
	match-clients { myclients; };
	[...]
};

view "external" {
	match-clients { !myclients; any; };
	[...]
};
###########################################

However, when I try to make BIND reload its config, the following
line shows up in the logfile:
EZZ9212I /etc/tcpip/named.conf:116: undefined acl '!myclients' referenced



More information about the bind-users mailing list