Table of Contents
The Open Source Edition of VirtualBox contains most but not all features of the closed-source VirtualBox product that is distributed under different terms and available from the Virtualbox homepage. Missing are:
Remote Display Protocol (RDP) Server
This component implements a complete RDP server on top of the virtual hardware and allows users to connect to a virtual machine remotely using any RDP compatible client.
USB support
VirtualBox implements a virtual USB controller and supports passing through USB 1.1 and USB 2.0 devices to virtual machines.
USB over RDP
This is a combination of the RDP server and USB support allowing users to make USB devices available to virtual machines running remotely.
iSCSI initiator
VirtualBox contains a builtin iSCSI initiator making it possible to use iSCSI targets as virtual disks without the guest requiring support for iSCSI.
Emulation for Intel e1000 network devices
VirtualBox can use three alternative mechanisms to provide Ethernet networking to its virtual machines:b
This is the easiest to use type of setup: The virtual ethernet interface is connected to a virtual NAT router including a DHCP server that is implemented within the VirtualBox host software.
This is the default mode. It usually does not require any extra configuration on the host.
In this mode, there is only connectivity within an emulated network shared between two or more virtual machines running in the same VirtualBox instance.
Unfortunately, the configuration files between version version
1.4.0-svn4130 and 1.5.0 the configuration files are
incompatible. In order to fix this issue please delete the
complete <Uart> section in any
~/.VirtualBox/Machines/NAME/NAME.xml
files.
Additional and updated information may be found on
the End-user documentation section of the official VirtualBox site.
the VirtualBox page in the Debian Wiki.