From owner-freebsd-net@FreeBSD.ORG Mon May 5 08:47:33 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F02E827 for ; Mon, 5 May 2014 08:47:33 +0000 (UTC) Received: from mail-qa0-x229.google.com (mail-qa0-x229.google.com [IPv6:2607:f8b0:400d:c00::229]) (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 D53BA106E for ; Mon, 5 May 2014 08:47:32 +0000 (UTC) Received: by mail-qa0-f41.google.com with SMTP id dc16so5149375qab.14 for ; Mon, 05 May 2014 01:47:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=6bKF5wMD1M2aYRj9QDJxLA0jZB+eFSEEQjxlFTiyUWA=; b=BkuRU4tbS0oBhiiMuUCUs18v9h4eUikYgkSOvpyNvllt35ARK6u64fhDcglqvKXizG dAM+8OrbkM0YvO86d0PuDQlsc5WBWIHzI3TxD9kAvad0/TVFYefX7OLOUwbxnddSrVBK mr6vHTD2b3Fj/GX79Jjud/SX8aqQPwcAmrkhhDvbriqttsaWgpgS4NWY3yaLDF+ZUj1b xKxTEZ5uTcLh6Z1EUyrBo4W7PTBEHfVHu1IxpnjMqj2W5v9wEXjU12wX1WgiDM1PgZEy 13pV7WqykL9isaRhrzggk4G/Ph2hHUtaE1I9CROgnq68349wTmCE39QQvChOa5KPVKFI LOeQ== MIME-Version: 1.0 X-Received: by 10.224.51.2 with SMTP id b2mr42591481qag.49.1399279651628; Mon, 05 May 2014 01:47:31 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.191.201 with HTTP; Mon, 5 May 2014 01:47:31 -0700 (PDT) In-Reply-To: References: Date: Mon, 5 May 2014 01:47:31 -0700 X-Google-Sender-Auth: 7B9CHmS3OOdSnCh1MN-UtgTle-o Message-ID: Subject: Re: netmap: how to bridge 2 eth? From: Adrian Chadd To: upyzl Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 08:47:33 -0000 Hi, I think you're asking the wrong group for help. This is for FreeBSD support, not Netmap-on-Linux support. Good luck though! -a On 2 May 2014 23:44, upyzl wrote: > Hi all > > I'm doing to implement a simple openflow-based software switch(not same as > OVS, much simpler to OVS) > and I choose netmap for the network framework > > Now I try to do a simplest thing: > > there's 3 VMs, all are Ubuntu 12.04.4 x64 > 2 act as hosts, other 1 act as switch > > topo: [host1] eth0 ----- eth0 [switch] eth1 ----- eth0 [host2] > > I want to bridge switch's eth0ð1 (like "brctl" in linux), then host1 > ping host2 > > the problem is, how to bridge using netmap? > > I tried example "bridge" in netmap project(git clone > https://code.google.com/p/netmap/): > ./bridge -i netmap:eth0 -i netmap:eth1 > then host1 ping to host2 > but pinging result is "Destination Host Unreachable" (if using brctl, > pinging is fine) > > Then I tried vale-ctl > but i dont know how to use it... > e.g. > ./vale-ctl -a eth0 > show > "eth0: Invalid argument" > > could anyone help me? > _______________________________________________ > 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"