trainier@kalsec.com wrote:
>We've a situation at our facility where specific clients sit in static IP
>address block This clients are considered "restricted" and I need a way
>to get these clients to access a set of websites that I've defined.
>There's probably 20 or 30 sites.
>
>Can I get some recommendations on how to do this most-efficiently?
>
>Much appreciated,
>
>Tim Rainier
>
>
>
>
Hello Rainer,
You can solve your problem with the following
acl restricted src x.x.x.x/.....
acl restricted_sites dst /usr/local/restrict.txt
http_access allow restricted restricted_sites
http_access deny restricted
You can create a file(restrict.txt) to list the restricted sites.
For more details: http://www.squid-cache.org/Doc/FAQ/FAQ-10.html
Thanks,
Visolve Squid Team,
http://squid.visolve.com
Received on Tue Jun 13 2006 - 09:33:45 MDT
This archive was generated by hypermail pre-2.1.9 : Sat Jul 01 2006 - 12:00:01 MDT