From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 20:53:33 2004 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 2870416A4CE for ; Fri, 16 Jul 2004 20:53:33 +0000 (GMT) Received: from out009.verizon.net (out009pub.verizon.net [206.46.170.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AFAC43D1D for ; Fri, 16 Jul 2004 20:53:32 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.84.3]) by out009.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040716205331.ETUC29216.out009.verizon.net@[192.168.1.3]>; Fri, 16 Jul 2004 15:53:31 -0500 Message-ID: <40F84021.1080502@mac.com> Date: Fri, 16 Jul 2004 16:52:49 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsder References: <20040716203038.93767.qmail@web52502.mail.yahoo.com> In-Reply-To: <20040716203038.93767.qmail@web52502.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [68.161.84.3] at Fri, 16 Jul 2004 15:53:31 -0500 cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.1 <-> WinXP Networking Problem UPDATE #2 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: Fri, 16 Jul 2004 20:53:33 -0000 freebsder wrote: > Any ideas why my FreeBSD machine is not routing these > requests and putting up a road block? [ ... ] > firewall_type="OPEN" > #firewall_quiet="NO" > firewall_script="/etc/rc/firewall" > natd_enable="YES" There's likely to be a problem with /etc/rc/firewall, assuming that even exists. Does "ipfw -a list" show a divert rule to natd? -- -Chuck