UAMnet wrote:
> interface Ethernet0
> ip address 192.168.0.1 255.255.255.0
> no ip redirects
> ip policy route-map proxy-redirect
>
> route-map proxy-redirect permit 10
> match ip address 110
> set ip next-hop 192.168.0.33
>
> access-list 110 deny tcp host 192.168.0.33 any eq www
> access-list 110 permit tcp any any eq www
>
> My squid is working good but when i active the redirect map policy gave me
> this error.
Did you read this doc?
http://www.squid-cache.org/Doc/FAQ/FAQ-17.html#ss17.5
http://www.squid-cache.org/Doc/FAQ/FAQ-17.html#ss17.6
May be you didnt set up ip redirect rules on your linux/BSD box..
Best regards,
Ilker G.
Received on Fri Sep 20 2002 - 03:25:41 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:22 MST