From owner-freebsd-questions@FreeBSD.ORG Fri Jan 13 20:46:48 2006 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 3D23916A422 for ; Fri, 13 Jan 2006 20:46:48 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AB1643D45 for ; Fri, 13 Jan 2006 20:46:47 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([68.67.248.200]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060113204646.RFUU8904.mta13.adelphia.net@default.chvlva.adelphia.net>; Fri, 13 Jan 2006 15:46:46 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 1F2F6B736; Fri, 13 Jan 2006 15:46:47 -0500 (EST) Date: Fri, 13 Jan 2006 15:46:47 -0500 From: Parv To: Jose Borquez Message-ID: <20060113204646.GA62943@holestein.holy.cow> Mail-Followup-To: Jose Borquez , FreeBSD Questions group References: <43C751DF.3010106@sbcglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43C751DF.3010106@sbcglobal.net> Cc: FreeBSD Questions group Subject: Re: SIOCFRENB: Invalid argument when attempt to stop Ipfirewall 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: Fri, 13 Jan 2006 20:46:48 -0000 in message <43C751DF.3010106@sbcglobal.net>, wrote Jose Borquez thusly... > > I am attempting to stop Ipfirewall using ipf -D, but I keep getting the > following error: > SIOCFRENB: Invalid argument One thing to keep in mind: "IP Firewall" corresponds to ipfw(8) and "IPFilter" to ipf(8). Looking at the ipf(8) man page, -D option disables ipf only if it is compiled in the kernel. Could it be that you have ipf module loaded instead of being compiled in the kernel? - Parv --