From owner-freebsd-virtualization@FreeBSD.ORG Mon Feb 10 06:41:43 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B76F55C2 for ; Mon, 10 Feb 2014 06:41:43 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 236EB198B for ; Mon, 10 Feb 2014 06:41:42 +0000 (UTC) Received: from jre-mbp.elischer.org (ppp121-45-232-70.lns20.per1.internode.on.net [121.45.232.70]) (authenticated bits=0) by vps1.elischer.org (8.14.7/8.14.7) with ESMTP id s1A6fSdR064662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 9 Feb 2014 22:41:32 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <52F87493.7070607@freebsd.org> Date: Mon, 10 Feb 2014 14:41:23 +0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Olivier_Cochard-Labb=E9?= Subject: Re: Report of my virtual network lab migrated from virtualbox to bhyve References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD virtualization mailing list 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: Mon, 10 Feb 2014 06:41:43 -0000 On 2/8/14, 2:35 AM, Olivier Cochard-Labbé wrote: > Hi, > > just a report of my migration to bhyve. > > I was using VirtualBox for generate full-meshed network lab of multiple VM > (essentially nanobsd based) and have migrated my script to bhyve. > > My original script is resumed to this kind of usage: > ./lab-script.sh -i FreeBSD-image-disk -n number-of-vm -l number-of-LAN > if you are doing network simulation why not just use vimage jails and/or the immunes framework? much easier on the resources..