From owner-freebsd-stable Wed Aug 16 5:59:38 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail1.rdc2.on.home.com (mail1.rdc2.on.home.com [24.9.0.40]) by hub.freebsd.org (Postfix) with ESMTP id 60D6337B5BC for ; Wed, 16 Aug 2000 05:59:31 -0700 (PDT) (envelope-from keith.mackay@home.com) Received: from odin ([24.68.24.241]) by mail1.rdc2.on.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20000816125929.SFYM20949.mail1.rdc2.on.home.com@odin> for ; Wed, 16 Aug 2000 05:59:29 -0700 From: "Keith Mackay" To: Subject: FreeBSD 4.1 and IPFILTER Date: Wed, 16 Aug 2000 09:00:54 -0400 Message-ID: <000201c00782$0381e040$f1184418@asgard> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've spent the better half of three days trying to get IPFILTER to install on my FreeBSD 4.1 system. The information I found pertaining to it says that to get it working all I need to do is add options IPFILTER options IPFILTER_LOG under options INET, recompile thje kernel, and install the kernel.. I should then be able to reboot, and start ipfilter. however, when I try to import the rules I was using on my OpenBSD machine, I get the following errors: [root@NIFLHEIM /etc]# ipf -Fa -f /etc/ipf.rules open device: Device not configured ioctl(SIOCIPFFL): Bad file descriptor open device: Device not configured 2:ioctl(add/insert rule): Bad file descriptor 3:ioctl(add/insert rule): Bad file descriptor 4:ioctl(add/insert rule): Bad file descriptor There are a many more lines following those last three displayed, infact one for each line in the ipf.rules file Does anyone have any suggestions as to what I can do/ what I'm not doing? Regards, Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message