From owner-freebsd-virtualization@freebsd.org Wed Nov 16 09:46:25 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 BA274C4368E for ; Wed, 16 Nov 2016 09:46:25 +0000 (UTC) (envelope-from freebsd@jonathanprice.org) Received: from wright.jonathanprice.org (ns384592.ip-46-105-124.eu [46.105.124.13]) (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 860221E2F; Wed, 16 Nov 2016 09:46:24 +0000 (UTC) (envelope-from freebsd@jonathanprice.org) Received: from mail.jonathanprice.org (unknown [IPv6:2001:41d0:2:eb0d::1]) by wright.jonathanprice.org (Postfix) with ESMTPSA id 9B0D325969; Wed, 16 Nov 2016 09:46:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=jonathanprice.org; s=default; t=1479289581; bh=dmgIH7vQeXSrUJ7mMCmh0IZ8xsdvPpdJd2ukOlxlmlY=; h=Date:From:Subject:To:Cc:In-Reply-To:References; b=encR+eNydYc+EF8ZeYDOkUaX6jlZjjcqSuXqBbIwKHL4NMQDBPH396SB6FAP6NLW5 c4ma+IE8RjezPm6nWyvAHGhEAyRnToafr4M9+Jj/8/gJLKVM8wJeGcnyIcxlirZfMk 4kcMhwYt6uDrES/xSjl6ykUb5on/c36CgCG+B0Ak= Mime-Version: 1.0 Date: Wed, 16 Nov 2016 09:46:21 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: <081abe1ac9091b9412739e57a0cfdc79@mail.jonathanprice.org> X-Mailer: RainLoop/1.10.4.183 From: freebsd@jonathanprice.org Subject: Re: bhyve windows guest unable to ping default gateway or external networks To: "Peter Grehan" Cc: "The Doctor" , freebsd-virtualization@freebsd.org In-Reply-To: <00938431-be4a-1729-1c93-a56d7063a76a@freebsd.org> References: <00938431-be4a-1729-1c93-a56d7063a76a@freebsd.org> <4cf1a528d9a4e85d5aa351ca2ff417a9@mail.jonathanprice.org> <20161115150028.GB3776@doctor.nl2k.ab.ca> 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: Wed, 16 Nov 2016 09:46:25 -0000 Hi Peter,=0A=0AThanks for suggesting that! I re-installed the VM, this ti= me using 0.1.96 instead of 0.1.126 and it worked as soon as I gave it sta= tic addressing. As 0.1.96 doesn't contain a driver specifically for Serve= r 2016 I just used the 2012R2 one and I don't appear to have any issues.= =0A=0AUnfortunately I don't really have time to test the drivers one by o= ne until I find where it breaks, but it looks like some others in this th= read have already done so, which is useful.=0A=0AThanks,=0A=0AJonathan.= =0A=0ANovember 15, 2016 10:14 PM, "Peter Grehan" wro= te:=0A> Hi Jonathan,=0A> =0A>> In particular, I used virtio-win-0.1.126.i= so with driver net-kvm/windows=0A>> 2k16/amd64 for my attempt with Server= 2016 and the 2k12r2/amd64 driver=0A>> for Server 2012 R2.=0A> =0A> I've = not had any success with 0.1.126 - it installs, but doesn't appear to pas= s packets. I'd=0A> recommend going with 0.1.96=0A> =0A> later,=0A> =0A> P= eter.