From owner-freebsd-questions@FreeBSD.ORG Thu Dec 6 11:41:46 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0C629E7 for ; Thu, 6 Dec 2012 11:41:46 +0000 (UTC) (envelope-from kazakevichilya@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7CFCE8FC0C for ; Thu, 6 Dec 2012 11:41:46 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id 16so7794558obc.13 for ; Thu, 06 Dec 2012 03:41:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hQjaZEmga4SUiEmYVeH8dAk08dp44Cpnr0EeOqYDG+g=; b=L4HgZCSCpUUFhljcAPkE5u0Efixct9ND8R+1+z/sIip2UGCBJc4kDuTkBNQLlNL1m3 Oz+UCLngc/BVQgg81OjLHCdf1VXX5WUZFg3nJSZ71vC8WK1LjOmdGBQP4O+b3uoaBlBd LTC6CfSWexO848Ibbw7SnrsqLn2wTFNGqk+H6gBAKKSykkYsxqsAmEKrADRptTnTYZQu Nb/8KaBHL2Lw42BMrvwNIupzMgpPGc7lV6enmmBhyI0UsE+TVc4GcLzNVqFEVBvrUK8R Lhhv3V0o5jGAFp+Kg437V0ln/QikrWIZocBrhXjyeJqVaM+Dl7XP04Fkg1Gsqnev4uvy cQHg== MIME-Version: 1.0 Received: by 10.182.18.165 with SMTP id x5mr619245obd.73.1354794099826; Thu, 06 Dec 2012 03:41:39 -0800 (PST) Received: by 10.60.38.104 with HTTP; Thu, 6 Dec 2012 03:41:39 -0800 (PST) In-Reply-To: <201212060912.qB69CcTG018111@banyan.cs.ait.ac.th> References: <201212060551.qB65phdO016130@banyan.cs.ait.ac.th> <50C05FD8.1040609@freebsd.org> <201212060912.qB69CcTG018111@banyan.cs.ait.ac.th> Date: Thu, 6 Dec 2012 15:41:39 +0400 Message-ID: Subject: Re: netstat -i From: Ilya Kazakevich To: Olivier Nicole Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2012 11:41:46 -0000 Hello Oliver, > > Name Mtu Network Address Ipkts Opkts > > > em1 9000 00:0e:0c:5c:32:29 92M 129M > > > em1 9000 10.41.170/24 ufo2000 924K 926K > Use tcpdump to find out what traffic do you have there. There are a lot of protocols that work on the top of Ethernet and has nothing to do with IP. Ilya.