All of lore.kernel.org
 help / color / mirror / Atom feed
* NEW vs INVALID
@ 2002-09-30 10:18 Jens Lechtenbörger
  2002-09-30 14:39 ` Anders Fugmann
  2002-09-30 15:26 ` Cedric Blancher
  0 siblings, 2 replies; 8+ messages in thread
From: Jens Lechtenbörger @ 2002-09-30 10:18 UTC (permalink / raw)
  To: netfilter

Hi there,

using stateful packet matching I wonder how an INVALID tcp packet is
defined.  In particular, I set up a rule to log inbound NEW ssh
connections to port 22:
iptables -A INPUT  -m state --state NEW -p TCP --dport 22 -j LOG --log-level 5 --log-prefix "IPTABLES: Legal NEW TCP: "

What confuses me, is that this rule not only logs initial SYN
packets but also (initial) packets with SYN and FIN set. 
I thought that such packets should be INVALID...
Is this a bug or a feature?

Jens



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

end of thread, other threads:[~2002-10-01 11:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-30 10:18 NEW vs INVALID Jens Lechtenbörger
2002-09-30 14:39 ` Anders Fugmann
2002-10-01  8:49   ` Cedric Blancher
2002-10-01  9:05     ` Anders Fugmann
2002-10-01 11:19       ` Cedric Blancher
2002-09-30 15:26 ` Cedric Blancher
2002-09-30 15:50   ` Jens Lechtenbörger
2002-10-01 10:33     ` Martijn Klingens

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.