From owner-freebsd-questions Mon Apr 28 03:32:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA06080 for questions-outgoing; Mon, 28 Apr 1997 03:32:06 -0700 (PDT) Received: from iceberg.anchorage.net. (root@iceberg.anchorage.net [207.14.72.150]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id DAA06075 for ; Mon, 28 Apr 1997 03:32:03 -0700 (PDT) Received: from iceberg (iceberg [207.14.72.150]) by iceberg.anchorage.net. (8.6.11/8.7.3) with SMTP id BAA07994; Mon, 28 Apr 1997 01:28:33 -0800 Date: Mon, 28 Apr 1997 01:28:33 -0800 (AKDT) From: un_x X-Sender: un_x@iceberg To: Joel Sutton cc: questions@FreeBSD.org Subject: Re: bpf problem - was re: floppy tape In-Reply-To: <199704280426.OAA00966@solsbury-hill.home> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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. ------------------------------------------------------------------------------