From owner-freebsd-net@FreeBSD.ORG Tue Nov 4 19:52:45 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03613702 for ; Tue, 4 Nov 2014 19:52:45 +0000 (UTC) Received: from smtp.sitkom.cz (smtp.sitkom.cz [IPv6:2a03:3a00:1:2::4:b]) by mx1.freebsd.org (Postfix) with ESMTP id B0CFD622 for ; Tue, 4 Nov 2014 19:52:44 +0000 (UTC) Received: from spamd.smtp.sitkom.cz (unknown [10.13.127.4]) by smtp.sitkom.cz (Postfix) with ESMTP id 06E8A2FB8 for ; Tue, 4 Nov 2014 20:52:41 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on smtp.sfn X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Received: from avscan.smtp.sitkom.cz (unknown [10.13.127.4]) by spamd.smtp.sitkom.cz (Postfix) with ESMTP id D5BC52FB3 for ; Tue, 4 Nov 2014 20:52:40 +0100 (CET) Received: from [IPv6:2a03:3a00:2:a00:1a9:6f7:f0e7:dc2] (unknown [IPv6:2a03:3a00:2:a00:1a9:6f7:f0e7:dc2]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.sitkom.cz (Postfix) with ESMTPSA id B4E4B2FB2 for ; Tue, 4 Nov 2014 20:52:40 +0100 (CET) Message-ID: <54592E86.2040703@borsice.net> Date: Tue, 04 Nov 2014 20:52:38 +0100 From: =?UTF-8?B?TWljaGFsIEJ1Y2h0w61r?= User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: Re: netmap-ipfw on em0 em1 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP on smtp.sitkom.cz 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 19:52:45 -0000 Dne 4.11.2014 20:44, Evandro Nunes napsal(a): > # ifconfig "em2" | grep flags > em2: flags=28d02 > metric 0 mtu 1500 Hi, interface is OACTIVE and down. Do you try "ifconfig em2 up" ? Michal