From owner-freebsd-questions Tue Feb 17 12:00:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07836 for freebsd-questions-outgoing; Tue, 17 Feb 1998 12:00:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jaguar.ir.miami.edu (jaguar.ir.miami.edu [129.171.32.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07776 for ; Tue, 17 Feb 1998 12:00:04 -0800 (PST) (envelope-from marcus@miami.edu) Received: from localhost by jaguar.ir.miami.edu (PMDF V5.1-10 #24029) with SMTP id <0EOJ00401FXSP1@jaguar.ir.miami.edu> for questions@FreeBSD.ORG; Tue, 17 Feb 1998 14:39:28 -0500 (EST) Date: Tue, 17 Feb 1998 14:39:28 -0500 (EST) From: "Joe \"Marcus\" Clarke" Subject: Re: dumb bpfilter question In-reply-to: To: spork Cc: questions@FreeBSD.ORG 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 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