All of lore.kernel.org
 help / color / mirror / Atom feed
* What to do with malformed l4proto packets?
@ 2007-04-05 22:11 John Heffner
  2007-04-07 16:34 ` Ross Vandegrift
  0 siblings, 1 reply; 2+ messages in thread
From: John Heffner @ 2007-04-05 22:11 UTC (permalink / raw)
  To: netfilter-devel

We have someone on the end of a DSL line that seems to be 
non-deterministically corrupting some of his packets (a rate of ~1e-5) 
in a way that causes the TCP checksum to fail.  While he hopes to get 
this situation remedied, the immediate problem is that his connections 
that go through our firewall are getting reset every time a corrupted 
segment is received.

AFAICT, what's happening is that tcp_error() finds the TCP checksum 
wrong, returning -NF_ACCEPT back up to nf_conntrack_in(), which quits 
and sends NF_ACCEPT back up.  So we have a TCP packet not associated 
with a connection, so our firewall rules send back a RST.

So, the question is: is there any reason to ACCEPT TCP segments with 
known bad checksums?

Thanks,
   -John

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

end of thread, other threads:[~2007-04-07 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-05 22:11 What to do with malformed l4proto packets? John Heffner
2007-04-07 16:34 ` Ross Vandegrift

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.