From owner-freebsd-questions@FreeBSD.ORG Tue Nov 9 04:04:58 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 400EC16A4CE for ; Tue, 9 Nov 2004 04:04:58 +0000 (GMT) Received: from cromagnon.cullmail.com (cromagnon.cullmail.com [67.33.58.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB7B943D1D for ; Tue, 9 Nov 2004 04:04:57 +0000 (GMT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from cromagnon.cullmail.com (localhost.cullmail.com [127.0.0.1]) iA941gOL091710; Mon, 8 Nov 2004 22:01:42 -0600 (CST) (envelope-from jamoore@cromagnon.cullmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by cromagnon.cullmail.com (8.12.10/8.12.10/Submit) id iA941fiZ091709; Mon, 8 Nov 2004 22:01:41 -0600 (CST) (envelope-from jamoore) From: Jay Moore To: freebsd-questions@freebsd.org Date: Mon, 8 Nov 2004 23:01:41 -0500 User-Agent: KMail/1.6.1 References: <000b01c4c5b4$a22ab6f0$0200a8c0@satellite> In-Reply-To: <000b01c4c5b4$a22ab6f0$0200a8c0@satellite> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411082201.41546.jaymo@cromagnon.cullmail.com> cc: dave Subject: Re: ipfilter loading on 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jaymo@cromagnon.cullmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 04:04:58 -0000 On Monday 08 November 2004 11:01 am, dave wrote: > Hello, > I believe i am having a configuration error. I've got a new 5.3 box to > which i'm atempting to get ipfilter going. I read the updated handbook and > have added: > > ipfilter_enable="YES" > ipfilter_rules="/etc/ipf.rules" > ipmon_enable="YES" > ipmon_flags="-Dsvn" > > to my rc.conf file. When i try to manually load up my rules file with: > ipf -FA -f /etc/ipf.rules > i am getting an error "can not open no such device" The error is a grammatical one... this message has a double negative!! :) Seriously, though - I'd dump ipfilter and go for pf. Jay