Filter (dansguardian) and proxy (Squid) problems
|
Author |
Message |
|
|
Posted : Tue, 12 May 2009 07:58:25
Subject :
Filter (dansguardian) and proxy (Squid) problems
Hello Eevrybody,
Im hoping you can help me out. This is my situation.
On an Ubuntu 9.04 Server i have Dansguardian and Squid then on another server (Ubuntu 7.04) i have parent proxy running squid.
Danguardian.conf has the following (amongst others):
Filterip =
Filterport = 8080
Proxyip = 127.0.0.1
Proxyport = 3128
forwardedfor = on
usexforwardedfor = off
Squid.conf has the following (amongst others) :
http_port 3128
forwarded_for on
cache_peer 192.168.100.1 parent 3128 0 proxy-only no-query
The clients web browser point to the ip of the server and port 8080.
The filtering is working (ie dansguardian) but proxying is bypassing the ACL’s of the first squid and going directly to the parent.
Have i overlooked something? What iptables rules if any can I add to have dansguardian (8080) send to 3128 of the first squid.
Make any sense?
Thanks in advance
S.
|
|
|