Hi scott this is my situation.

I have Squid working answering requests on 3128 very good or in the 8080, or
80 anything port.


I wanted to force all users to use the Squid, via our Access Server  Cisco
3640, which is
a basic setup, just taking stuff from the ethernet and throwing it at the
serial port, nothing fancy going on on the cisco:

for example.

Our squid:  200.30.50.5

On the squid I did:


http_port 80
icp_port 3130
httpd_accel virtual 80
httpd_accel_with_proxy on



On the cisco I did:


route-map proxy-redirect permit 10
match ip address 110
set ip next-hop 200.30.50.5

access-list 110 deny tcp host 200.30.50.5 any eq www
access-list 110 allow tcp any any eq www


int e0
ip policy route-map proxy-redirect




what you say about this.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=32381&t=31875
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to