ok henrik i make the changes in the GRE like said in the FAQ section doing the next
modprobe ip_gre iptunnel add gre1 mode gre remote <Router-IP> local <Host-IP> dev <interface> ifconfig gre1 127.0.0.2 up modprobe ip_wccp and check it with /sbin/lsmod and both modules are in i use the patch made by you the ip_wccp path that i mentioned ip_wccp.patch that was in http://squid.visolve.com/developments/wccpv2.htm do i need another patch ?? for wccp2 and if its needed where can i find it? tks ----- Original Message ----- From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Ing Wahib Bohsain Navarro" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 27, 2004 4:54 PM Subject: Re: [squid-users] Need help about SQUID + WCCP2 and cisco router with IOS 12.2(13b) > On Tue, 27 Jan 2004, Ing Wahib Bohsain Navarro wrote: > > > with the show ip wccp web-cache deatil i see packets redirected 612450 the > > router is redirecting packets > > Ok. So the WCCP negotiation work which means the WCCP parts in squid.conf > and the router is correctly configured. > > > Does browsing work at all? > > the browsing doesn't work at all > > Do you get a error message from Squid, or just timeout after a long time? > > If timeout then the problem is then in how the cache server deals with > WCCP/GRE packets or how it intercepts the requests contained within those > packets. > > If error message from Squid then you have not configured squid.conf for > interception caching. > > >> Is the ip_wccp v2 module loaded on your Linux box? > > > > i did the instrucctions to patch the kernel like say in > > http://squid.visolve.com/developments/wccpv2.htm > > http://squid.visolve.com/developments/wccpv2_install.htm > > any sugestions? > > Well, those instructions only tell you how to build the module. You also > needs to load the module in the same manner as is the case for WCCPv1 > described in the Squid FAQ. > > > I don't using any firewall at all no ipchains, and no iptables, i got that > > services down. > > You need these. See the Squid FAQ on interception caching. > > >> Have you configured the required interception caching settings in > >> squid.conf? > > > > what is the right config file ? > > Again, see the Squid FAQ on interception caching. > > Regards > Henrik > >
