From owner-freebsd-virtualization@freebsd.org Thu Dec 29 15:19:57 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85096C96E54 for ; Thu, 29 Dec 2016 15:19:57 +0000 (UTC) (envelope-from vincent@up4.com) Received: from smtp117.iad3a.emailsrvr.com (smtp117.iad3a.emailsrvr.com [173.203.187.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 644011D2F for ; Thu, 29 Dec 2016 15:19:56 +0000 (UTC) (envelope-from vincent@up4.com) Received: from smtp39.relay.iad3a.emailsrvr.com (localhost [127.0.0.1]) by smtp39.relay.iad3a.emailsrvr.com (SMTP Server) with ESMTP id DDC5957AD for ; Thu, 29 Dec 2016 10:19:52 -0500 (EST) X-Auth-ID: vincent@up4.com Received: by smtp39.relay.iad3a.emailsrvr.com (Authenticated sender: vincent-AT-up4.com) with ESMTPSA id BE678563F for ; Thu, 29 Dec 2016 10:19:52 -0500 (EST) X-Sender-Id: vincent@up4.com Received: from [192.168.0.3] (216-46-32-34.telebecinternet.net [216.46.32.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:465 (trex/5.7.12); Thu, 29 Dec 2016 10:19:52 -0500 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Multiple bhyve Guests, Single bridge/tap? From: Vincent Olivier In-Reply-To: Date: Thu, 29 Dec 2016 10:19:52 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: "freebsd-virtualization@freebsd.org" X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 29 Dec 2016 15:19:57 -0000 Hi! > Use the same bridge but a different tap (each tap represents the = virtual equivalent of a NIC where the bridge is the virtual equivalent = of a hub)=20 Thanks! This is very clear. For extra isolation, could I use a new = bridge too or is that useless? Thanks! Vincent=