Sukhjit Singh wrote: > > Hi all > > Am facing some problem with packet redirection. > > My Setup is as following. > > --->Squid 2.5 Stable2 > ---->Kernel 2.4.19 patched with ip_wccp > ----->using wccp v1 on cisco router 3660
> Chain PREROUTING (policy ACCEPT 9141 packets, 990K bytes) > pkts bytes target prot opt in out source > destination > 0 0 REDIRECT tcp -- * * 0.0.0.0/0 > 0.0.0.0/0 tcp dpt:80 redir ports 3128 > This shows that no packets are being redirect to port 3128 if the router is > redirecting it to the cache. Have you loaded the ip_wccp module? cat /proc/modules if not there insmod ip_wccp Regards Henrik
