From owner-freebsd-questions@FreeBSD.ORG Mon Sep 26 14:01:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2E5E016A41F for ; Mon, 26 Sep 2005 14:01:13 +0000 (GMT) (envelope-from paul@pclark.me.uk) Received: from mra04.ch.as12513.net (mra04.ch.as12513.net [82.153.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C7E43D48 for ; Mon, 26 Sep 2005 14:01:12 +0000 (GMT) (envelope-from paul@pclark.me.uk) Received: from localhost (localhost [127.0.0.1]) by mra04.ch.as12513.net (Postfix) with ESMTP id 509B8C0281 for ; Mon, 26 Sep 2005 15:01:12 +0100 (BST) Received: from mra04.ch.as12513.net ([127.0.0.1]) by localhost (mra04.ch.as12513.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28227-01-12 for ; Mon, 26 Sep 2005 15:01:11 +0100 (BST) Received: from paul1 (unknown [82.153.160.115]) by mra04.ch.as12513.net (Postfix) with ESMTP id 4043BC02D5 for ; Mon, 26 Sep 2005 15:01:10 +0100 (BST) From: "Paul" To: Date: Mon, 26 Sep 2005 15:01:11 +0100 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcXCosAKyjBCbMQLTomDjCe5ugSrcg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20050926140110.4043BC02D5@mra04.ch.as12513.net> X-Virus-Scanned: by Eclipse VIRUSshield at eclipse.net.uk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: IPFW won't go away! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 14:01:13 -0000 Hi, Thanks for your responses so far. I have tried explicitly tried to disable it using: ipfw_enable="NO" and firewall_enable="NO" in /etc/rc.conf My kernel configuration file doesn't contain any IPFIREWALL options. I did try adding "options IPFIREWALL_DEFAULT_TO_ACCEPT" and recompiling/installing but that didn't work. Despite all of this it still loads up and by blocks everything! - this means I have to type "ipfw disable firewall" at every boot. I would prefer if it wasn't there taking up cpu cycles. HELP! Paul