From owner-freebsd-questions@FreeBSD.ORG Tue Jul 29 06:46:25 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 C584937B401; Tue, 29 Jul 2003 06:46:25 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8612443F93; Tue, 29 Jul 2003 06:46:24 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id DEDDD3B4; Tue, 29 Jul 2003 09:45:05 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id DA0D72A1; Tue, 29 Jul 2003 09:45:05 -0400 (EDT) Date: Tue, 29 Jul 2003 09:45:05 -0400 (EDT) From: Kenneth Culver To: Jason Hunt In-Reply-To: <20030729031531.GA55879@lethargic.dyndns.org> Message-ID: <20030729094353.J53157@alpha.yumyumyum.org> References: <265000-220037128221429708@M2W070.mail2web.com> <20030729031531.GA55879@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "hinkle@interwork.sdsu.edu" cc: freebsd-net@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Setting up a NAT Router that will route between 3 networks 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: Tue, 29 Jul 2003 13:46:26 -0000 On Mon, 28 Jul 2003, Jason Hunt wrote: > On Mon, Jul 28, 2003 at 06:14:29PM -0400, hinkle@interwork.sdsu.edu wrote: > > I was wondering how to modify the appropriate files to setup a FreeBSD > > computer to act as a NAT Router, that would do the following: > > > > Check the natd(8) man page, it should give you a good start. Chapter > 19.12 in the handbook might be helpful as well. > You should also check man ipf and man ipnat. ipf and ipnat run completely in the kernel, where natd runs in userland. On a slower machine this could affect speed (lots more context switches with natd than with ipnat). Ken > _______________________________________________ > 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" >