From: "Jörg Harmuth" <harmuth@mnemon.de>
To: netfilter@lists.netfilter.org
Subject: Re: DNAT to 127 fails
Date: Fri, 05 Aug 2005 12:08:12 +0200 [thread overview]
Message-ID: <42F33A8C.9060905@mnemon.de> (raw)
In-Reply-To: <Pine.LNX.4.61.0508051141020.31142@yvahk01.tjqt.qr>
Jan Engelhardt schrieb:
> Hi,
>
>
> Connection from anywhere-on-the-internet (dsl0) to alphagate:80 only does not
> work when --to-dest is 127.0.0.1. It works with 192.168.44.1.
> (It's not a bridge problem, that for sure!)
> Why? Some routing problem?
>
>
> iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-dest 127.0.0.1:8000
"-j DNAT" is not intended to DNAT to localhost. The REDIRECT target is
for this. From "man iptables":
REDIRECT
This target is only valid in the nat table, in the
PREROUTING and OUTPUT chains, and user-defined chains
which are only called from those chains. It redirects
the packet to the machine itself by changing the
destination IP to the primary address of the incoming
interface (locally-generated packets are mapped to the 127.0.0.1
address). It takes one option:
--to-ports port[-port]
This specifies a destination port or range of ports to
use: without this, the destination port is never
altered. This is only valid if the rule also specifies
-p tcp or -p udp.
Have a nice time,
Joerg
next prev parent reply other threads:[~2005-08-05 10:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-05 9:44 DNAT to 127 fails Jan Engelhardt
2005-08-05 10:08 ` Jörg Harmuth [this message]
2005-08-09 9:51 ` Jan Engelhardt
2005-08-09 10:20 ` Jörg Harmuth
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=42F33A8C.9060905@mnemon.de \
--to=harmuth@mnemon.de \
--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.