KfWiki : VirtualBox

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
HomePage » VirtualBox


VirtualBox

http://www.virtualbox.org

Building kernel module for vbox
Platform Fedora 9 on custom kernel 2.6.25.5

cd /usr/src/linux
make oldconfig
make prepare
make -j2
/etc/init.d/vboxdrv setup


Configuring NAT
Port 2201 on host machine will be forwarded to port 22 on guest
VBoxManage setextradata "bsd7" "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata "bsd7" "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/GuestPort" 22
VBoxManage setextradata "bsd7" "VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/HostPort" 2201

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.2892 seconds