From owner-cvs-all Thu Jul 1 7:11:27 1999 Delivered-To: cvs-all@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 1120414D3B; Thu, 1 Jul 1999 07:09:11 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id RAA44364; Thu, 1 Jul 1999 17:08:41 +0300 (EEST) (envelope-from ru) Date: Thu, 1 Jul 1999 17:08:41 +0300 From: Ruslan Ermilov To: Brian Somers , Ludwig Pummer 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> References: <199906210758.AAA59491@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199906210758.AAA59491@freefall.freebsd.org>; from Brian Somers on Mon, Jun 21, 1999 at 12:58:26AM -0700 X-Operating-System: FreeBSD 3.2-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 > > 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