From owner-freebsd-net@FreeBSD.ORG Tue Nov 4 20:09:46 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D4EDD65 for ; Tue, 4 Nov 2014 20:09:46 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9785D7DC for ; Tue, 4 Nov 2014 20:09:45 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id b13so13778227wgh.11 for ; Tue, 04 Nov 2014 12:09:43 -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=pG5LAuTiv0px0Dzw0GNSR5q7/KrfT2T/BzYjfkhRdrI=; b=N5IATj6VxU+wnjMxB5t9c14NLckcqMTWLgZWfMgmPuBaYiiY5Ds09Wx6oBr2juWTPd u1Lo5ptQ3F7l6Ma07BL/ySqqfgvQaheFbzTbT6vmStSqF9phC0vA+PZxXVsHIabQYf6A Z1/V5NJ33dTAIi/ps+Kg8ctKgJ1J6KJnKKgYXBbXd4EWTXhecSfrNOECVaBgitQQxrhG AdnL/tMiX9GsyRZP8GQDQh8IKEC1Uk0PRq1/lhaGwqCXl89sQOtCwRlloPCzRdmOZ7lu ty277XQDPwDR3RhKaLcN0Xeod95Wmv7ET2y+4/UpVbu2I3DeWOEaTjG1IFeODbsCew1o EICw== MIME-Version: 1.0 X-Received: by 10.180.86.38 with SMTP id m6mr128253wiz.65.1415131783842; Tue, 04 Nov 2014 12:09:43 -0800 (PST) Received: by 10.217.92.7 with HTTP; Tue, 4 Nov 2014 12:09:43 -0800 (PST) In-Reply-To: <54592E86.2040703@borsice.net> References: <54592E86.2040703@borsice.net> Date: Tue, 4 Nov 2014 18:09:43 -0200 Message-ID: Subject: Re: netmap-ipfw on em0 em1 From: Evandro Nunes To: =?UTF-8?Q?Michal_Bucht=C3=ADk?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 20:09:46 -0000 On Tue, Nov 4, 2014 at 5:52 PM, Michal Bucht=C3=ADk = wrote: > Dne 4.11.2014 20:44, Evandro Nunes napsal(a): > >> # ifconfig "em2" | grep flags >> em2: flags=3D28d02 >> metric 0 mtu 1500 >> > Hi, > interface is OACTIVE and down. > > Do you try "ifconfig em2 up" ? > hey Michal, strange, both NICs are addressed (active IP configured), no I didnt ifconfig up before you mention on none of both since usually the go up when IP is assigned, but anyway I just did it now, both are UP and PROMISC now: ifconfig em2 | grep flags em2: flags=3D28943 metric 0 mtu 1500 ifconfig em1 | grep flags em1: flags=3D28943 metric 0 mtu 1500 but still netmap-ipfw is not incrementing counters... > Michal > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >