Actions
Virtualbox » Historial » Revisió 1
Revisió 1/18
| Següent »
Pau Escrich, 05-01-2013 00:41
Virtualbox¶
It is possible to emulate qMp with Virtual Box.
Network Configuration
First of all we create a virtual tun/tap device in the host machine.
ip tuntap add mode tap dev vbox
ip link set vbox up
ip addr add 172.30.22.10/24 dev vbox
In virtualbox machine configuration at least one network interface must be added.
It should be configured as bridged interface to our new "vbox" network device.
The driver "PCnet-PCI II" works fine.
Serial¶
Actualitzat per Pau Escrich fa casi 12 anys · 1 revisions