From: Martín <martin@familia-fiumara.com.ar>
To: "netfilter@lists.netfilter.org" <netfilter@lists.netfilter.org>
Subject: redirection trouble
Date: Mon, 03 Nov 2003 22:53:33 -0300 [thread overview]
Message-ID: <oprx3bjjmldpszyy@192.168.2.1> (raw)
This is the situation:
Internal LAN machine (192.168.2.5)
|
|
|
(eth1 192.168.2.1) NAT LINUX ( eth0 192.168.1.10 > adsl ppp0 IP dinamic)
|
|
|
Server 200.45.45.200 (service at port 10000)
This is what I intend to do:
For particular reasons, I need that a soft at 192.168.2.5 comunicate with a
server with a service at port 10000 (UDP), but this can´t be done through
normal NAT. So i want to establish a link between both (server and
192.168.2.5) manually useing the NAT LINUX
So, 192.168.2.5 comunicates to 192.168.2.1 port 10000, the NAT LINUX
redirect this traffic to the server 200.45.45.200 port 10000. The server
will respond to the NAT LINUX who will redirect this traffic to 192.168.2.5
(port 10000 also)
I try to do all this in this way:
iptables -t nat -I PREROUTING 1 -i eth1 -d 192.168.2.1 -p udp --dport 10000
-j DNAT --to 200.45.45.200
iptables -t nat -I POSTROUTING 1 -o eth0 -p udp --dport 10000 -j SNAT --to
192.168.2.5
BUT THIS IS NOT WORKING. I GET A MESSAGE FROM THE SOFT AT 192.168.2.5
TELLING "CONNECTION TIMED OUT"... USEING TCPDUMP i get this as the only
thing comeing back...:
200.45.45.200.10000 > 168.226.174.184.10000: udp 8 [tos 0x40]
I would apreciate any help with this trouble
Thanks
next reply other threads:[~2003-11-04 1:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-04 1:53 Martín [this message]
2003-11-04 2:21 ` redirection trouble Alistair Tonner
2003-11-04 2:37 ` Martín
[not found] <004a01c3a282$a1430cc0$de0018ac@admin.monash.edu.my>
2003-11-04 5:15 ` Martín
2003-11-04 22:17 ` Alistair Tonner
2003-11-28 17:25 ` Alistair Tonner
[not found] <007d01c3a294$919eaa60$de0018ac@admin.monash.edu.my>
2003-11-04 15:50 ` Martín
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=oprx3bjjmldpszyy@192.168.2.1 \
--to=martin@familia-fiumara.com.ar \
--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