I'm running Squid 2.5Stable 2 in transparent mode with the recompiled 
kernel 2.4.18, the ip_wccp.o package, iptables, and the echo 
ip_forward enable command.  If I setup the browser to proxy through 
port 80 of the server it works fine, however if I enable ip wccp 
web_cache redirect on the cisco to the squid process stalls.  As soon 
as I turn off the redirect it seems to start working again.  I have 
included the values I have changed in squid.conf the rest are set to 
default.  Any insight as to why it is stalling would be appreciated. 

===============================Squid.conf============================
acl snmppublic snmp_community public

acl all src 0.0.0.0/0.0.0.0
acl cafe src x.x.x.x/24
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT

http_access allow cafe
http_access deny all

http_reply_access allow all

icp_access allow all

cache_effective_user squid
cache_effective_group squid

snmp_port 3401

snmp_access allow snmppublic office

wccp_router 207.65.182.1  

ie_refresh on
======================End squid.conf=================================

Thanks,
Greg Russell
Computer Cafe



Reply via email to