[squid-users] multiple ACL

2004-10-05 Thread Arianto C Nugroho
hi.. could a single client fall into multiple ACL's ?? for example, my ip address is 152.118.37.35 and i'm accessing www.abc.com (using squid as proxy) and i have these ACL on my squid : acl smallClient src 152.118.37.35/255.255.255.255 acl netAdmins src 152.118.37.0/255.255.255.0 acl bannedSite

Re: [squid-users] multiple ACL

2004-10-05 Thread Muthukumar
for example, my ip address is 152.118.37.35 and i'm accessing www.abc.com (using squid as proxy) and i have these ACL on my squid : acl smallClient src 152.118.37.35/255.255.255.255 acl netAdmins src 152.118.37.0/255.255.255.0 Okie Fine. acl bannedSite dstdomain www.abc.com It will not

Re: [squid-users] multiple ACL

2004-10-05 Thread Henrik Nordstrom
On Tue, 5 Oct 2004, Arianto C Nugroho wrote: for example, my ip address is 152.118.37.35 and i'm accessing www.abc.com (using squid as proxy) and i have these ACL on my squid : acl smallClient src 152.118.37.35/255.255.255.255 acl netAdmins src 152.118.37.0/255.255.255.0 acl bannedSite dstdomain

Re: [squid-users] multiple ACL

2004-10-05 Thread Henrik Nordstrom
On Tue, 5 Oct 2004, Muthukumar wrote: for example, my ip address is 152.118.37.35 and i'm accessing www.abc.com (using squid as proxy) and i have these ACL on my squid : acl smallClient src 152.118.37.35/255.255.255.255 acl netAdmins src 152.118.37.0/255.255.255.0 Okie Fine. acl bannedSite