From: v.shekhar@yahoo.com
Date: Sun Sep 30 2007 - 03:40:35 ART
I guess u need to make use of route map to set ip Nxt hop.
keep the Proxy server in another subnet ex. 192.168.62.10
eg:
Route-map PROXY 20
match ip ACL_PROXY
set ip next hop 192.168.62.10
ip access-list extended ACL_PROXY
permit tcp 192.168.61.0 0.0.0.255 any eq 80
Make
sure ur proxy server can act as transparent proxy, any regular proxy
server will not cater to these kinds of requests. Squid can function as
transparent proxy.
Thanx,
-sHekHar.
CCIE#17589/CISSP/RHCE.
----- Original Message ----
From: Chamara Peris <dimsyboy@gmail.com>
To: Cisco certification <ccielab@groupstudy.com>
Sent: Sunday, September 30, 2007 5:54:42 AM
Subject: Access list redirection.
Hi guys,
I am wondering how to a port rediction on a IOS based access list. Hhis
exactly I want to do.
I want to forward all the port 80 traffic hitting vlan 1 interface
(excluding ip 192.168.61.10) to inside host 192.168.61.10 port 80.
Basically making 61.10 as the proxy server.
Regards
CP
This archive was generated by hypermail 2.1.4 : Sat Oct 06 2007 - 12:01:17 ART