From: Martín <martin@familia-fiumara.com.ar>
To: "netfilter@lists.netfilter.org" <netfilter@lists.netfilter.org>
Subject: Redirect and change the source IP
Date: Mon, 03 Nov 2003 11:12:20 -0300 [thread overview]
Message-ID: <oprx2e2upppvmot6@192.168.2.1> (raw)
En Mon, 03 Nov 2003 16:00:27 +0200, Ray Leach
<raymondl@knowledgefactory.co.za> escribió:
> On Mon, 2003-11-03 at 15:24, Martín wrote:
>> How can I redirect inbound traffic and also change the source IP of this
>> traffic?
> iptables -t nat -A POSTROUTING -i eth0 -s 123.321.123.321 -p tcp --dport
> 80 -j SNAT --to 1.2.3.4
This would change the SOURCE IP, but I need also to redirect the traffic to
another machine
How can I do both things?
Supose the linux machine has IP 192.168.1.1, the traffic is comeing from
192.16.1.2 and I want to recive that traffic in 192.168.1.1 cange its
source IP to 192.168.1.2 and also redirect that trafic to 192.168.2.1.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
next reply other threads:[~2003-11-03 14:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-03 14:12 Martín [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-11-03 13:24 Redirect and change the source IP Martín
2003-11-03 14:00 ` Ray Leach
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=oprx2e2upppvmot6@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 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.