From owner-freebsd-questions Thu Jul 27 15:55:18 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id PAA11489 for questions-outgoing; Thu, 27 Jul 1995 15:55:18 -0700 Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id PAA11454 for ; Thu, 27 Jul 1995 15:55:14 -0700 Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (8.6.11/8.6.11) with SMTP id XAA01145 ; Thu, 27 Jul 1995 23:54:44 +0100 To: Shawn Brown cc: freebsd-questions@freebsd.org Subject: Re: bpf woes In-reply-to: Your message of "Thu, 27 Jul 1995 15:38:34 PDT." <199507272238.PAA10750@pitbull.ecst.csuchico.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1142.806885681.1@palmer.demon.co.uk> Date: Thu, 27 Jul 1995 23:54:42 +0100 Message-ID: <1143.806885682@palmer.demon.co.uk> From: Gary Palmer Sender: questions-owner@freebsd.org Precedence: bulk In message <199507272238.PAA10750@pitbull.ecst.csuchico.edu>, Shawn Brown write s: >Recently I've upgraded to 2.0.5-RELEASE from 2.0-RELEASE. For the life of >me I can't figure out why I can't get the bpf devices to attach to my >network interfaces. I have an ep (3c509), sl, ppp, lo, and tun. I have >allocated 6 bpf devices in the kernel config, yet when I boot on the new >kernel, the bpf devices don't attach, and when I try and run tcpdump on >any of the interfaces that are up, it tells me that /dev/bpf? is not >configured. At a guess you didn't recompile your kernel properly, or you used the wrong config option. The line should read something like: pseudo-device bpfilter 6 Gary