RE: [squid-users] ACL access fault

From: Niksa Franceschi <n.franceschi@dont-contact.us>
Date: Thu, 14 Jun 2001 15:08:53 +0200

Huh?
mas 255.255.255.255 *is* correct subnet mask - though this
subnet consists of only one host!
The same, as you'll notice one line in config file which is by default:
acl localhost src 127.0.0.1/255.255.255.255

So, guess your 'access' parts might be misconfigured

-----Original Message-----
From: Naeem [mailto:rhlinux71@yahoo.com]
Sent: Thursday, June 14, 2001 3:02 PM
To: laurence@gazelle.net
Cc: squid users
Subject: Re: [squid-users] ACL access fault

> It seems that users on our network who hve been banned from using the net
> can still access cached pages.
> The ACL's used are as follows:
>
> acl banned.students src 192.168.1.109/255.255.255.255
>

Is '192.168.1.109' a single host you are trying to ban ? if yes then write
something like
acl banned_students src 192.168.1.109 (without subnet mask)

and if you want to ban a range of IP addresses then write your correct
subnet address with correct subnet mask not '255.255.255.255' this is not a
subnet mask but a broadcast address.

Check your 'http_access' rules order as well.

/n
Received on Thu Jun 14 2001 - 07:09:20 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:45 MST