Re: [squid-users] Fwd: Squid 2.7 with NTLM auth

From: donovan jeffrey j <donovan_at_beth.k12.pa.us>
Date: Wed, 7 Apr 2010 11:23:00 -0400

On Apr 7, 2010, at 10:53 AM, Milan wrote:

> I have tried the below lines and it works but I would prefer to get it
> working using the allowed_ip.txt file. In that case we can just add ip
> address to allow through the proxy instead of making additional acls.
>
> acl goto_meeting dst 216.115.208.0/20 216.219.112.0/20 66.151.158.0/24
> 66.151.150.160/27 66.151.115.128/26 64.74.80.0/24 202.173.24.0/21
> 67.217.64.0/19 78.108.112.0/20 68.64.0.0/19 206.183.100.0/22
>
> http_access allow goto_meeting
>
>
> Any ideas?

acl foo src 10.0.0.0/255.255.0.0 proxy_auth REQUIRED
acl bar proxy_auth luke yoda darth joe
acl acl myNet src 11.0.0.0/255.255.0.0
http_access allow foo
http_access allow bar
http_access allow myNet
http_access deny all

i could be wrong,.. never tried it before.
-j
Received on Wed Apr 07 2010 - 15:23:05 MDT

This archive was generated by hypermail 2.2.0 : Wed Apr 07 2010 - 12:00:03 MDT