From owner-freebsd-emulation@FreeBSD.ORG Thu Aug 20 09:12:35 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1AFB10656C6 for ; Thu, 20 Aug 2009 09:12:35 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mail.lissoft.com.ua (mail.lissoft.com.ua [212.26.135.108]) by mx1.freebsd.org (Postfix) with ESMTP id 777BF8FC65 for ; Thu, 20 Aug 2009 09:12:35 +0000 (UTC) Received: from [10.1.1.247] (helo=shurik-nb.lis.ua) by mail.lissoft.com.ua with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Me3NX-000Fiw-RF for freebsd-emulation@freebsd.org; Thu, 20 Aug 2009 11:52:15 +0300 Message-ID: <4A8D0EC4.8030105@shurik.kiev.ua> Date: Thu, 20 Aug 2009 11:52:20 +0300 From: Alexandr Krivulya User-Agent: Thunderbird 2.0.0.22 (X11/20090728) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: virtualbox port forwarding 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: Thu, 20 Aug 2009 09:12:35 -0000 Hello, I have host with FreeBSD 7.2-RELEASE-p3 running Win2K3 under virtualbox-3.0.51.r22226 with cofigured terminal service. I configured port forwarding to get access terminal service on win2k3 outside of a virtual machine, but it doesn't work :( shurik@shurik-nb:~> VBoxManage getextradata WIN2003STD enumerate VirtualBox Command Line Management Interface Version 3.0.51_OSE (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. Key: GUI/AutoresizeGuest, Value: on Key: GUI/Fullscreen, Value: off Key: GUI/LastCloseAction, Value: powerOff Key: GUI/LastWindowPostion, Value: 297,74,800,647 Key: GUI/MiniToolBarAlignment, Value: bottom Key: GUI/MiniToolBarAutoHide, Value: on Key: GUI/SaveMountedAtRuntime, Value: yes Key: GUI/Seamless, Value: off Key: GUI/ShowMiniToolBar, Value: yes Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/RDP/GuestPort, Value: 3389 Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/RDP/HostPort, Value: 53389 Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/RDP/Protocol, Value: TCP sockstat shows listening port 53389: shurik@shurik-nb:~> sockstat -l -4|grep 3389 shurik VirtualBox 9553 42 tcp4 *:53389 *:* Network inside of virtual machine works good. P.S. Sorry for my english.