NetFilter
[Top] [All Lists]

Re: Iptables - Error: No chain/target/match by that name

To: netfilter@lists.netfilter.org
Subject: Re: Iptables - Error: No chain/target/match by that name
From: dhottinger@harrisonburg.k12.va.us
Date: Tue, 03 Apr 2007 20:41:20 -0400
Delivered-to: sp-com-lists@consult.net
Delivered-to: netfilter-list1@securepoint.com
In-reply-to: <4612C82D.9020109@mailinator.com>
List-archive: </pipermail/netfilter>
List-help: <mailto:netfilter-request@lists.netfilter.org?subject=help>
List-id: General discussion and user questions <netfilter.lists.netfilter.org>
List-post: <mailto:netfilter@lists.netfilter.org>
List-subscribe: <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=subscribe>
List-unsubscribe: <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=unsubscribe>
References: <cdcab2540704031418m1c25bf55hbcfabf8340db546b@mail.gmail.com> <4612C82D.9020109@mailinator.com>
Sender: netfilter-bounces@lists.netfilter.org
User-agent: Internet Messaging Program (IMP) H3 (4.1.3)
Quoting Mike Wright <xktnniuymlla@mailinator.com>:

Rafael Dewes wrote:
Friends, I am using iptables 1.5.7 + linux kernel 2.6.20.2 and the
last patch-o-magic.

But, when I exec this rule
iptables -I INPUT -s 192.168.0.0/24 -p tcp --dport 21 -j ACCEPT

Try this.

iptables -I INPUT -s 192.168.0.0/24 -p tcp -m tcp --dport 21 -j ACCEPT

Many of these types of filters can be found in the man page.  Look for
MATCH EXTENSIONS.

hth, :m)

I started getting the same error message a couple of weeks ago. Does it usually mean one of the rules is not good? Im having a problem trying to find the bad rule.

ddh


--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools



<Prev in Thread] Current Thread [Next in Thread>