From: Jochen Radmacher <jradmacher@gmx.de>
To: netfilter@lists.netfilter.org
Subject: DNAT possible Bug?
Date: Mon, 27 Jan 2003 18:13:02 +0100 [thread overview]
Message-ID: <3E35689E.4070604@gmx.de> (raw)
I'm using a DNAT- Rule to Forward a Port from my Router to my Server:
iptables -t nat -A PREROUTING -d <outsideip> -p tcp --dport 4000 \
-j DNAT --to 192.168.0.44:80
This works fine when I'm connecting from the outside. But If i try:
jr@192.168.0.42# lynx <outsideip>:4000
this does not work. Her is the Output from /proc/net/ip_conntrack:
tcp 6 84 SYN_SENT src=192.168.0.44 dst=<outsideip> sport=33474
dport=4000 [UNREPLIED] src=192.168.0.44 dst=192.168.0.44 sport=80
dport=33474 use=1
Jochen
next reply other threads:[~2003-01-27 17:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-27 17:13 Jochen Radmacher [this message]
2003-01-27 17:48 ` DNAT possible Bug? Darrell Dieringer
2003-01-27 18:24 ` Jochen Radmacher
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=3E35689E.4070604@gmx.de \
--to=jradmacher@gmx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox