From owner-freebsd-questions Thu Jan 6 10:15: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f123.law3.hotmail.com [209.185.241.123]) by hub.freebsd.org (Postfix) with SMTP id 19327156D2 for ; Thu, 6 Jan 2000 10:15:00 -0800 (PST) (envelope-from hate00@hotmail.com) Received: (qmail 50639 invoked by uid 0); 6 Jan 2000 18:14:58 -0000 Message-ID: <20000106181458.50638.qmail@hotmail.com> Received: from 208.189.64.120 by www.hotmail.com with HTTP; Thu, 06 Jan 2000 10:14:58 PST X-Originating-IP: [208.189.64.120] From: "jimmy martin" To: freebsd-questions@freebsd.org Subject: Nmap... Date: Thu, 06 Jan 2000 18:14:58 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Im having a little trouble with NMAP. Bash-2.03#nmap -O 127.0.0.1 Starting nmap V. 2.3BETA12 by Fyodor (fydor@dhp.com, www.insecure.org/nmap/) pcap_open_live: /dev/bpf1: No such file or directory If you are on Linux and getting Scoket type not supported, ry modprobe af_packet or recompile your kernel with SOCK_PACKET enabled. If you are on bsd and getting device not configured, you need to recompile your kernel with Berkeley Packet Filter support. QUITTING! So I checked my kernel to make sure bpf was there and... # The 'bpfilter' pseudo-device enable the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 1 #Berkeley packet filter So it appears to be there. Any Ideas why my nmap wont work? ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message