Do you have something like: httpd_accel_host virtual httpd_accel_with_proxy on httpd_accel_uses_host_header on In your squid.conf?
yes, I have all these set up I also have httpd_accel_port 80
anyway, transparent proxy is working on this host, for the traffic that simply passes through
[LAN1] --- [ PIX (NAT) ] ---[ROUTER]---[INTERNET] | | [LAN2]----[CACHE (NAT) ]--/
LAN2 gets transparently redirected LAN1 need to be redirected on the router, and wccp is the best way to do it
Also if you are using the ip_wccp module you shouldn't use the ip_gre module or set up an explicit gre tunnel
i set up the tunnel this way: ip tunnel add cisco mode gre remote 212.244.a.b local 212.244.a.c ttl 255 ip link set cisco up ip addr add 192.168.45.2 dev cisco ip route add 192.168.45.0/24 dev cisco
it doesn't work if ip_gre is not loaded, even though ip_wccp is I get : ioctl: No such device at the ip tunnel add .....
what do you mean by, "set up an explicit gre tunnel" ?
Kuba
