All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Wright <xktnniuymlla@mailinator.com>
To: Rafael Dewes <rafael.dws@gmail.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: Iptables - Error: No chain/target/match by that name
Date: Tue, 03 Apr 2007 14:33:33 -0700	[thread overview]
Message-ID: <4612C82D.9020109@mailinator.com> (raw)
In-Reply-To: <cdcab2540704031418m1c25bf55hbcfabf8340db546b@mail.gmail.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)


  reply	other threads:[~2007-04-03 21:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-03 21:18 Iptables - Error: No chain/target/match by that name Rafael Dewes
2007-04-03 21:33 ` Mike Wright [this message]
2007-04-04  0:41   ` dhottinger
2007-04-04  1:34     ` Rafael Dewes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4612C82D.9020109@mailinator.com \
    --to=xktnniuymlla@mailinator.com \
    --cc=netfilter@lists.netfilter.org \
    --cc=rafael.dws@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.