Date: Fri, 12 Nov 1999 12:25:46 -0600 From: "Alejandro Ramirez" <ales@megared.net.mx> To: "Junon of Tristan" <black_mask_of_death@yahoo.com>, <freebsd-questions@FreeBSD.ORG> Subject: RE: bpfilter not working? Message-ID: <003101bf2d3b$5662d020$fba3f9cf@megared.net.mx> References: <19991111175729.6973.rocketmail@web112.yahoomail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi, > I try to use tcpdump, nmap, and snort without any > result. nmap complained that kernel need to be > recompiled with berkeley packet filter support. How to > do that? > > my kernel config file does have: > > pseudo-device bpfilter 4 > > and I went to /dev and did sh MAKEDEV bpf0 Try doing the following: cd /dev ./MAKEDEV bpf1 ./MAKEDEV bpf2 ./MAKEDEV bpf3 And try again. I Hope tihs helps... Ales > > Any idea? > > Thank's for your help > > > ===== > > __________________________________________________ > Do You Yahoo!? > Bid and sell for free at http://auctions.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message 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?003101bf2d3b$5662d020$fba3f9cf>