From owner-freebsd-questions Sun Nov 26 14:14:50 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA06167 for questions-outgoing; Sun, 26 Nov 1995 14:14:50 -0800 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.138]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA06156 for ; Sun, 26 Nov 1995 14:14:45 -0800 From: gpalmer@westhill.cdrom.com Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.12/8.6.12) with SMTP id OAA02355; Sun, 26 Nov 1995 14:14:21 -0800 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Everett F Batey cc: questions@freebsd.org Subject: Re: tcpdump bpf0 permissions In-reply-to: Your message of "Sun, 26 Nov 1995 13:49:15 PST." Date: Sun, 26 Nov 1995 14:14:20 -0800 Message-ID: <2353.817424060@westhill.cdrom.com> Sender: owner-questions@freebsd.org Precedence: bulk Everett F Batey wrote in message ID : > > Cant access tcpdump as suer or as root .. seems to be looking for a > SUnOSish like command like the setup to in.etherd pre Solaris to open > the interface to permiscuous (sp?) mode .. > tcpdump: /dev/bpf0: Device not You need to compile the bpf into your kernel. It's not shipped configured into the GENERIC kernel as it adds a considerable ammount of bloat. Gary