From owner-freebsd-questions Fri Feb 4 13: 6: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from math.udel.edu (math.udel.edu [128.175.16.7]) by builder.freebsd.org (Postfix) with ESMTP id A348D40B6 for ; Fri, 4 Feb 2000 13:05:57 -0800 (PST) Received: from math.udel.edu (sisyphus.math.udel.edu [128.175.16.167]) by math.udel.edu (8.9.3+Sun/8.9.1) with ESMTP id QAA29529; Fri, 4 Feb 2000 16:06:09 -0500 (EST) Message-ID: <389B3F41.10DDB531@math.udel.edu> Date: Fri, 04 Feb 2000 16:06:09 -0500 From: Peter Schwenk Organization: University of Delaware X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en, fr, de, ko MIME-Version: 1.0 To: jimmy martin Cc: questions@freebsd.org Subject: Re: Nmap and bpf References: <20000204172922.35905.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jimmy martin wrote: > Ok I ran the port for nmap it installed and I can run it, but when I try to > do some of the more higher level options like os detection and stealth scan > it says berkley packet filter needs to be installed. I added an extra bpf > line to the kernel and re-built it? Are you saying you have two 'pseudo-device bpfilter ...' lines in the kernel config file? You only need one, like this: pseudo-device bpf 4 The number tells the config how many bpf to make. > and did ./MAKEDEV bpf1 but I still get the same error, > nothing else is running to take bpf1 either. -- PETER SCHWENK | UNIX System Administrator Department of Mathematical Sciences | University of Delaware schwenk@math.udel.edu | (302)831-0437 <-NEW!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message