Re: Redirecting from Cisco

From: Lincoln Dale <ltd@dont-contact.us>
Date: Sun, 08 Feb 1998 09:23:26 +0800

>Still trying to get my Cisco to do transparent proxying. If you search
>the squid arhives, there are alot of people that have this working with
>IOS 11 and above.

Brian,

1. remove the second route-map from your configuration,

2. make sure that you have configured your kernel correctly for
   transparent proxying. that is, your kernel needs to be able to
   impersonate other hosts when it receives traffic on port 80.

i'm not sure that you've done #2, since you haven't posted the
masq configuration.

in terms of linux, you'd want something like:
   ipfwadm -I -a accept -r -P tcp -S 208.276.76.0/24 -D any/0 www
(ie. masq any tcp traffic from 208.276.76.0/24 destined for anywhere
port 80 to port 80 on the local host).

cheers,

lincoln.
Received on Sat Feb 07 1998 - 17:25:29 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:38:48 MST