From owner-freebsd-questions@FreeBSD.ORG Mon Apr 28 12:34:14 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 C9C5D37B401 for ; Mon, 28 Apr 2003 12:34:14 -0700 (PDT) Received: from babyruth.hotpop.com (babyruth.hotpop.com [204.57.55.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36E5C43F93 for ; Mon, 28 Apr 2003 12:34:14 -0700 (PDT) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by babyruth.hotpop.com (Postfix) with SMTP id D170B28CB2E for ; Mon, 28 Apr 2003 19:33:03 +0000 (UTC) Received: from fortytwo. (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-2.hotpop.com (Postfix) with SMTP id DD3941800CE; Mon, 28 Apr 2003 19:33:02 +0000 (UTC) Date: Tue, 29 Apr 2003 15:32:42 -0500 From: Vulpes Velox To: jfm@blueyonder.co.uk Message-Id: <20030429153242.6cea7399.kitbsdlists@HotPOP.com> In-Reply-To: <11fqavs1c9vhmt4765klu7v45as6o7fabh@4ax.com> References: <20030427224125.06bf53e5.kitbsdlists@HotPOP.com> <11fqavs1c9vhmt4765klu7v45as6o7fabh@4ax.com> X-Mailer: Sylpheed version 0.8.2claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- cc: questions@FreeBSD.ORG Subject: Re: port forwarding with ipfw 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, 28 Apr 2003 19:34:15 -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.