Re: Transparent Redirect From Router

From: Florin Andrei <florin@dont-contact.us>
Date: Wed, 03 Nov 1999 13:35:44 +0200

"Ballon, Mike, RM1 (N24)" wrote:
>
> I'm trying to setup my router and squid box so the move will be transparent
> to my users. I have tried several setups and I THINK the problem lies with
> the route-map on the router but I can't be sure. If you have a setup I can
> copy that would be great.

ipchains -A input -p tcp -j REDIRECT 8080 -s 192.168.1.0/24 -d default/0 80

        I'm using 8080 instead of the default port, but that should not be a problem
(replace it with your actual port).

        In squid.conf take care of these:

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

-- 
Florin Andrei , florin@maronet.ro , http://www.maronet.ro/~florin/
IT Manager - Maro Tradinvest, Bucuresti, Romania
tel: 093 261 162    ICQ: 20010694
Received on Wed Nov 03 1999 - 04:45:51 MST

This archive was generated by hypermail pre-2.1.9 : Wed Apr 09 2008 - 11:57:31 MDT