All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.6-rc3 - "ip_conntrack_in: Frag of proto 17" (udp) with kNFS r/wsize > 8192
@ 2004-05-07  2:11 Kenneth Aafløy
  2004-05-07  6:33 ` Martijn Lievaart
  2004-05-07 10:30 ` Martin Josefsson
  0 siblings, 2 replies; 4+ messages in thread
From: Kenneth Aafløy @ 2004-05-07  2:11 UTC (permalink / raw)
  To: netfilter-devel

Hi!

I hope this problem has not been reported before or that I'm not just picking 
up on some user-keyboard troubles, I've read over the archives, but could not 
find anything relevat to this issue.

I've come across some strange behavior with a nfs server running on 2.6.6-rc3 
today. My clients is also running this version. Basically when I set the NFS 
client r/wsize = 8192, or remove the connection tracking netfilter modules 
the problem goes away. If I set the r/wsize to 16834 and the conntrack module 
is loaded I end up in the code segment below. When this happens the NFS 
client will almost lose connection with the server, and print a lot of;
NFS server not responding, still trying. NFS server OK.

I've also tried 2.6.5, and the error is present there too, but not the segment 
below, so I got no warning. I have not yet tried any lower version of the 
kernel yet, but will do so if it's requested. I could also have provided you 
with extensive information about my setup's, but I belive it's a minor 
problem with the reassembly of fragmented packets. 

ip_conntrack_core.c:798
    /* Never happen */
    if ((*pskb)->nh.iph->frag_off & htons(IP_OFFSET)) {
        if (net_ratelimit()) {
        printk(KERN_ERR "ip_conntrack_in: Frag of proto %u (hook=%u)\n",
               (*pskb)->nh.iph->protocol, hooknum);
        }
        return NF_DROP;
    }

Does anybody have a solution for the problem exept making (manually) sure that 
any client does not request a r/wsize above 8192?

Kenneth

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-05-08 21:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-07  2:11 2.6.6-rc3 - "ip_conntrack_in: Frag of proto 17" (udp) with kNFS r/wsize > 8192 Kenneth Aafløy
2004-05-07  6:33 ` Martijn Lievaart
2004-05-07 10:30 ` Martin Josefsson
2004-05-08 21:19   ` Kenneth Aafløy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.