From owner-freebsd-questions Tue Feb 17 14:19:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04007 for freebsd-questions-outgoing; Tue, 17 Feb 1998 14:19:44 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03937 for ; Tue, 17 Feb 1998 14:19:18 -0800 (PST) (envelope-from spork@super-g.com) Received: from localhost (localhost [127.0.0.1]) by super-g.inch.com (8.8.8/8.8.5) with SMTP id RAA08926; Tue, 17 Feb 1998 17:19:05 -0500 (EST) Date: Tue, 17 Feb 1998 17:19:05 -0500 (EST) From: spork X-Sender: spork@super-g.inch.com To: "Joe \"Marcus\" Clarke" cc: questions@FreeBSD.ORG Subject: Re: dumb bpfilter question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I did that too, but forgot to mention it. I did it again for good measure: root@oozing [/dev]# sh MAKEDEV bpf0 root@oozing [/dev]# sh MAKEDEV bpf1 root@oozing [/dev]# tcpdump tcpdump: /dev/bpf0: Device not configured ARGGhhh! Charles Sprickman spork@super-g.com ---- "I'm not a prophet or a stone-age man Just a mortal with potential of a superman I'm living on" -DB On Tue, 17 Feb 1998, Joe "Marcus" Clarke wrote: > You need to do a ./MAKEDEV from the /dev directory for each bpfilter > configured in your kernel. For you, do: > > ./MAKDEV bpf0 bpf1 > > in the /dev dir > > On Tue, 17 Feb 1998, spork wrote: > > > Hi, > > > > I'm playing with my home machine again, and tcpdump/trafshow are both > > giving me the ol': > > > > root@oozing [/usr/home/spork]# tcpdump > > tcpdump: /dev/bpf0: Device not configured > > > > In my kernel I have: > > ... > > pseudo-device pty 16 > > #pseudo-device gzip # Exec gzipped a.out's > > pseudo-device bpfilter 2 > > > > Am I staring at a glaring spelling error that refuses to reveal itself to > > me? Looking in /dev: > > > > root@oozing [/usr/home/spork]# ls -al /dev/bpf0 > > crw------- 1 root wheel 23, 0 Feb 13 11:24 /dev/bpf0 > > > > And for reference: > > > > root@oozing [/usr/home/spork]# uname -a > > FreeBSD oozing.discharge.org 2.2-980211-SNAP FreeBSD 2.2-980211-SNAP #0: > > Fri Feb 13 00:10:02 EST 1998 > > spork@oozing.discharge.org:/usr/src/sys/compile/OOZING i386 > > > > What am I missing? > > > > Charles Sprickman > > spork@super-g.com > > ---- > > "I'm not a prophet or a stone-age man > > Just a mortal with potential of a superman > > I'm living on" -DB > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message