Date: Thu, 28 May 2009 07:58:53 -0400 From: Richard Kuhns <rjk@wintek.com> To: "Daniel O'Connor" <doconnor@gsoft.com.au> Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 4 Message-ID: <4A1E7C7D.2010908@wintek.com> In-Reply-To: <200905281231.25830.doconnor@gsoft.com.au> References: <20090527134343.GB1104@bsdcrew.de> <200905281231.25830.doconnor@gsoft.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Daniel O'Connor wrote: > On Wed, 27 May 2009, Martin Wilke wrote: >> First of all sorry for all unanswered mails, I got a stupid flu, >> but now i feel better... ok now back to vbox, time for a new call >> for testing :-) >> >> Following was added/fixed: >> >> - ACPI Support was added >> - hostDVD support was added >> - Fix startup on HEAD >> - Plist problem under AMD64 was fixed >> - Qt4 Frontend is now Optional >> - Desktop file was added >> - Xorg dependencies was fixed >> - Guest additions was added (thx to Maho NAKATA <chat95 (at) mac dot >> com>) > > Nice :) ... > > Are there plans (or patches :) for adding other types of network > support? NAT is usable but without the ability to forward ports it > makes logging in via SSH rather tedious (ie log out from the VM with -R > then log back in). > Here's something that might help: NAT host port 2222 to ssh (22) in virtual machine 'psyche'. Do this while the VM isn't running. $ VBoxManage setextradata psyche \ "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol" TCP $ VBoxManage setextradata psyche \ "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort" 22 $ VBoxManage setextradata psyche \ "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort" 2222 Now you can just 'ssh -p 2222 localhost' to get into that particular VM. I'd also like to say thanks for the port! It's *very* useful! - Rich -- Richard Kuhns Wintek Corporation E-mail: rjk@wintek.com 427 N 6th Street STE C Receptionist: 765-742-8428 Lafayette, IN 47901-2211 Direct Line: 765-269-8541 United States of America
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A1E7C7D.2010908>