First, I've read the FAQ and searched this list and tried various incantations of the configuration, below, but it simply isn't doing what I expect. What I want to do is to allow access from two networks:
172.16.0.0/22 (split subnet) 172.26.9.75-172.26.9.100/32 Deny access to 172.16.19.246. Deny access to everyone else. my acls are: acl all src 0.0.0.0/0.0.0.0 acl nw1 src 172.16.0.0/22 acl nw2 src 172.26.9.75-172.26.9.100/32 acl block src 172.16.19.246/32 and http_access deny block http_access allow nw1 http_access allow nw2 http_access deny all But instead of having the desired effect, I seem to be blocking all access. This is squid-2.5-STABLE4. Thanks in advance. Sean McLinden Allegheny County Health Department
