[c-nsp] Cisco WCCP and Squid on Linux
Corneliu Tanasa
ctanasa at i-net.ro
Mon Jun 27 08:00:57 EDT 2005
>
> iptables -t nat -A PREROUTING -s 192.168.0.0/255.255.0.0 -d !
> 192.168.0.0/255.255.0.0 -i gre0 -p tcp -m tcp --dport 80 -j DNAT --to
> 192.168.0.3:3128
That is probably it, We had a
iptables -t nat -A PREROUTING -p tcp -m tcp -i eth0 --dport 80 -j REDIRECT
--to-ports 3128
I'll get that straightened out and try again.
[CT>] this is not the reason you didn't see any packet redirected on your
"show ip wccp web-cache". If this rule is not correcly configured, then
you'll see redirected packets but no response in your browser.
More information about the cisco-nsp
mailing list