All of lore.kernel.org
 help / color / mirror / Atom feed
* UDP entries do not list ctstate
@ 2008-02-19  0:13 Jan Engelhardt
  2008-02-19  0:39 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2008-02-19  0:13 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Netfilter Developer Mailing List

Hi,


to figure out what Netfilter actually does, we add a rule to match 
incoming DNS replies for demonstrational purposes:

	iptables -I INPUT -p udp --sport 53 -m conntrack --ctstate 
	ESTABLISHED

as one would expect, ESTABLISHED matches. Now, after the DNS reply has 
been received, running `conntrack -L | grep udp` does not show the 
string "ESTABLISHED" at all, even if I run it within the UDP conntrack 
timeout. Glitch/Bug in /usr/sbin/conntrack?

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

end of thread, other threads:[~2008-02-19  0:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-19  0:13 UDP entries do not list ctstate Jan Engelhardt
2008-02-19  0:39 ` Pablo Neira Ayuso

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.