transparent proxying to all except 1

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

Reply to
bandage
Loading thread data ...

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

Reply to
luqs

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

Reply to
summi

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.