Al,
At 00:17 20/09/00, Al Blake wrote:
..
>Any help would be much appreciated and I promise I will post the solution if
>anyone is interested?
you still need to enable a suitable ipfw/netfilter rules on your linux box.
something like that described at the bottom of
http://www.squid-cache.org/Doc/FAQ/FAQ-17.html#ss17.4 should suffice:
# Accept all on loopback
ipfwadm -I -a accept -W lo
# Accept my own IP, to prevent loops (repeat for each interface/alias)
ipfwadm -I -a accept -P tcp -D 208.206.76.44 80
# Send all traffic destined to port 80 to Squid on port 3128
ipfwadm -I -a accept -P tcp -D 0/0 80 -r 3128
just loading the wccp module isn't enough in itself.
cheers,
lincoln.
-- Lincoln Dale Content Services Business Unit ltd@cisco.com cisco Systems, Inc. | | || || +1 (408) 525-1274 bldg G, 170 West Tasman |||| |||| +61 (3) 9659-4294 << San Jose CA 95134 ..:||||||:..:||||||:.. -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Tue Sep 19 2000 - 22:57:49 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:24 MST