From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 20:49: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 21B9016A4CE for ; Fri, 12 Dec 2003 20:49:22 -0800 (PST) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27FB843D32 for ; Fri, 12 Dec 2003 20:49:20 -0800 (PST) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by out008.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20031213044919.SRHC19191.out008.verizon.net@duron.pcmedx.com>; Fri, 12 Dec 2003 22:49:19 -0600 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id DF18AB0CC; Fri, 12 Dec 2003 20:49:18 -0800 (PST) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id 35C44B0C9; Fri, 12 Dec 2003 20:49:18 -0800 (PST) Message-ID: <02e001c3c134$8dcd0670$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <3FDA7D20.1010904@cal.berkeley.edu> <3FDA97F7.6030104@daleco.biz> Date: Fri, 12 Dec 2003 20:49:55 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 x-mimeole: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [4.46.22.189] at Fri, 12 Dec 2003 22:49:19 -0600 Subject: Re: (Yet Another) Home Networking Question 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: Sat, 13 Dec 2003 04:49:22 -0000 > One thing you yet lack, according to the handbook, > and it's a bit of a job. The GENERIC kernel doesn't > ship with the following options, which you are > supposed to need. > > options IPFIREWALL > options IPDIVERT > > Add them to /usr/src/sys/i386/conf/GENERIC, > run "make buildkernel" and "make installkernel" > as root, then reboot and try again. (You do have > /usr/src, right?) > > That is, unless there's some way to do this other > than that...I didn't find it...but afterwards I'm natting > happily all over the farm.... ;-) The ipfw KLD should load on demand. I believe the it builds with divert enabled and defaults to block all.