From: Jarek Sobieszek <j.sobieszek@lart.pl>
To: netfilter@lists.netfilter.org
Subject: Re: loopback and pointopoint interfaces
Date: Thu, 30 Jan 2003 17:45:00 +0100 [thread overview]
Message-ID: <20030130164500.GG10850@localhost.localdomain> (raw)
In-Reply-To: <20030130143554.GE8060@localhost.localdomain>; from j.sobieszek@lart.pl on Thu, Jan 30, 2003 at 15:35:54 +0100
> iptables -A POSTROUTING -t nat -d 10.1.1.11 -j SNAT --to 10.1.1.3
> iptables -A POSTROUTING -t nat -d 10.1.1.12 -j SNAT --to 10.1.1.4
It should have been:
iptables -A POSTROUTING -t nat -d 10.1.1.11 -j SNAT --to 10.1.1.13
iptables -A POSTROUTING -t nat -d 10.1.1.12 -j SNAT --to 10.1.1.14
Previously the packets were dropped by fib_validate_source.
Jarek Sobieszek
prev parent reply other threads:[~2003-01-30 16:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-30 11:00 loopback and pointopoint interfaces Jarek Sobieszek
[not found] ` <20030130143348.GC8060@localhost.localdomain>
2003-01-30 14:35 ` Jarek Sobieszek
2003-01-30 16:45 ` Jarek Sobieszek [this message]
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=20030130164500.GG10850@localhost.localdomain \
--to=j.sobieszek@lart.pl \
--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