From owner-freebsd-stable@freebsd.org Sat Jul 8 18:46:36 2017 Return-Path: Delivered-To: freebsd-stable@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 05FA2DA0330 for ; Sat, 8 Jul 2017 18:46:36 +0000 (UTC) (envelope-from meyer.sydney@googlemail.com) Received: from mail-wr0-x22a.google.com (mail-wr0-x22a.google.com [IPv6:2a00:1450:400c:c0c::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9430B64C4F for ; Sat, 8 Jul 2017 18:46:35 +0000 (UTC) (envelope-from meyer.sydney@googlemail.com) Received: by mail-wr0-x22a.google.com with SMTP id 77so87377973wrb.1 for ; Sat, 08 Jul 2017 11:46:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=PhxJM2WstdEutXplDQYP7d3H4EatepvPwgNFl7rIWjQ=; b=l14iYS0DhseXwc2hw6snTAGMl7rWFZQbcf2RtoKrYsjJEr1nC3RklLJap+O26jg/f5 IdMisHlGyJ1hXVBQM2Wr7rjhfmY5zoQiCR+K1d4VmTKimaWWD/rGEGJVBoSL7KVIkiDM wQZa8GufwLKp9WakGgLXribgSFWSA6AJkkwopQnGLqis/ImGtDhljpPtIFHjjdjKA1Dj mOqwSOWZ5GKRpP/UoC37dRaS85mZoxsHuqLm6adiqAU5KMR63yuuXcE94vhj+0rLdvsZ Am1aFX6427c06488oG3lQ/h6lDehNmL+hH36R4KVNM2D3R8FDSNzlwzv64TO5ZXgsPGK fPQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=PhxJM2WstdEutXplDQYP7d3H4EatepvPwgNFl7rIWjQ=; b=VWozOPb0gHtAsEFJeo/ebsXJDbcPPAxN8/ZxwMRds5LXzd/VJSsBrdsqTAEMG1MaCU Y4IW3kwUVv3jtnkcb7LCBtC8zTFDFxmStkgYrqrBUR9Dck322Ozccn5rJBDCupkUVFGh j3YaaLsM9szFcb1ulTiJvqYAvzY4j+84us38Q/n5oTkigSjxOe4d2GO8AX/t8DJM4dv6 0mMO+mI92S282dSDy/8K1h2vfLzDeFnUUXpZN3Rwp1+lmzbXC2llUgg/RswJ/UkyOtM3 luqHHmUnv32KEPC+KqYlvwfYty59akC6K9DqULVIluKZtISM6VKTvkPtVh66PsAbif2h BLgw== X-Gm-Message-State: AIVw111mixkvCplxnra0Gt0fzaGc/vRyjqTp7YgFLUkk4z7AwHr/2dVm sm+iV6sg7oF+g8IMCIg= X-Received: by 10.80.134.217 with SMTP id 25mr6234349edu.73.1499539593834; Sat, 08 Jul 2017 11:46:33 -0700 (PDT) Received: from ?IPv6:2a02:a03f:a53:ef01:e159:fee9:735f:d088? ([2a02:a03f:a53:ef01:e159:fee9:735f:d088]) by smtp.googlemail.com with ESMTPSA id t17sm3773044edd.69.2017.07.08.11.46.32 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Jul 2017 11:46:32 -0700 (PDT) From: Sydney Meyer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: VirtualBox outbound networking Message-Id: Date: Sat, 8 Jul 2017 20:46:31 +0200 To: freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2017 18:46:36 -0000 Hello List, i have trouble getting any form of outbound networking, i.e. "nat" or = "bridged" with the e1000 guest interfaces, to work with VirtualBox on = 11.1 BETAs and RCs. I have recompiled the virtualbox-ose port from head = with its virtualbox-ose-kmod dependency from hand but without any luck. Am i missing something here in context of port-provided kernel modules = not being compatible with the non-release kernels or something? Sydney=