Hi,
I have configured Squid25s10 with WCCP. Linux kernel version 2.6.9.22. IOS
verison 12.2(29).
The packets are redirected to squid from the Cisco router and the tcpdump
output is given below
# tcpdump -nei any not port 22
tcpdump: WARNING: Promiscuous mode not supported on the "any" device
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on any, link-type LINUX_SLL (Linux cooked), capture size 96 bytes
22:17:29.357622 < 00:02:b9:8b:dd:62 ip 100: IP X.X.X.X > Y.Y.Y.Y:
gre-proto-0x883e
22:17:29.357800 < ip 76: IP z.z.z.z.32925 > A.A.A.A.http: S
3049448041:3049448041() win 5840 <mss 1460,sackOK,timestamp 621443204
0,nop,wscale 2>
22:17:32.356726 < 00:02:b9:8b:dd:62 ip 100: IP X.X.X.X > Y.Y.Y.Y:
gre-proto-0x883e
22:17:32.356726 < ip 76: IP z.z.z.z.32925 > A.A.A.A.http: S
3049448041:3049448041(0) win 5840 <mss 1460,sackOK,timestamp 621446204
0,nop,wscale 2>
For this i assume that gre packets are recieved in the squid machine and
decapsulation works fine. Also I can see the packet counts that are
redirected thru iptables to the squid port
# iptables -t nat -L -n -v
11015 987K REDIRECT tcp -- gre1 * 0.0.0.0/0
0.0.0.0/0 redir ports 3128
But the squid is not getting any access information in the access.log What
would be the cause of the problem?
Thanks,
Senthil Murugan