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" <[EMAIL PROTECTED]> 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.

>

>

>

>

Reply via email to