From owner-freebsd-questions@FreeBSD.ORG Sun May 25 19:25:02 2003 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 6F2CC37B401 for ; Sun, 25 May 2003 19:25:02 -0700 (PDT) Received: from quince.gotdns.com (adsl-65-43-32-24.dsl.lgtpmi.ameritech.net [65.43.32.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 782D343F75 for ; Sun, 25 May 2003 19:25:01 -0700 (PDT) (envelope-from sdevine@dev-deuce.gotdns.com) Received: from devlaptop ([10.5.0.19]) by quince.gotdns.com (8.12.6/8.12.6) with ESMTP id h4Q2P1Hv000981 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 25 May 2003 22:25:01 -0400 (EDT) (envelope-from sdevine@dev-deuce.gotdns.com) Message-ID: <000c01c3232e$803aa2a0$1400a8c0@devlaptop> From: "Steve Devine" To: "Joshua Oreman" References: <33337.10.5.0.19.1053905822.squirrel@max.dev-net> <20030526000725.GA2544@webserver.get-linux.org> Date: Sun, 25 May 2003 22:28:25 -0400 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.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: questions@freebsd.org Subject: Re: ipfilters fails on 5.0-RELEASE 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: Mon, 26 May 2003 02:25:02 -0000 Thanks that was right on the money. /sd ----- Original Message ----- From: "Joshua Oreman" To: "Steve Devine" Cc: Sent: Sunday, May 25, 2003 8:07 PM Subject: Re: ipfilters fails on 5.0-RELEASE > On Sun, May 25, 2003 at 07:37:02PM -0400 or thereabouts, Steve Devine seemed to write: > > > > All > > Is anyone out there successfully using ipf or ipfnat with 5.0? > > Here is what I see when calling ipf: > > > ipf -Fa -f /etc/ipf.conf > > open device: No such file or directory > > ioctl(SIOCIPFFL): Bad file descriptor > > open device: No such file or directory > > 2:ioctl(add/insert rule): Bad file descriptor > > > > When I look in /dev/ I have no ipl, ipstate, ipauth or ipnat. > > I expect this has something to do with the absence of /dev/MAKEDEV Also > > has LINT been replaced by GENERIC? > > Thanks for whatever help you can offer .. meanwhile I will continue to RTFM. > > /steve devine > > You have to include > options IPFILTER > options IPFILTER_DEFAULT_BLOCK > in your kernel. > > Lint has been replaced by two files: > * Architecture-specific info goes in NOTES in the same place as your kernel config > * Architecture-independent info goes in /usr/src/sys/conf/NOTES > > HTH, > -- Josh > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"