From owner-freebsd-isp Sun Nov 1 11:02:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA17561 for freebsd-isp-outgoing; Sun, 1 Nov 1998 11:02:44 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from postal.grin.net (postal.grin.net [209.104.220.39]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA17551 for ; Sun, 1 Nov 1998 11:02:41 -0800 (PST) (envelope-from jon@grin.net) Received: from fish.grin.net (jon@fish.grin.net [209.104.220.40]) by postal.grin.net (8.8.5/8.8.5) with ESMTP id LAA07211; Sun, 1 Nov 1998 11:38:46 -0800 (PST) Received: from localhost (jon@localhost) by fish.grin.net (8.8.5/8.7.3) with SMTP id LAA24970; Sun, 1 Nov 1998 11:13:30 -0800 (PST) X-Authentication-Warning: fish.grin.net: jon owned process doing -bs Date: Sun, 1 Nov 1998 11:13:30 -0800 (PST) From: Jon Villarreal To: Willow cc: freebsd-isp@FreeBSD.ORG Subject: Re: tcpdump In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You need to add the pseudo-device bpfilter into your kernel config and recompile. (from /usr/src/sys/i386/conf/LINT in 2.2.6-RELEASE) # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. # The `disc' pseudo-device implements a minimal [...] pseudo-device bpfilter 4 #Berkeley packet filter Regards, Jon On Sun, 1 Nov 1998, Willow wrote: > when trying to run tcmpdump as root I get the following: > > tcpdump: /dev/bpf0: Device not configured > > Any ideas why? > > > -- > willow@tds.edu > -- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message