All of lore.kernel.org
 help / color / mirror / Atom feed
* early_drop() not working correctly?
@ 2006-07-06 14:24 Menno Smits
  2006-07-06 14:41 ` Martijn Lievaart
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Menno Smits @ 2006-07-06 14:24 UTC (permalink / raw)
  To: netfilter-devel

Hi list,

At one customer site we have a situation where a netfilter box sees half 
  of some connections due to asymmetric routing. This causes lots of 
ESTABLISHED but unreplied connections to fill the conntrack table with 
long (5 day) timeouts. Eventually the table completely fills up. The 
"nf_conntrack: table full, dropping packet" message is reported, packets 
  are dropped and the customer starts complaining.

According to discussions with Patrick McHardy off list and my own 
examinations of the code, early_drop() should free up some of the 
conntrack table when the table is full by removing unreplied 
connections. In practice, this doesn't actually happen.

I've experimented with a similar setup in the office and I can 
consistently replicate the problem. I'm happy to describe my test setup 
if anyone is interested (it's a little complicated).

Can someone explain why the unreplied connections aren't being removed 
from the conntrack table? Is there a bug here?

Regards,
Menno

ps. We have worked around the issue at the client's site by using the 
NOTRACK target for the asymmetrically routed traffic. Turning off TCP 
connection pickup also works around the problem.

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

end of thread, other threads:[~2006-07-09 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06 14:24 early_drop() not working correctly? Menno Smits
2006-07-06 14:41 ` Martijn Lievaart
2006-07-07  4:07 ` Patrick McHardy
2006-07-09 15:06 ` Jozsef Kadlecsik

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.