On Friday 15 August 2003 07.54, Awie wrote: > Here it is the Sublime Solution docs. Or perhaps I cannot > understand clearly what they wrote? > > But please highlight the sample below: > > insmod ip_wccp > insmod ip_gre > iptunnel add gre1 mode gre remote <ip-address-of-router> local > <ip-address-of-squid-cache> dev eth0 ifconfig gre1 127.0.0.2 up > /usr/local/squid/bin/RunCache &
This is wrong. Plase ask them to correct their document. You should EITHER insmod ip_wccp or insmod ip_gre (patched version) iptunnel .... Note: the use count of ip_wccp is always 0, as there is never any users of this module. While the module is installed it just magically decapsulates any WCCP packets redirected to the box. Regards Henrik
