Re: Redirecting from Cisco

From: Mark White <whitem@dont-contact.us>
Date: Sun, 08 Feb 1998 10:10:33 +1100

At 11:18 AM 2/7/98 -0600, Brian wrote:
>route-map proxy-redir permit 10
> match ip address 110
> set ip next-hop 208.206.76.44
>!
>route-map proxy-redir permit 20
>!

Try removing the extra route map line, below is part of my Cisco config.

interface Ethernet0
 ip unnumbered Ethernet0
 no ip directed-broadcast
 no ip mroute-cache
 ip policy route-map proxy-redirect
!

access-list 110 deny tcp host 203.36.3.9 any eq www
access-list 110 permit tcp any any eq www

route-map proxy-redirect permit 10
 match ip address 110
 set ip next-hop 203.36.3.9
!

My cache server is on 203.36.3.9, I'm running the linux firewall software
to write port 80 into port 8080 where my cache server picks it up.

Mark.

(AusBone Member and Supporter - Australia's Own Network Backbone)
                http://www.ausbone.net
Received on Sat Feb 07 1998 - 15:11:14 MST

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