Date: Thu, 1 Jul 1999 17:08:41 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Brian Somers <brian@FreeBSD.org>, Ludwig Pummer <ludwigp@bigfoot.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/natd natd.8 Message-ID: <19990701170841.A35816@relay.ucb.crimea.ua> In-Reply-To: <199906210758.AAA59491@freefall.freebsd.org>; from Brian Somers on Mon, Jun 21, 1999 at 12:58:26AM -0700 References: <199906210758.AAA59491@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 21, 1999 at 12:58:26AM -0700, Brian Somers wrote:
> brian 1999/06/21 00:58:26 PDT
>
> Modified files:
> sbin/natd natd.8
> Log:
> Mention that data going from one internal address to another will
> not be processed by natd.
> Requested by: Ludwig Pummer <ludwigp@bigfoot.com>
>
> Revision Changes Path
> 1.19 +11 -4 src/sbin/natd/natd.8
>
The text of this change was:
} It should be noted that only incoming packets are affected.
} ^^^^^^^^
} Data going from one internal network to another will not be
} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
} processed by natd.
I don't understand. Look at my example:
# ipfw add 1 divert 6666 tcp from 192.168.1.1 1234 to any
# nc -s 192.168.1.1 -p 1234 192.168.1.2 5678
# natd -v -p 6666 -a 1.2.3.4 -redirect_port tcp 192.168.1.1:1234 2345
Out [TCP] [TCP] 192.168.1.1:1234 -> 192.168.1.2:5678 aliased to
[TCP] 1.2.3.4:1234 -> 192.168.1.2:5678
It is outgoing packet following from one internal host to another,
and it _is_ affected. What did you mean?
Thanks,
--
Ruslan Ermilov Sysadmin and DBA of the
ru@ucb.crimea.ua United Commercial Bank,
ru@FreeBSD.org FreeBSD committer,
+380.652.247.647 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990701170841.A35816>
