[squid-users] Re: transparent proxy in cisco

From: Bishal <bishal@dont-contact.us>
Date: 2 Nov 2006 10:47:40 -0000

You can create access-list in cisco router like;

router# conf t
ip access-list 100 deny tcp host 192.168.0.1 any eq www
ip access-list 100 permit tcp any eq www

route-map proxy-redirect permit 10
match ip address 100
set ip next-hop 192.168.0.1

router# conf t
int eth0/0
ip policy route-map proxy-redirect

save and exit

Here 192.168.0.1 is the ip address of the proxy server
Hope it will help



On 11/1/2006, "Rainer Schweitzer" <Rainer@sniksnok.com> wrote:

>Hi,
>
>Some of the cisco cracks may have an advice for me?
>I want to set up a transparent proxy and I want
>the PIX to redirect all webtraffic (i.e. dest. port 80)
>from the LAN-users to the Proxy in the DMZ.
>Maybe the Firewall software 7 offers a good solution?
>I know, this problem is more cisco-related than
>squid-related.
>
>Greets, Rainer.
>
>
>
>
Received on Thu Nov 02 2006 - 03:48:11 MST

This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:02 MST