From owner-freebsd-questions@FreeBSD.ORG Mon Apr 28 13:17:42 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 0973A37B401 for ; Mon, 28 Apr 2003 13:17:42 -0700 (PDT) Received: from mx20a.rmci.net (mx20a.rmci.net [205.162.184.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 4BFF743F75 for ; Mon, 28 Apr 2003 13:17:41 -0700 (PDT) (envelope-from massey@rmci.net) Received: (qmail 1383 invoked from network); 28 Apr 2003 20:17:40 -0000 Received: from webmailb.rmci.net (HELO rmci.net) (205.162.184.93) by mx20.rmci.net with SMTP; 28 Apr 2003 20:17:40 -0000 Received: from 216.222.104.2 (proxying for unknown) (SquirrelMail authenticated user massey@rmci.net) by webmail.velocitus.net with HTTP; Mon, 28 Apr 2003 14:17:40 -0600 (MDT) Message-ID: <3526.216.222.104.2.1051561060.squirrel@webmail.velocitus.net> Date: Mon, 28 Apr 2003 14:17:40 -0600 (MDT) From: To: In-Reply-To: <20030429153242.6cea7399.kitbsdlists@HotPOP.com> References: <20030427224125.06bf53e5.kitbsdlists@HotPOP.com> <11fqavs1c9vhmt4765klu7v45as6o7fabh@4ax.com> <20030429153242.6cea7399.kitbsdlists@HotPOP.com> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.7) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: questions@FreeBSD.ORG Subject: Re: port forwarding with ipfw X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: massey@rmci.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 20:17:42 -0000 > On Mon, 28 Apr 2003 15:37:51 +0100 > John Murphy wrote: > >> Vulpes Velox wrote: >> >> >How do I do port forwarding with ipfw? I've not had much luck >> >translating the man to a actual arguement. >> >> There's a section in the handbook which may make it clearer. >> Section 19.12.4 at: >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/natd.html > > > I am perfectly aware of the how to do it with natd. That is how I've > been doing. I am trying to figure out if it can be done thought using > ipfw, becuase I don't like having to stop and restart natd every time I > make a change, becuase that can get annoying when I have transfers going > that I don't want interrupted. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" EXACTLY! Using the IPFW script I should be able to /Forward/redirect/ port ### to a certian IP. Where is the man page for it? M;)