From owner-freebsd-questions Sat Jun 13 02:38:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA22690 for freebsd-questions-outgoing; Sat, 13 Jun 1998 02:38:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gate.ljis.ml.org (cyberworld.demon.co.uk [158.152.125.109]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA22658 for ; Sat, 13 Jun 1998 02:38:00 -0700 (PDT) (envelope-from ljohnston@cyberworld.demon.co.uk) Received: (from ljohnston@localhost) by gate.ljis.ml.org (8.8.8/8.8.8) id KAA00827; Sat, 13 Jun 1998 10:37:39 +0100 (BST) (envelope-from ljohnston) From: Lee Johnston Message-Id: <199806130937.KAA00827@gate.ljis.ml.org> Subject: Re: your mail In-Reply-To: <001f01bd9675$b00e2920$0201a8c0@home.computersolutions.ab.ca> from Ekke Loo at "Jun 12, 98 08:48:04 pm" To: ekke@computer-solutions.ab.ca (Ekke Loo) Date: Sat, 13 Jun 1998 10:37:39 +0100 (BST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi ekke, > I installed trafshow and recieve: > > trafshow: /dev/bpf0: Device not configured > > could someone enlighten me as to what /dev/bpf0 is and how to configure this > device... Trafshow uses bpf0 to do kernel level IP packet logging, etc. So the pseudo device /dev/bpf0 must be in the kernel. To do this add a line similar to this into the kernel config file: pseudo-device bpfilter 1 Then remake the kernel. For information on that see the handbook under custom kernel of something like that. > thanks in advance > > ekke > Hope this helps. Lee. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message