Date: Sat, 13 Jun 1998 02:53:05 -0400 (EDT) From: bush doctor <dervish@ikhala.tcimet.net> To: ekke@computer-solutions.ab.ca (Ekke Loo) Cc: questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <199806130653.CAA00866@ikhala.tcimet.net> In-Reply-To: <001f01bd9675$b00e2920$0201a8c0@home.computersolutions.ab.ca> from Ekke Loo at "Jun 12, 98 08:48:04 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Once upon a time <Ekke Loo> said: > 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... This is the Berkeley packet filter. You'll need to do the following: 1) add this line to your kernel config file pseudo-device bpfilter 4 2) config MYKERNEL (whatever your kernel config file name is) 3) cd ../../compile/MYKERNEL 4) make depend 5) make 6) make install 7) shutdown -r now Yes it's true, you'll have to build a new kernel with support for the bpfilter :) You'll also have to do an MAKEDEV in /dev building bpf[0-3] > > thanks in advance You're welcome ... > > ekke -- bush doctor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806130653.CAA00866>