From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wright Subject: Re: missing module for tcp-flags match? Date: Fri, 22 Sep 2006 09:36:49 -0700 Message-ID: <45141121.1050707@mailinator.com> References: <5bb00b3f0609201654w100cdc33vf8fa674477ed1274@mail.gmail.com> <5bb00b3f0609220655n7a888c4bt4d1ed714f5193545@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5bb00b3f0609220655n7a888c4bt4d1ed714f5193545@mail.gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Henning Sprang Cc: netfilter@lists.netfilter.org Henning Sprang wrote: > When tyring to set up the rule: > > iptables -A INPUT --protocol tcp --tcp-flags ALL SYN,ACK -j DROP > I just tried this with iptables 1.3.5, linux-2.6.16-xen: iptables -A INPUT -p tcp -m tcp \ --tcp-flags FIN,SYN,RST,PSH,ACK,URG SYN,ACK -j DROP and it works. > I only get the error: > > iptables: No chain/target/match by that name > Not sure this is relevant but while attempting to add ipset support I got the same error message. It turned out that my kernel and modules were out of sync. Hope that helps, :m)