From owner-freebsd-questions@FreeBSD.ORG Sun May 25 21:19:32 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 BE65237B401 for ; Sun, 25 May 2003 21:19:32 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD7D43FA3 for ; Sun, 25 May 2003 21:19:31 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h4Q4IpM2039272; Sun, 25 May 2003 23:18:51 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h4Q4Iol8039269; Sun, 25 May 2003 23:18:50 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Sun, 25 May 2003 23:18:50 -0500 (CDT) From: Eduardo Viruena Silva To: Steve Devine In-Reply-To: <20030526000725.GA2544@webserver.get-linux.org> Message-ID: <20030525231805.T39210@Gina.esfm.ipn.mx> References: <33337.10.5.0.19.1053905822.squirrel@max.dev-net> <20030526000725.GA2544@webserver.get-linux.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 04:19:33 -0000 On Sun, 25 May 2003, Joshua Oreman wrote: > 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 you can "make LINT" in /usr/src/sys/i386/conf