My iptables are configured like this.

/sbin/iptables -t tproxy -A PREROUTING -p tcp -m tcp --dport 80 -j
TPROXY --on-port 81

I had a feeling I needed to address something w/ my iptables, however
was not 100% sure how to configure that.

Jared 


-----Original Message-----
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 11, 2008 1:36 PM
To: Brodsky, Jared S.
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] ACL for incoming requests w/ Transparent
proxy

On fre, 2008-07-11 at 10:54 -0400, Brodsky, Jared S. wrote:
> I just rolled out my Squid box last night w/ Transparent proxying on 
> my network and everything is working great.  However I have a few 
> servers (webmail, bug tracking) that need to be accessible to the 
> outside world, however every time someone attempts to access it, they 
> get the Squid access denied page.

You should generally not intercept incoming requests, only outgoing..

How is tne transparent interception set up? This needs to be addressed
there, before the connection gets sent to Squid..

Regards
Henrik

Reply via email to