From owner-freebsd-virtualization@FreeBSD.ORG Sun Oct 26 22:36:11 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4760ADE for ; Sun, 26 Oct 2014 22:36:11 +0000 (UTC) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1EA5CF1F for ; Sun, 26 Oct 2014 22:36:11 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id bj1so654486pad.31 for ; Sun, 26 Oct 2014 15:36:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=R8HiYCvfir/ON1MaqtBCbJGZ7gyXmaI0/iwtrbi/lcs=; b=ts3Zjl+tf47UoYcAC0eyNFCInJd2IRrtfZKr1ixVNek3hSXJ2t6zL9Qo/JhxRHKVGV vST6P8+ETDuyKaFB3jdTHGQKd0dWW7PiMh55qOm2VWXIxZDv6ALbugJycpd6ygg4ifRm aPdeyWcz/G4OiokWF5G6sOWt9y3AkXLaQqllUbf5jvsl/GemIxZrncK3hdOsWzfSJr4G JCGScrInQRGUb5q6A3crXDF8IkiZtme+JRW89YgSWqMPQBHa4bhDAQzFOwqEzWceuThV rqE7i42wpzH9VRbT/GEDi8Fi+5fo7MJTj4zB0irWoSQu/Q7UoBMbakDRxDYl5fA8caeS h2IQ== X-Received: by 10.70.88.174 with SMTP id bh14mr20426490pdb.24.1414362970730; Sun, 26 Oct 2014 15:36:10 -0700 (PDT) Received: from neil.creepingfur.org (ashpool.creepingfur.is. [70.36.196.189]) by mx.google.com with ESMTPSA id o5sm9141560pdc.24.2014.10.26.15.36.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 Oct 2014 15:36:09 -0700 (PDT) From: Benjamin Perrault Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: No bhyve guests can reach the network after update. Message-Id: Date: Sun, 26 Oct 2014 15:36:05 -0700 To: freebsd-virtualization@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) X-Mailer: Apple Mail (2.1990.1) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 26 Oct 2014 22:36:11 -0000 Hi all, So I just update one of my systems to 10-STABLE r273710 ( GENERIC kernel = config ) and now all the bhyve guests are unable to connect to the = network ( be it linux, freebsd, or openbsd ). They guests see their = network interfaces fine - but they are unable to connect to anything. = Additionally on the host, the tap interfaces appear to be connecting = just fine.=20 Everything appears fine on the host and it=E2=80=99s reporting no = errors. The networking is working/performing as normal. There has been no configuration changes. Here is the relevant networks = stuff ( that=E2=80=99s been working reliably since 10-RELEASE, and is = running fine on 10.1-RC2 and -current just fine. ). =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D ifconfig_em0=3D"up -txcsum=E2=80=9D ifconfig_igb0=3D"up -txcsum=E2=80=9D defaultrouter=3D=E2=80=9C10.0.x.x" cloned_interfaces=3D"lagg0 bridge0 tap0 tap1 tap2 tap3 tap4 tap5 tap6 = tap7 tap8 tap9=E2=80=9D ifconfig_lagg0=3D"laggproto lacp laggport em0 laggport igb0 = 10.0.x.x/24=E2=80=9D ifconfig_bridge0=3D"addm lagg0 addm tap0 addm tap1 addm tap2 addm tap3 = addm tap4 addm tap5 addm tap6 addm tap7 addm tap8 addm tap9=E2=80=9D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D Any one have any ideas or suggestions? I always get spooked/bothered = when something that was working fine just sort of breaks.. cheers and thanks, -bp