From owner-freebsd-net@FreeBSD.ORG Wed Jun 1 18:19:18 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AF4516A421 for ; Wed, 1 Jun 2005 18:19:18 +0000 (GMT) (envelope-from mreimer@vpop.net) Received: from ring.vpop.net (ring.vpop.net [207.178.248.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4795C43D49 for ; Wed, 1 Jun 2005 18:19:18 +0000 (GMT) (envelope-from mreimer@vpop.net) Received: from bilbo.vpop.net (bilbo.vpop.net [70.56.77.194]) by ring.vpop.net (Postfix) with ESMTP id 63DC8AFB104; Wed, 1 Jun 2005 11:19:12 -0700 (PDT) From: Matthew Reimer Organization: VPOP Technologies, Inc. To: Maksim Yevmenkin Date: Wed, 1 Jun 2005 11:18:41 -0700 User-Agent: KMail/1.8 References: <200506011103.41726.mreimer@vpop.net> <429DFA07.7070500@savvis.net> In-Reply-To: <429DFA07.7070500@savvis.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506011118.41704.mreimer@vpop.net> Cc: freebsd-net@freebsd.org Subject: Re: Packets don't flow from ng_netflow X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 18:19:18 -0000 On Wednesday 01 June 2005 11:10 am, Maksim Yevmenkin wrote: > Matthew Reimer wrote: > > The problem is that no NetFlow packets are emitted unless I run tcpdump > > on dc0. Is this not a valid configuration? Or is there a bug in > > netgraph/ng_netflow? > > nope. tcpdump(1) puts interface into promiscuous mode. by default your > dc0 interface will only pick packets destined for it and/or broadcast > packets. please use > > # ifconfig dc0 promisc Thanks, that fixed it. Matt P. S. Thanks for the bluetooth code!