From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 2 19:13:13 2012 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED9B71065673 for ; Mon, 2 Apr 2012 19:13:13 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 7919A8FC0A for ; Mon, 2 Apr 2012 19:13:13 +0000 (UTC) Received: by wibhj6 with SMTP id hj6so2383094wib.13 for ; Mon, 02 Apr 2012 12:13:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tEzkZV2rc/kPSU5gK1gLK7tJ+W0RRL3LZOnmpb/JILc=; b=JHnvkUOX4XqKrzCUH0LmnA7KNCsRQXeDOjVRibQ02CPS8L8NcmSHX1QxWCbUWL7qWB sZ4fbEaLHg2yipflQAutsgdSSwrX3hrFbo9XPWqi7AfHNfirM9wjeiYWPIpnJqcgb99A hr3aZUPoM5dtOppFivbOPenYFJsnTqK9PE6uhPz900txflcpvGO9YlAGNQ0idxWAnM+3 ysSiucAw7F1OrTwYAEGR7RqICui6gKAfSqj4gHgN+QMV2cI1LGq4BjPuF+YvDps/qRml eLBXHJ++48K3UVWjn4e1kB0vqbi6WFbCqyYx83XBVJOpdYuF3SoZScR232SlyH7Rnoy1 gUgw== MIME-Version: 1.0 Received: by 10.180.24.66 with SMTP id s2mr27827273wif.7.1333393992272; Mon, 02 Apr 2012 12:13:12 -0700 (PDT) Received: by 10.223.94.73 with HTTP; Mon, 2 Apr 2012 12:13:12 -0700 (PDT) In-Reply-To: <4F79F76A.30603@rawbw.com> References: <4F79F76A.30603@rawbw.com> Date: Mon, 2 Apr 2012 14:13:12 -0500 Message-ID: From: Adam Vande More To: Yuri Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: emulation@freebsd.org Subject: Re: VirtualBox-4.1.10 doesn't forward ports into the guests X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2012 19:13:14 -0000 On Mon, Apr 2, 2012 at 2:00 PM, Yuri wrote: > Even though: > $ VBoxManage getextradata MyGuest enumerate > Key: GUI/LastCloseAction, Value: shutdown > Key: GUI/LastGuestSizeHint, Value: 720,400 > Key: GUI/LastNormalWindowPosition, Value: 573,23,720,443 > Key: VBoxInternal/Devices/pcnet/0/**LUN#0/Config/ssh/GuestPort, Value: 22 > Key: VBoxInternal/Devices/pcnet/0/**LUN#0/Config/ssh/HostPort, Value: 2222 > Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol, Value: TCP > Sounds like a Virtualbox bug. What happens if you do a "VBoxManage getextradata enumerate" -- Adam Vande More