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/24
> --dport 80 -j REDIRECT --to-port 3128
>
> Replace the 192.168 with your network. Keep in mind that you can have
> multiples of these :)
>
> In a nutshell, IP Tables was making each request (even from the outside
> world) go via Squid.
Do you happen to know if it can be done based on incoming (real) port
so we don't have to care about IP addresses?
> The other solution is to process those via 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 <greearb_at_candelatech.com> Candela Technologies Inc http://www.candelatech.comReceived on Tue Jan 25 2011 - 17:55:40 MST
This archive was generated by hypermail 2.2.0 : Tue Jan 25 2011 - 12:00:03 MST