This is a discussion on Re: [squid-users] cisco wccp problem within the Squid Users forums, part of the Web Server and Related Forums category; Henrik Nordstrom wrote: > On Thursday 28 August 2003 10.25, Kuba Leszewski wrote: > > >>can you ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Henrik Nordstrom wrote:
> On Thursday 28 August 2003 10.25, Kuba Leszewski wrote: > > >>can you tell me which options are these > > > See the Squid FAQ on WCCP. > but there's not even a word about 2.4.x kernel there anyway, I suppose you mean that I shouldn't set up a gre tunnel and just insert ip_wccp so I tried it no gre tunnels, just the wccp module and in squid.conf I change: wccp_router 212.244.a.X wccp_outgoing_address 212.244.a.Y and I get the same effect packets get redirected but I don't get anything in access.log, so squid simply ignores them. there's one more thing: FAQ says : ...compile it as you would any Linux network module. and I don't actually do it this way, since it doesn't work this way i used : gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -DMODULE -O2 -c -o ip_wccp.o ip_wccp.c so without the optimization options, and without -DMODVERSIONS which caused the problem but anyway, the module compiles and loads without any warnings or errors > Note: WCCP/GRE is a special flavor of GRE and is not supported by > normal GRE. > I know that :-) I just don't know how the two modules interact with each other And I have a tutorial: http://www.sublime.com.au/squid-wccp/ which says I have to load both of them Kuba |