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]