From owner-freebsd-stable@FreeBSD.ORG Sun Aug 1 13:31:44 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60C4D16A4CE for ; Sun, 1 Aug 2004 13:31:44 +0000 (GMT) Received: from mail.ibch.ru (mail.ibch.ru [194.85.9.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0338843D66 for ; Sun, 1 Aug 2004 13:31:43 +0000 (GMT) (envelope-from dima@ibch.ru) Received: (qmail 33879 invoked by uid 0); 1 Aug 2004 17:35:45 +0400 Received: from unknown (HELO 192.168.0.99) (194.85.9.203) by localhost (qmail 1.03 + ejcp v11) with SMTP; 1 Aug 2004 17:35:45 +0400 Date: Sun, 1 Aug 2004 17:31:41 +0400 From: Dmitry Tolstov X-Mailer: The Bat! (v1.62r) X-Priority: 3 (Normal) Message-ID: <1851539458.20040801173141@ibch.ru> To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: two addresses and natd X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Tolstov List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 13:31:44 -0000 Hello everyone! I am running 4.9-RELEASE-p11 and natd. I am planning to get one more IP and I want it to be redirected to another box in the local network. Would it possible to run natd as somthing like this: natd -a -p 8668 -redirect_address ; or run two natd natd -a -p 8668 natd -a -p 8778 -redirect_address with appropriate ipfw rules; or it is better to find a switch and up one more interface? Thank you. -Dmitry.