From owner-freebsd-questions@FreeBSD.ORG Tue Dec 2 20:55:22 2003 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 51FF716A4CE for ; Tue, 2 Dec 2003 20:55:22 -0800 (PST) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5A243F75 for ; Tue, 2 Dec 2003 20:55:21 -0800 (PST) (envelope-from meb@cinci.rr.com) Received: from cinci.rr.com (cvg-65-27-178-227.cinci.rr.com [65.27.178.227]) hB34t75I007335 for ; Tue, 2 Dec 2003 23:55:15 -0500 (EST) Message-ID: <3FCD6C2E.1090008@cinci.rr.com> Date: Tue, 02 Dec 2003 23:53:02 -0500 From: Mike Berning User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: port forward 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: Wed, 03 Dec 2003 04:55:22 -0000 The method suggested by Sunil will work fine but if you plan on using multiple redirects I would recommend doing this in rc.conf natd_flags="-config /etc/natd.conf" and placing the multiple redirects into the file /etc/natd.conf like this redirect_port tcp 192.168.0.100:5900 5900 HTH mike Sunil Sunder Raj wrote: > Hi, > > In rc.conf you need > natd_flags="-redirect_port tcp 192.168.0.100:5900 5900" > > Regards > SSR