From owner-freebsd-doc@FreeBSD.ORG Wed Feb 18 18:58:58 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E79E216A4CE for ; Wed, 18 Feb 2004 18:58:58 -0800 (PST) Received: from smtp.onebb.com (smtp.onebb.com [202.180.161.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 436BF43D1D for ; Wed, 18 Feb 2004 18:58:58 -0800 (PST) (envelope-from stan@cyberec.com) Received: from cyberec.com (083-113.onebb.com [202.69.83.113]) by smtp.onebb.com (8.12.10/8.12.10) with ESMTP id i1J2wsaY006170 for ; Thu, 19 Feb 2004 10:58:54 +0800 Message-ID: <40342674.EA5D0DA5@cyberec.com> Date: Thu, 19 Feb 2004 10:59:01 +0800 From: Stanley Chan X-Mailer: Mozilla 4.8 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: doc@FreeBSD.org X-Scanned-By: MIMEDefang 2.39 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: NAT X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 02:58:59 -0000 Dear FreeBSD, I am build my server with the FreeBSD 4.9. I am also building the NAT, could you kindly tell me which file should I put the following command as described in the documents. I want to enable one machine behind the firewall to run web server. In the above example, the argument should be: -redirect_port tcp 192.168.0.2:6667 6667 -redirect_port tcp 192.168.0.3:80 80 Thanks for your help, Stanley Chan