[squid-users] Problem with ACLs and access

From: <mclinden@dont-contact.us>
Date: Thu, 12 Feb 2004 10:33:40 -0500

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
Received on Thu Feb 12 2004 - 08:48:43 MST

This archive was generated by hypermail pre-2.1.9 : Mon Mar 01 2004 - 12:00:02 MST