From owner-freebsd-questions@FreeBSD.ORG Mon Nov 3 23:11: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 1A7D016A4CE for ; Mon, 3 Nov 2003 23:11:32 -0800 (PST) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD5843FBD for ; Mon, 3 Nov 2003 23:11:30 -0800 (PST) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (on@banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.10/8.9.3) with ESMTP id hA47BSus019041 for ; Tue, 4 Nov 2003 14:11:28 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.8.5/8.8.5) id OAA29280; Tue, 4 Nov 2003 14:13:58 +0700 (ICT) Date: Tue, 4 Nov 2003 14:13:58 +0700 (ICT) Message-Id: <200311040713.OAA29280@banyan.cs.ait.ac.th> X-Authentication-Warning: banyan.cs.ait.ac.th: on set sender to on@banyan.cs.ait.ac.th using -f From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: ipfilter on 5.1 CURRENT 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: Tue, 04 Nov 2003 07:11:32 -0000 Hi, I'd like to run ipfilter on a 5.1 CURRENT box but my problems are many. 1) I discovered that /sys/i386/conf/LINT has disappeared 2) I find no mention of any IPFILETER, ipfilter, ip-filter or whatsoever option to add to the kernel 3) I guessed that it may have been automatically build in, but when I try to run ipf, it complains about a missing device, I bet it is /dev/ipl 4) The usual way to build devices, MAKEDEV does not exist anymore 5) The documentation about devfs is quite limited (to say the least) 6) mknod refuses to create any device, always returning file not found So why breaking something that was running fine? And how to run ipf on 5.1 Bests Olivier