summaryrefslogtreecommitdiffstats
path: root/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/machine.include
Commit message (Collapse)AuthorAgeFilesLines
* [run-virt/...] More cleanup, refactoring, commentsSimon Rettberg2016-10-211-1/+5
|
* [vbox] Some more stuff: Now USB (but no working passthr.), VBox 5, USB2, USB ↵Christian Rößler2015-07-161-2/+5
| | | | Filters
* [vbox] CAUTION: COMPATIBILITY BREAK to V3! virtualbox runs now, needs furtherChristian Rößler2015-05-121-57/+124
| | | | work eg. fullscreen, Shared folders, less GUI messages etc.
* Heavily reworked the networking for the various virtual machines:Dirk2013-12-131-0/+124
There will be three types of network interfaces for virtual machines available all will be configured for every type of virtualization tool a) br0 is the direct host bridge into the local LAN (br0 already exists) vmnet0 for VMware vboxnet0 for VirtualBox kvmnet0* for Qemu/KVM b) nat1 is an internal bridge which "NATes" into the local LAN (with DHCP) vmnet1 for VMware vboxnet1 for VirtualBox kvmnet1* for Qemu/KVM c) vsw2 is an internal host bridge to connect software defined LANs to vmnet2 for VMware vboxnet2 for VirtualBox kvmnet2* for Qemu/KVM