From owner-freebsd-questions@FreeBSD.ORG Mon Nov 19 01:07:46 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40F3FE46 for ; Mon, 19 Nov 2012 01:07:46 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 1EF058FC08 for ; Mon, 19 Nov 2012 01:07:45 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 18 Nov 2012 17:07:47 -0800 Message-ID: <50A98660.9070709@a1poweruser.com> Date: Sun, 18 Nov 2012 20:07:44 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: andrew clarke Subject: Re: virtualbox with FreeBSD as host References: <50A65471.7050706@a1poweruser.com> <20121116121408.71d86341@papi> <50A65F76.2060009@a1poweruser.com> <20121116130302.37a87580@papi> <50A6AD92.2000904@a1poweruser.com> <50a7547f.pE0dkKlRM7DyQvw3%perryh@pluto.rain.com> <20121117103708.1cb34db4@papi> <50A8E7AA.6090906@a1poweruser.com> <20121118140801.GA51290@ozzmosis.com> In-Reply-To: <20121118140801.GA51290@ozzmosis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Nov 2012 01:07:47.0301 (UTC) FILETIME=[49B5A150:01CDC5F2] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2012 01:07:46 -0000 andrew clarke wrote: > On Sun 2012-11-18 08:50:34 UTC-0500, Fbsd8 (fbsd8@a1poweruser.com) wrote: > >> By design virtualbox requires a desktop on the host to use the >> virtualbox built in config screens and the only way to access a >> configured and installed guest VM is from a remote PC with a desktop. > > No, you can create and configure VirtualBox VMs using the command-line > VBoxManage. I do this over SSH. See the VirtualBox manual (PDF). > You did not pay close attention to what was written. What was written is stands as true. The key works are "virtualbox built in config screens". Using ssh from remote pc only works if ssh is run from a desktop. IE: you can not start ssh from a freebsd host command line to connect to a remote VB to create Virtual machines. > Incidentally it's possible to use RDP (Remote Desktop Protocol) to > connect and control any VirtualBox guest - including OSes that don't > natively support RDP connections - provided VRDP is enabled for that > guest VM. I do this running when VirtualBox on a Linux host, and can't > confirm it works for FreeBSD hosts, but assume it does. > AH now it gets interesting. RDP only talks to a fully configured virtual machine, not to the virtualbox built in config screens. So on a freebsd host without a desktop the vbheadless commands have to be used to create virtual machines. My final goal was to create virtual machines using the vb headless commands, which worked. But then I wanted to run rpd from a second host session [F2] and connect to the newly created VM which was not possible because the rpd program is not contained in the virtualbox-additions port and when installing the virtualbox-additions port had to use the force flag. So how can I run rpd on the freebsd host running the virtualbox server system so I can access the configured vm? I this configuration even possible?