All of lore.kernel.org
 help / color / mirror / Atom feed
From: "William da Rocha Lima" <wrochal@linuxit.com.br>
To: <blueflux@koffein.net>
Cc: <netfilter-devel@lists.netfilter.org>
Subject: Error in rules DNAT
Date: Sun, 29 Jun 2003 20:22:58 +0000 (UTC)
Date: Sat, 5 Jul 2003 16:04:55 -0300	[thread overview]
Message-ID: <007b01c34328$5449a050$0100000a@william> (raw)

Oskar Andreasson,

Verifies that rule DNAT this incorrect one:
iptables - t nat - the PREROUTING - p tcp - d 15,45,23,67 -- dport 80 - j
DNAT -- to-destination 192,168,1,1

the correct one is:

iptables - t nat - the PREROUTING - p tcp - i ethX - d 15,45,23,67 -- 
dport - 80 j DNAT -- to-destination 192,168,1,1

being that ethX is entrance interface

Articles write iam:
http://www.linuxit.com.br/modules.php?name=Sections&op=viewarticle&artid=21

bye,

====================
William da Rocha Lima
wrochal@linuxit.com.br
www.linuxit.com.br

             reply	other threads:[~2003-06-29 20:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-29 20:22 William da Rocha Lima [this message]
2003-06-29 14:03 ` Error in rules DNAT Oskar Andreasson
2003-07-04 10:23   ` William da Rocha Lima

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='007b01c34328$5449a050$0100000a@william' \
    --to=wrochal@linuxit.com.br \
    --cc=blueflux@koffein.net \
    --cc=netfilter-devel@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.