From: Anders Fugmann <afu@fugmann.dhs.org>
To: michael@insulin-pumpers.org
Cc: Antony Stone <Antony@Soft-Solutions.co.uk>,
netfilter@lists.netfilter.org
Subject: Re: one to one NAT
Date: Tue, 10 Sep 2002 08:50:29 +0200 [thread overview]
Message-ID: <3D7D9635.6020305@fugmann.dhs.org> (raw)
In-Reply-To: 3D7D9146.3080905@fugmann.dhs.org
Anders Fugmann wrote:
> $ iptables -A POSTROUTING -t nat -s 1.2.3.5 -j SNAT \
> --to-source 192.168.1.19
Sorry this is wrong. It should have been:
$ iptables -A POSTROUTING -t nat -s 192.168.1.19 -j SNAT \
--to-source 1.2.3.4
Regards
Anders Fugmann
--
Author of FIAIF
FIAIF Is An Intelligent/Iptables Firewall
http://fiaif.fugmann.dhs.org
next prev parent reply other threads:[~2002-09-10 6:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-10 1:10 one to one NAT Michael
2002-09-10 0:21 ` Antony Stone
2002-09-10 6:29 ` Anders Fugmann
2002-09-10 6:50 ` Anders Fugmann [this message]
2002-09-10 8:09 ` Antony Stone
[not found] ` <200209100119.g8A1J0r9027893@ns2.is.bizsystems.com>
2002-09-10 8:03 ` Antony Stone
-- strict thread matches above, loose matches on Subject: below --
2002-09-24 0:13 Brennan, JosephX M
2002-09-27 21:04 ` Antony Stone
2003-02-05 18:27 One to One NAT EricRyd
2003-02-08 18:24 ` Joel Newkirk
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=3D7D9635.6020305@fugmann.dhs.org \
--to=afu@fugmann.dhs.org \
--cc=Antony@Soft-Solutions.co.uk \
--cc=michael@insulin-pumpers.org \
--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.