From owner-freebsd-questions@freebsd.org Thu Aug 3 11:56:49 2017 Return-Path: Delivered-To: freebsd-questions@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 421CADB35F3 for ; Thu, 3 Aug 2017 11:56:49 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from outmx-028.london.gridhost.co.uk (outmx-028.london.gridhost.co.uk [95.142.156.253]) (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 0C54174316 for ; Thu, 3 Aug 2017 11:56:48 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from curlew.milibyte.co.uk (unknown [82.71.56.121]) (Authenticated sender: mailpool@milibyte.co.uk) by outmx-028.london.gridhost.co.uk (Postfix) with ESMTPA id 93B832208C218 for ; Thu, 3 Aug 2017 12:50:01 +0100 (BST) Received: from [192.168.1.13] (helo=curlew) by curlew.milibyte.co.uk with esmtp (Exim 4.89) (envelope-from ) id 1ddEk6-0000Uw-7s for freebsd-questions@freebsd.org; Thu, 03 Aug 2017 12:56:45 +0100 Date: Thu, 3 Aug 2017 12:56:42 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Message-ID: <20170803125642.4e4133ff@curlew> In-Reply-To: <20170802190734.3f95f36e@Papi> References: <20170802211628.1e40814f@curlew> <20170802190734.3f95f36e@Papi> X-Mailer: Claws Mail 3.15.0 (GTK+ 2.24.31; amd64-portbld-freebsd11.0) MIME-Version: 1.0 X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.1 Subject: Re: VirtualBox bridged networking stopped working after upgrading host to 11.1 RELEASE Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 11:56:49 -0000 On Wed, 2 Aug 2017 19:07:34 -0300 Mario Lobo wrote: > I recently upgraded from 11.0 to 11.1 > > FreeBSD Papi 11.1-STABLE FreeBSD 11.1-STABLE #0 r321652: Sat Jul 29 > > and immediately sfter, I recompiled vbox (5.1.26) and have no network > issues whatsoever (bridge,NAT,whatever..) with any guest OS type. > > I believe you should try ports instead of packages. > > Maybe is a RELEASE thing? Thanks for the suggestion. It looks like the problem is related to virtualbox-ose-kmod installed from the FreeBSD package repository not being compatible with 11.1. I'm running virtualbox-ose-5.1.26 and virtualbox-ose-kmod-5.1.26 on 11.1-RELEASE. Rebuilding virtualbox-ose-kmod from ports and keeping virtualbox-ose from packages fixed the problem. -- Mike Clarke