From owner-freebsd-questions@FreeBSD.ORG Mon Sep 26 12:20:31 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 61D1316A41F for ; Mon, 26 Sep 2005 12:20:31 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from mta07-winn.ispmail.ntl.com (mta07-winn.ispmail.ntl.com [81.103.221.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E7F43D55 for ; Mon, 26 Sep 2005 12:20:30 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from aamta09-winn.ispmail.ntl.com ([81.103.221.35]) by mta07-winn.ispmail.ntl.com with ESMTP id <20050926122029.ZSXH21883.mta07-winn.ispmail.ntl.com@aamta09-winn.ispmail.ntl.com> for ; Mon, 26 Sep 2005 13:20:29 +0100 Received: from jigsaw-sbs02.jigsawhq.com ([213.106.224.113]) by aamta09-winn.ispmail.ntl.com with ESMTP id <20050926122029.TBRR13031.aamta09-winn.ispmail.ntl.com@jigsaw-sbs02.jigsawhq.com> for ; Mon, 26 Sep 2005 13:20:29 +0100 X-Filtered-With-Copfilter: Version 0.1.0beta11 (ProxSMTP 1.2.1) X-Copfilter-Virus-Scanned: ClamAV 0.86.2/1102 - Sun Sep 25 15:04:56 2005 X-Copfilter: Client is part of our network, skipped SpamAssassin Received: from [192.168.0.181] ([192.168.0.181]) by jigsaw-sbs02.jigsawhq.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 26 Sep 2005 13:19:29 +0100 Message-ID: <4337E750.3050300@ashleymoran.me.uk> Date: Mon, 26 Sep 2005 13:19:28 +0100 From: Ashley Moran User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20050926120202.647B9D433F@mra02.ch.as12513.net> In-Reply-To: <20050926120202.647B9D433F@mra02.ch.as12513.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Sep 2005 12:19:29.0104 (UTC) FILETIME=[8AE37D00:01C5C294] 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 12:20:31 -0000 Paul wrote: > Hi, > > I run ipf and ipnat. Recently I recompiled the kernel and since then ipfw > loads at boot and blocks all my traffic. > > How do I disable it permanently or uninstall it? > > I have checked and double checked that it is not in my /etc/rc.conf and > kernel config file. So I don't know why it is loading: > > > Thanks > Paul. Paul - have you tried explicitly putting ipfw_enable="no" in /etc/rc.conf ?