From owner-freebsd-questions Wed Nov 12 05:37:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA04471 for questions-outgoing; Wed, 12 Nov 1997 05:37:39 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from iglou1 (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA04464 for ; Wed, 12 Nov 1997 05:37:36 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.119] by iglou1 with smtp (8.7.3/8.6.12) id 0xVcz3-0006Gc-00; Wed, 12 Nov 1997 08:37:30 -0500 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <346955C2.3C7C@eos.ncsu.edu> Date: Wed, 12 Nov 1997 08:36:40 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: Feiyi Wang Subject: RE: newbie question: tcpdump problem Cc: questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Do you have bpfilter in your kernel? >From /usr/src/sys/i386/conf/LINT: # 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. pseudo-device bpfilter 4 #Berkeley packet filter Patrick Gardella On 12-Nov-97 Feiyi Wang wrote: >Hi, there > >Just get 2.2.5 installed, try to run "tcpdump", but it said /dev/bpf0 : >device not configured. So I run MAKEDEV bpf0 to create a device, still >not working. Anybody help me out? > >Thanks > >Feiyi