From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 07:46:30 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 8F2D516A4CE for ; Fri, 19 Nov 2004 07:46:30 +0000 (GMT) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF6BE43D41 for ; Fri, 19 Nov 2004 07:46:29 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) iAJ7kRlv000519 for ; Fri, 19 Nov 2004 02:46:27 -0500 (EST) Message-ID: <000501c4ce0b$ba319430$0200a8c0@satellite> From: "dave" To: Date: Fri, 19 Nov 2004 02:45:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: ipfilter error on 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 07:46:30 -0000 Hello, I'm getting a strange startup error from ipfilter on system boot. This is on a 5.3 box and happens whether i load ipfilter as a kld, i am not doing this i've found that method relies on having ipv6 enabled which i don't want, or loading it in to the kernel. I've added: options IPFILTER to the kernel, recompiled and rebooted. I then added: ipfilter_enable="YES" ipfilter_rules="/etc/ipf.rules" and another reboot. Ipfilter starts logs, but immediately after i get logging enabled i get this: Enabling ipfilter. ioctl(SIOCIPFL6): Invalid argument Any suggestions? I don't know if this is a show stopper, if it's not loading, but i'd like toknow what this error is and get rid of it if possible. Thanks. Dave.