All of lore.kernel.org
 help / color / mirror / Atom feed
* missing module for tcp-flags match?
@ 2006-09-20 23:54 Henning Sprang
  2006-09-21  7:13 ` Henning Sprang
  2006-09-22 13:55 ` Henning Sprang
  0 siblings, 2 replies; 10+ messages in thread
From: Henning Sprang @ 2006-09-20 23:54 UTC (permalink / raw)
  To: netfilter

Hi,
I am having trouble to add a rule as simple as

iptables -A INPUT --protocol tcp --tcp-flags ALL SYN,ACK -j DROP

I only get  the error:

iptables: No chain/target/match by that name

I am experimenting with an embedded box (linksys NSLU) and I realized
before that some other rules did fail because some kernel modules
where missing and I found out which and then installed them.
But with this rule I have, after searching for a long time now,
absolutely no idea which kernel module can be missing to give me the
match tcp-flags. None of the howtos or tutorials nor google gives any
hint on that. The only kernel module that seems to have something to
do with tcp-flags at all I found by searching in the kernel source is
TCPMSS, but that doesn't look like helping with general analysis of
tcp flags.

Any ideas?

Henning


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

end of thread, other threads:[~2006-09-22 21:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-20 23:54 missing module for tcp-flags match? Henning Sprang
2006-09-21  7:13 ` Henning Sprang
2006-09-22 13:55 ` Henning Sprang
2006-09-22 14:45   ` Pascal Hambourg
2006-09-22 20:03     ` Henning Sprang
2006-09-22 16:36   ` Mike Wright
2006-09-22 19:07     ` Jan Engelhardt
2006-09-22 19:22       ` Mike Wright
2006-09-22 19:50     ` Henning Sprang
2006-09-22 21:04       ` Mike Wright

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.