From owner-freebsd-questions@FreeBSD.ORG Mon Jan 19 11:07:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 611B116A4CE for ; Mon, 19 Jan 2004 11:07:29 -0800 (PST) Received: from bmyster.com (loqtis.bmyster.com [65.162.190.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C8243D62 for ; Mon, 19 Jan 2004 11:07:19 -0800 (PST) (envelope-from shawn@guillemette.org) Received: from tacstation (66-63-96-2.metrocast.net [66.63.96.2]) by bmyster.com (8.12.10/8.12.10) with SMTP id i0JJGtwG093953 for ; Mon, 19 Jan 2004 14:17:03 -0500 (EST) Message-ID: <000801c3debf$839c3c40$6a01a8c0@tacstation> From: "Shawn Guillemette" To: Date: Mon, 19 Jan 2004 14:07:35 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: port redirect X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 19:07:29 -0000 I have a freebsd machine set in place to do NAT for my local network. I = am now currently forwarding one port. I would like to forward another = port as well to the same address. This is what im using in rc.conf to = forward a single port to a single address.=20 /sbin/natd -redirect_port tcp 192.168.1.106:XXXX XXXX -n sis0 where XXXX is the port number. This also brings up another question. If was to find a need to port = forward to more then one address inside my netwrok. What would the = syntax look like.=20 Thanks for all your time.=20 Shawn=20