From owner-freebsd-questions Fri Sep 22 09:59:44 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA10178 for questions-outgoing; Fri, 22 Sep 1995 09:59:44 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA10171 for ; Fri, 22 Sep 1995 09:59:41 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id LAA05079; Fri, 22 Sep 1995 11:01:49 -0600 Date: Fri, 22 Sep 1995 11:01:49 -0600 From: Nate Williams Message-Id: <199509221701.LAA05079@rocky.sri.MT.net> To: Robert Gorichanaz Cc: questions@freebsd.org Subject: Re: Q about ip_fil2.8a In-Reply-To: <199509221630.QAA07679@hollywood.cinenet.net> References: <199509221630.QAA07679@hollywood.cinenet.net> Sender: owner-questions@freebsd.org Precedence: bulk > 3. created /dev/ipl: mknod /dev/ipl c 20 0 Hmm, where did these #'s come from. I see from 'INSTALL.xBSD' ... 5. create /dev/ipl with "mknod /dev/ipl c 59 0". > So, now I have a /kernel (and a /vmunix - tried it both ways) with the > ip_filtering stuff installed. > > I try to run 'ipmon': > > mnemonic# ipmon > /dev/ipl: open: Device not configured The /dev/ipl device has the wrong major. Nate