From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 20:39:23 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 6684916A4CE for ; Fri, 12 Dec 2003 20:39:23 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 733FD43D1D for ; Fri, 12 Dec 2003 20:39:22 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 12 Dec 2003 22:42:26 -0600 Message-ID: <3FDA97F7.6030104@daleco.biz> Date: Fri, 12 Dec 2003 22:39:19 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rishi Chopra References: <3FDA7D20.1010904@cal.berkeley.edu> In-Reply-To: <3FDA7D20.1010904@cal.berkeley.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Dec 2003 04:42:27.0093 (UTC) FILETIME=[8259EC50:01C3C133] cc: questions@freebsd.org 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:39:23 -0000 Rishi Chopra wrote: > Here's my setup: > > > > What else do I need in order to get my Win2k box surfing? You did do a great job documenting the problem. You have also gotten good advice thus far. 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.... ;-) Kevin Kinsey