From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 21 15:48:20 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0DD2E7B8 for ; Thu, 21 Mar 2013 15:48:20 +0000 (UTC) (envelope-from nbari@inbox.im) Received: from eu.route.mx (eu.route.mx [46.137.95.40]) by mx1.freebsd.org (Postfix) with ESMTP id A3813345 for ; Thu, 21 Mar 2013 15:48:19 +0000 (UTC) Received: (route-mx 36007 invoked from network); 21 Mar 2013 15:41:36 -0000 Received: from unknown (HELO nbari-z200.diz.la) (nbari@inbox.im@[194.65.5.235]) (envelope-sender ) by eu.route.mx (route-mx) with SMTP for ; 21 Mar 2013 15:41:36 -0000 Message-ID: <514B2A2F.3040209@inbox.im> Date: Thu, 21 Mar 2013 15:41:35 +0000 From: Nicolas de Bari Embriz Garcia Rojas User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130314 Thunderbird/17.0.4 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: netstat -ib Obytes not incrementing on alias Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 15:48:20 -0000 I have 5 alias on a bce0 interface, IP's belong to another network and using mask /29 when I run the netstat -ib command I only see the Ibytes but Obytes don't increment, in contrast a lo1 (cloned interface) does show Ibytes and Obytes. Any idea or explanation of why netstat -ib don't show the Obytes for the aliased IP's on the main nic (bce0) regards