[squid-users] Question on transparent proxy with web server behind proxy.

2011-01-25 Thread Ben Greear
-destination-port 80 -j redirect --redirect-target ACCEPT /sbin/iptables -t nat -A PREROUTING -i br0 -p tcp --dport 80 -j REDIRECT --to-port 3128 Thanks, Ben -- Ben Greear gree...@candelatech.com Candela Technologies Inc http://www.candelatech.com

Re: [squid-users] Question on transparent proxy with web server behind proxy.

2011-01-25 Thread Ben Greear
squid, which will take some load off the web servers. I'm a bit out of the loop, but for whatever reason, the users don't want this to happen. Thanks for the quick response! Ben -- Ben Greear gree...@candelatech.com Candela Technologies Inc http://www.candelatech.com

Re: [squid-users] Question on transparent proxy with web server behind proxy.

2011-01-25 Thread Ben Greear
On 01/25/2011 10:06 AM, Pieter De Wit wrote: Hi Ben, On 26/01/2011 06:55, Ben Greear wrote: On 01/25/2011 09:48 AM, Pieter De Wit wrote: Hi Ben, There sure is :) Change the IP Tables rule at the bottom to something like this: /sbin/iptables -t nat -A PREROUTING -i br0 -p tcp -s 192.168.0.0

Re: [squid-users] Question on transparent proxy with web server behind proxy.

2011-01-25 Thread Ben Greear
On 01/25/2011 10:36 AM, Ben Greear wrote: On 01/25/2011 10:06 AM, Pieter De Wit wrote: Hi Ben, On 26/01/2011 06:55, Ben Greear wrote: On 01/25/2011 09:48 AM, Pieter De Wit wrote: Hi Ben, There sure is :) Change the IP Tables rule at the bottom to something like this: /sbin/iptables -t nat

Re: [squid-users] Question on transparent proxy with web server behind proxy.

2011-01-25 Thread Ben Greear
-target ACCEPT /sbin/iptables -t nat -A PREROUTING -i br0 -p tcp --dport 80 -m physdev --physdev-in veth2 -j REDIRECT --to-port 3128 The 'veth2' interface is the downstream port. Thanks, Ben Let us know Cheers, Pieter On Tue, 25 Jan 2011, Ben Greear wrote: On 01/25/2011 10:36 AM, Ben