From owner-freebsd-questions@freebsd.org Fri Oct 28 13:14:03 2016 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 5A2BEC242CC; Fri, 28 Oct 2016 13:14:03 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) (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 6AC1CA8E; Fri, 28 Oct 2016 13:14:02 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from amavis-ori.ijs.si (localhost [IPv6:::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ijs.si (Postfix) with ESMTPS id 3t542v1l7SzsM; Fri, 28 Oct 2016 15:13:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla4; t=1477660435; x=1480252436; bh=CNs 3e2Lz88noqmLwIuVgjhMBB5dRRgUPhqorSS/PrNI=; b=gnxLkmaLEhaKnFAeM5Z NzQZUQZy2FxTUb2egZnZhgEA3DCkIUDUc/I2qQm4kGDacil14tnmCJeJpaOGvmzA sStxvJHnx8K+He3qv6iBLY6bvNiVVKRTA7HCuSsVkt76Dv1P3Ajs0IVIfDdW5Gxr WRA0aL6IUSMK2DqVhJ1wA5+M= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10026) with LMTP id Rvcu9cgQSJrf; Fri, 28 Oct 2016 15:13:55 +0200 (CEST) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP id 3t542q4DB9zsL; Fri, 28 Oct 2016 15:13:55 +0200 (CEST) Received: from nabiralnik.ijs.si (nabiralnik.ijs.si [IPv6:2001:1470:ff80::80:16]) by mildred.ijs.si (Postfix) with ESMTP id 3t542q25G3z4X; Fri, 28 Oct 2016 15:13:55 +0200 (CEST) Received: from neli.ijs.si (2001:1470:ff80:88:21c:c0ff:feb1:8c91) by webmail.ijs.si with HTTP (HTTP/1.1 POST); Fri, 28 Oct 2016 15:13:55 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 28 Oct 2016 15:13:55 +0200 From: Mark Martinec To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: PKG bootstrap FreeBSD 11.0 / VBox NAT problem Organization: Jozef Stefan Institute In-Reply-To: <24bbacd2-09a0-7a0e-61e6-db7a670fc6ca@madpilot.net> References: <24bbacd2-09a0-7a0e-61e6-db7a670fc6ca@madpilot.net> Message-ID: <4c9bc1ff028540f4c8c9122f786aef61@ijs.si> X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.2.2 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: Fri, 28 Oct 2016 13:14:03 -0000 On 10/28/16 14:15, Tomasz CEDRO wrote: > Just for the curious. I am testing on VirtualBox (Version 5.1.8 > r111374 (Qt5.5.1), macOS 10.12.1 host). Cannot bootstrap PKG on a host > with NAT enabled.I have noticed this problem occurs only when NAT is > enabled in VBox. When I use Bridged interface there is no problem. I > have noticed that outgoing packet following RST response has invalid > checksum. That may be VBox NAT problem..? Maybe someone noticed > similar behavior.. > > https://www.virtualbox.org/ticket/16126 Same thing here: after upgrading VirtualBox on Windows 10 to 5.0.28, the 'pkg upgrade' on a FreeBSD 11.0-RELEASE-p2 guest fails with a 'Connection reset by peer' - either right away, or after downloading a (random) couple of packages - when using NAT provided by VirtualBox. This worked well with a previous release of VirtualBox. Looks like the problem is not specific to FreeBSD: https://www.virtualbox.org/ticket/16084 Mark