From owner-freebsd-virtualization@FreeBSD.ORG Wed Feb 5 17:59:19 2014 Return-Path: Delivered-To: freebsd-virtualization@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 ED418BAB for ; Wed, 5 Feb 2014 17:59:19 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A4E431616 for ; Wed, 5 Feb 2014 17:59:19 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WB6kl-0005RR-OC for freebsd-virtualization@freebsd.org; Wed, 05 Feb 2014 18:59:15 +0100 Received: from tempe0.bbox.io ([24.249.180.233]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Feb 2014 18:59:15 +0100 Received: from kevin.bowling by tempe0.bbox.io with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Feb 2014 18:59:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-virtualization@freebsd.org From: Kevin Bowling Subject: Re: Bhyve and network virtualization Date: Wed, 05 Feb 2014 10:59:04 -0700 Lines: 35 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: tempe0.bbox.io User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 In-Reply-To: X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 17:59:20 -0000 Has anyone used VALE with bhyve yet? It's in 10.0-RELEASE http://info.iet.unipi.it/~luigi/vale/ On 2/5/2014 5:57 AM, Frédéric Alix wrote: > Thank you :) > With crossbow, no GUI too. > I always prefer cmd line thant gui :p > Thank you for the document. Actually, i am testing the vde2 port ( > http://www.freebsdports.info/ports/net/vde2.html). > It's very interesting too for build a virtual network. > > > -- > fax > > > 2014-02-05 Craig Rodrigues : > >> On Sat, Feb 1, 2014 at 1:03 AM, Frédéric Alix wrote: >> >>> Now, i need a tool for build a virtual network, like crossbow in Illumos. >>> >> >> Well, it is not a graphical tool, but if >> you are OK with doing things from the command-line, >> you can create a bridge network device and create >> tap interfaces for each BHyve VM. Then inside your BHyve VM, >> you can use the vtnet driver (part of virtio) to access the network. >> >> Michael Dexter has written a nice document which explains how to do this >> and a lot more with BHyve: http://bhyve.org/bhyve-manual.pdf >> >> -- >> Craig >>