transparent proxying to all except 1

Jan 27, 2006 2 Replies

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



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

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

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required