From owner-freebsd-questions Mon Apr 28 05:54:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA12683 for questions-outgoing; Mon, 28 Apr 1997 05:54:24 -0700 (PDT) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA12678 for ; Mon, 28 Apr 1997 05:54:22 -0700 (PDT) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.5/8.8.5) with ESMTP id IAA07877 for ; Mon, 28 Apr 1997 08:54:16 -0400 (EDT) Received: from mhayton.vt.edu (as2511-1.sl010.cns.vt.edu [128.173.32.87]) by sable.cc.vt.edu (8.8.5/8.8.5) with SMTP id IAA20259 for ; Mon, 28 Apr 1997 08:54:15 -0400 (EDT) Message-Id: <199704281254.IAA20259@sable.cc.vt.edu> X-Sender: mhayton@mail.vt.edu X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 28 Apr 1997 08:53:32 -0400 To: questions@FreeBSD.org From: Todd Hayton Subject: Re: bpf problem - was re: floppy tape Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I was getting ready to ask this same question, because i was getting the same error, ie, /dev/bpf0 not configured (i'm on 2.1.7). I checked the man pages on tcp-dump and all it mentioned was that /dev/bpf0 had to be readable by the owner as i recall. I've got a ppp connection, as opposed to an ethernet connection. Does tcpdump not work for ppp connections? th At 01:28 AM 4/28/97 -0800, you wrote: >On Mon, 28 Apr 1997, Joel Sutton wrote: > >> > that reminds me - i get the same thing when i try "tcpdump". >> > "/dev/bpf0 not configured". i search all the docs/manpages i could, >> > but couldn't come up with anything on how to configure it. >> >> You may need to run MAKEDEV from the /dev directory. >> >> eg. >> cd /dev >> sh MAKEDEV bpf0 >> >> Good luck, Joel... > >i re-made the device -> 0 crw------- 1 root wheel 23, 0 /dev/bpf0 >no change - i get -> tcpdump: /dev/bpf0: device not configured > >i got this with 2.1.5 and 2.2.1. using tun0. >------------------------------------------------------------------------------ > >