On 3/09/2015 7:48 a.m., jake driscoll wrote:
> Thanks a lot for the reply Amos.
> I tried the following:
>
> acl station-ip src 192.168.1.0/24
> acl station-domain dstdomain /usr/local/squid/station-domain.acl
> http_access allow station-ip station-domain
> http_access deny kiosk-ip
>
> This ord
Thanks a lot for the reply Amos.
I tried the following:
acl station-ip src 192.168.1.0/24
acl station-domain dstdomain /usr/local/squid/station-domain.acl
http_access allow station-ip station-domain
http_access deny kiosk-ip
This order of rules only denies everything instead of allowing atleast
On 2/09/2015 1:28 a.m., jake driscoll wrote:
> here is my requirement:
>
>> i have a subnet
>> only a small list of sites need to be allowed access to this subnet
>> this subnet should not get access to any other site except the ones in the
> list
>> access for other users will remain the same
>
here is my requirement:
>i have a subnet
>only a small list of sites need to be allowed access to this subnet
>this subnet should not get access to any other site except the ones in the
list
>access for other users will remain the same
I tried the following
acl station-ip src 192.168.1.0/24
acl