Problem with Views and ACLs

A. Clausen techlists at alberni.net
Thu Jan 20 22:52:40 UTC 2005


I'm having a real problem setting up ACLs for our DNS.  This is a 
reasonable rendering of the ACLs I have (xxx.yyy.zzz/23 is our network's 
subnet):

acl server_acl {
	xxx.yyy.zzz.1;
	xxx.yyy.zzz.9;
	xxx.yyy.zzz.19;
	xxx.yyy.zzz.251;
};


acl customer_acl {
	xxx.yyy.zzz.0/23;
	!server_acl;
};

acl outside_acl {
	any;
};

However, when I try to set up views based on these ACLs, the view 
attached to the "customer_acl" view catches the "server_acl" addresses 
as well.  What am I doing wrong here?

-- 
A. Clausen


More information about the bind-users mailing list