From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 15:58:54 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 A49E637B404 for ; Wed, 26 Mar 2003 15:58:54 -0800 (PST) Received: from cauchy.axista.com (cauchy.axista.com [209.61.216.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37FC543F85 for ; Wed, 26 Mar 2003 15:58:54 -0800 (PST) (envelope-from cce@cauchy.axista.com) Received: by cauchy.axista.com (Postfix, from userid 1000) id 1BEAE6D0B1; Thu, 27 Mar 2003 00:16:39 +0000 (GMT) Date: Thu, 27 Mar 2003 00:16:39 +0000 From: "Clark C. Evans" To: freebsd-questions@FreeBSD.ORG Message-ID: <20030327001639.GA58770@doublegemini.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: cce+pub@clarkevans.com X-Spam-Status: No, hits=-6.4 required=5.0 tests=USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: ipfw: -1 Refuse ICMP:0.0 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: Wed, 26 Mar 2003 23:58:55 -0000 Hello. I'm getting the following line: ipfw: -1 Refuse ICMP:0.0 in via ten times and then my computer locks at startup. I was using fixed IP addresses, I enabled DHCP and I just got the above. I realize that -1 is a rule that you can't turn off that rejects invalid packets (due to offset errors?). Anyway, my question is... what I can do; I'd like to use DHCP and ipfw but the result above seems to be reoccurant. I rebuilt the kernel once more (only adding options IPFIREWALL, IPFIREWALL_VERBOSE, and IPFIREWALL_VERBOSE_LIMIT=10). Any ideas? Thanks. Clark