From owner-freebsd-virtualization@FreeBSD.ORG Wed Feb 5 12:57:46 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 CE5C7645 for ; Wed, 5 Feb 2014 12:57:46 +0000 (UTC) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9695C151E for ; Wed, 5 Feb 2014 12:57:46 +0000 (UTC) Received: by mail-ig0-f174.google.com with SMTP id hl1so12244462igb.1 for ; Wed, 05 Feb 2014 04:57:46 -0800 (PST) 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:content-type; bh=y4ayVK2k12W6N/az+keIAu+mp+wwRDt2olpMMAhNf2Y=; b=R4h1IMeZjA5vfXmClimw9GTAuFlJra5qkkaFv7ARB8nyA0dMI5heV9Hq4fHWaVVrem /0yf7NP0Y87P5XmyHr6PSues4YOkYqs8yuBnBwtjPBqncSV70JH2kAd2g/abUd1h5AQ5 vJpG5MUo8Ssy0jm/ps2q1nozAH0mvtL2aURacQJy9x87XZfX+kaGUooInv2EAaw0N3vS iLQ+oQ0/LgBZ0IFc0r6/0X5obHIELRzhPbZDYLET9XwwxijFaN/mIjIlqkWvytUTNZ1h T4cuakc8yxd/Ij58Z1i+PAyXqIq3ZJ4USLXTS+7ef26ZnlRG4IRRCqRxc90d+Akeit+E wwfA== MIME-Version: 1.0 X-Received: by 10.50.141.234 with SMTP id rr10mr22463127igb.11.1391605065536; Wed, 05 Feb 2014 04:57:45 -0800 (PST) Sender: admdwrf@gmail.com Received: by 10.42.23.13 with HTTP; Wed, 5 Feb 2014 04:57:45 -0800 (PST) In-Reply-To: References: Date: Wed, 5 Feb 2014 13:57:45 +0100 X-Google-Sender-Auth: dxIJjK4Uts1P2eZbCbthAGyGoN0 Message-ID: Subject: Re: Bhyve and network virtualization From: =?ISO-8859-1?Q?Fr=E9d=E9ric_Alix?= To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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 12:57:47 -0000 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=E9d=E9ric 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 >