All of lore.kernel.org
 help / color / mirror / Atom feed
From: Buddy wu <ejournal4me@gmail.com>
To: netfilter@lists.netfilter.org
Subject: what's the problem of DNAT
Date: Mon, 31 Oct 2005 11:31:58 +0800	[thread overview]
Message-ID: <43a0cdcb0510301931p3f97ff66p@mail.gmail.com> (raw)

   I use '/sbin/iptables -t nat -A PREROUTING -d InternetAddr -p tcp 
--dport 80 -j DNAT --to 192.168.16.100:8087' it can work, but if I use
8087 instead of 80,like follows:
/sbin/iptables -t nat -A PREROUTING -d InternetAddr -p tcp  --dport
8087 -j DNAT --to 192.168.16.100:8087 then it can't work. what's wrong
with it ?


             reply	other threads:[~2005-10-31  3:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-31  3:31 Buddy wu [this message]
2005-10-31  5:24 ` what's the problem of DNAT Buddy wu
2005-10-31  6:59 ` Henrik Nordstrom
2005-10-31  7:58   ` Buddy wu
2005-10-31  8:10     ` Rob Sterenborg
2005-10-31  8:26       ` Buddy wu
2005-10-31 13:25         ` Henrik Nordstrom

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=43a0cdcb0510301931p3f97ff66p@mail.gmail.com \
    --to=ejournal4me@gmail.com \
    --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.