> 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:02:59 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:45 MST