From owner-freebsd-virtualization@FreeBSD.ORG Thu Aug 21 15:40:16 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E3D630E; Thu, 21 Aug 2014 15:40:16 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (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 B5036345E; Thu, 21 Aug 2014 15:40:15 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id f8so8671333wiw.0 for ; Thu, 21 Aug 2014 08:40:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=JXxKmBumo/m5x6/gULpgKdUuZylWEPypXijFxOvBUxY=; b=gk1HDJ3Y90vFWB31P23yqST2ESfKx9Oab+X7qbj5DJzw0PKZECKhvvday2JhMNDvyA x8o0YsnVDVGAbMZH6UrMl02ecg5UCEVjoRIUjZ8GUTurcEyYGhlOzOcNmPRRhgxmDjeW dVmoo8N9/WbNFhew0ko0zIhq48DfQJv1JnrRhDE4FlqKDw3JMsg16SP3OS6QXfvXxRqE k8X0VnoLrN3Ne/aEd8xCmbzWwzhxdcH1zDaZEpAyeat5jSOjabbLJQ2pMrlPHMF+Dk/h IVrXBVPK/hESHmyldfy2jJl99u8/MiTlk3Lgtiivrw8aB1LF3rmtVXGebM/NcODOlgm+ DCOA== X-Received: by 10.194.59.18 with SMTP id v18mr38789951wjq.64.1408635613751; Thu, 21 Aug 2014 08:40:13 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.194.90.2 with HTTP; Thu, 21 Aug 2014 08:39:53 -0700 (PDT) In-Reply-To: <53F60FA6.8080905@freebsd.org> References: <53F60FA6.8080905@freebsd.org> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Thu, 21 Aug 2014 17:39:53 +0200 X-Google-Sender-Auth: rytr6WPlHQUEKz6Nt9HtTdPSvD4 Message-ID: Subject: Re: bhyve's VM loose network connectivity after a reboot To: Peter Grehan Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-virtualization@freebsd.org" 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: Thu, 21 Aug 2014 15:40:16 -0000 On Thu, Aug 21, 2014 at 5:26 PM, Peter Grehan wrote: > Hi Olivier, > > Do you have the net.link.tap.up_on_open sysctl set to 1 ? (didn't see > that in the BSDRP-lab-bhyve.sh script, if that's the one you're using) > > > Yes I was using the BSDRP-lab-bhyve.sh script and correctly setting net.link.tap.up_on_open fix my problem: Thanks ! Olivier