From: David Coulson <david@davidcoulson.net>
To: Brian McNally <bmcnally@u.washington.edu>
Cc: netfilter@lists.netfilter.org
Subject: Re: "iptables: No chain/target/match by that name"
Date: Thu, 21 Dec 2006 13:51:49 -0500 [thread overview]
Message-ID: <458AD7C5.8070404@davidcoulson.net> (raw)
In-Reply-To: <2FFB10CA-345B-432D-9669-128232B12051@u.washington.edu>
Brian McNally wrote:
> Hello,
>
> I'm running Red Hat Enterprise Linux 3 with the 2.4.21-27.0.2.ELsmp
> kernel and iptables 1.2.8. When I try and insert the following rule:
>
> iptables -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080
iptables -t nat -A PREROUTING .....
Default table is 'filter', and PREROUTING isn't in there.
David
--
David J. Coulson
email: david@davidcoulson.net
web: http://www.davidcoulson.net/
next prev parent reply other threads:[~2006-12-21 18:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-21 18:48 "iptables: No chain/target/match by that name" Brian McNally
2006-12-21 18:51 ` David Coulson [this message]
[not found] ` <458AD7D0.2010001@jrmy.net>
2006-12-21 19:02 ` Brian McNally
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=458AD7C5.8070404@davidcoulson.net \
--to=david@davidcoulson.net \
--cc=bmcnally@u.washington.edu \
--cc=netfilter@lists.netfilter.org \
/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.