Brief description of my set up is
Linux Box running Squid which all clients connect to
Linux Box running I-Gear (content filtering software)
Squid forwards all requests onto I-Gear using the "cache_peer" and
"never_direct" directives
What I want to be able to do is set up an ACL for some users e.g.
acl a_person src 10.0.0.1/32
acl a_nother_person src 10.0.0.2/32
Then set up an acl for a domain e.g.
acl bbc dstdomain bbc.co.uk
I then want "a_person" to go direct to any bbc.co.uk site, but would want
"a_nother_person" to go via the I-Gear system
I can get it to work so everyone goes direct using
always_direct allow bbc
However I only want certain IP addresses to go direct.
Any help appreciated.
Paul Houselander
Network & Intranet Support Officer
Bristol City Council
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Thu Aug 29 2002 - 03:01:27 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:52 MST