From owner-freebsd-questions@FreeBSD.ORG Wed Jul 7 15:16:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F22416A4CE for ; Wed, 7 Jul 2004 15:16:33 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A65143D41 for ; Wed, 7 Jul 2004 15:16:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc11) with ESMTP id <2004070715163201100i6uvte>; Wed, 7 Jul 2004 15:16:32 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 6872874; Wed, 7 Jul 2004 11:16:32 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Patrick Dung References: <20040706185701.13649.qmail@web51804.mail.yahoo.com> From: Lowell Gilbert Date: 07 Jul 2004 11:16:32 -0400 In-Reply-To: <20040706185701.13649.qmail@web51804.mail.yahoo.com> Message-ID: <44llhvq23z.fsf@be-well.ilk.org> Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: tcpdump (/dev/bpf* permission) in FreeBSD-current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 15:16:33 -0000 Patrick Dung writes: > Only /dev/bpf0 is there at boot time > But when I run tcpdump, it automatically create > /dev/bpf1 (I have multiple NIC). > Running devfs at boot time cannot set the /dev/bpf1, > which is not present. Running devfs(8) at boot time will set rules that will be automatically applied to bpf1 when it is created. What do your devfs rules look like?