Cisco Systems transparent proxying to all except 1

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
transparent proxying to all except 1 bandage 01-27-06
Posted by bandage on January 27, 2006, 8:58 am
Please log in for more thread options
I would like to setup transparent proxy to all workstations except for
1 or 2 workstations.
the following works fine for all workstations.

access-list 199 permit tcp 10.4.1.0 0.0.0.255 any eq www
access-list 199 deny ip any any
route-map redirect-proxy permit 10
match ip address 199
set ip next-hop 10.2.250.32

I need 10.4.1.32 not to be proxied.

cisco 6500
IOS 12.1

thanks in advance


Posted by luqs on January 27, 2006, 9:20 am
Please log in for more thread options
access-list 199 deny tcp 10.4.1.32 0.0.0.0 any eq www
access-list 199 permit tcp 10.4.1.0 0.0.0.255 any eq www
access-list 199 deny ip any any


Posted by summi on January 27, 2006, 9:33 am
Please log in for more thread options
HI

U can do this

access-list 199 deny tcp host 10.4.1.32 any eq www
access-list 199 permit tcp 10.4.1.0 0.0.0.255 any eq www
access-list 199 deny ip any any


regards
Suman Rayala


Similar ThreadsPosted
transparent proxying to all except 1 January 27, 2006, 8:58 am
Transparent Bridging October 27, 2005, 10:02 am
Transparent mode on a 525 July 13, 2006, 11:09 am
Transparent mode on a 525 July 13, 2006, 2:18 pm
Transparent Proxy April 21, 2008, 9:55 pm
MPLS & transparent bridging August 19, 2005, 3:33 pm
VTP Transparent mode confusion September 21, 2005, 12:11 pm
IOS transparent firewall and NBAR October 25, 2006, 4:06 pm
Re: Transparent Proxy on C3620 May 5, 2008, 6:30 am
External Transparent Bridge between two VLANs August 10, 2005, 7:02 am
VTP: change from client/server to transparent December 8, 2005, 9:31 am
remote VPN and transparent tunneling (Ipsec over TCP) June 29, 2006, 4:02 am
Pix 525 and Version 7.0(4) Transparent mode and vlans July 18, 2006, 4:38 pm
Migration from vtp/client server to transparent mode January 24, 2006, 8:06 am
traffic shaping w/ router as a transparent bridge November 15, 2007, 10:33 am