Help with WCCP setup

From: Daniel E Visbal <daniel.visbal@dont-contact.us>
Date: Sun, 26 Sep 1999 22:33:20 -0500

I'm writing this mail to squid-dev but I'm not part of squid-dev.
Since WCCP is on develop stage, and no questions are allowed at squid-users, and that you have redirected all question about WCCP to squid-dev...

I'm running Squid on Intel Linux and on Alpha Digital Tru64 Unix.
I will like to enable WCCP on both system.
Linux kernel is 2.2.9-27mdk
Digital Unix 4.0F or it can be upgraded to 5.0

Router Cisco 4700
IOS (tm) 4500 Software (C4500-I-M), Version 12.0(6), RELEASE SOFTWARE (fc1)
IP WCCP ENABLE

On Linux all I know is that I should install GRE and have gre0 up.
But I do not know how to redirect it to squid or if the gre0 interface should have an IP?.
What I have done is:

echo 1 > /proc/sys/net/ipv4/ip_forward

modprobe ip_gre
ifconfig gre0 up

#Accept all on loopback
/sbin/ipchains -A input -j ACCEPT -i lo
#Accept my own IP, to prevent loops (repeat for each interface/alias)
/sbin/ipchains -A input -j ACCEPT -p tcp -d (local ip-xx.xx.xx.xx) 80
#Send all traffic destined to port 80 to Squid on port 80
/sbin/ipchains -A input -j REDIRECT 80 -p tcp -s 0.0.0.0/0 -d 0.0.0.0/0 80

-> squid.conf
http_port 8080
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
wccp_router 200.9.31.30

On Digital Unix I do not have any clues.

All help on this matter will be appreciated.

Regards,
Daniel E Visbal
Received on Sun Sep 26 1999 - 20:38:40 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:12:17 MST