Alexandre Correa wrote:
Hello, i´m having problems to setup wccp with squid and freebsd, my setup: router: ! ! ip wccp web-cache interface Loopback0 ip address 10.254.254.2 255.255.255.255 ! interface FastEthernet0/0/0 description *** lan to clients *** ip address 189.x.x.1 255.255.255.0 ip wccp web-cache redirect in .. .. squid.conf http_port 3128 transparent wccp2_router 10.254.254.2 wccp2_forwarding_method 1 wccp2_return_method 1 wccp2_service standard 0 freebsd: bge0: 189.x.x.3 ifconfig gre0 create inet 189.x.x.3 10.254.254.1 netmask 255.255.255.255 link2 tunnel 189.x.x.3 10.254.254.2 up ipfw list: 01000 fwd 127.0.0.1,3128 tcp from any to any dst-port 80 recv gre0 65535 allow ip from any to any #sh ip wccp Global WCCP information: Router information: Router Identifier: 10.254.254.2 Protocol Version: 2.0 Service Identifier: web-cache Number of Cache Engines: 0 Number of routers: 0 Total Packets Redirected: 0 Redirect access-list: -none- Total Packets Denied Redirect: 0 Total Packets Unassigned: 0 Group access-list: -none- Total Messages Denied to Group: 0 Total Authentication failures: 0 #sh ip wccp web-cache detail WCCP Cache-Engine information: Web Cache ID: 10.254.254.1 Protocol Version: 2.0 State: NOT Usable Initial Hash Info: 00000000000000000000000000000000 00000000000000000000000000000000 Assigned Hash Info: 00000000000000000000000000000000 00000000000000000000000000000000 Hash Allotment: 0 (0.00%) Packets Redirected: 0 Connect Time: 00:00:08 ifconfig gre0 gre0: flags=d051<UP,POINTOPOINT,RUNNING,LINK0,LINK2,MULTICAST> mtu 1476 tunnel inet 189.x.x.3 --> 10.254.254.2 inet 189.x.x.3 --> 10.254.254.1 netmask 0xffffffff someone can say where i´m mistaking ?! thanks !!! regards, Sds. Alexandre J. Correa Onda Internet / OPinguim.net http://www.ondainternet.com.br http://www.opinguim.net
shouldn't your squid config point to assignment method as well? also maybe declare wccp2_address -Ryan