Date: Fri, 04 Feb 2000 16:06:09 -0500 From: Peter Schwenk <schwenk@math.udel.edu> To: jimmy martin <hate00@hotmail.com> Cc: questions@freebsd.org Subject: Re: Nmap and bpf Message-ID: <389B3F41.10DDB531@math.udel.edu> References: <20000204172922.35905.qmail@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?389B3F41.10DDB531>