Virtualbox » Historial » Versió 1
Pau Escrich, 05-01-2013 00:41
| 1 | 1 | Pau Escrich | h1. Virtualbox |
|---|---|---|---|
| 2 | |||
| 3 | It is possible to emulate qMp with Virtual Box. |
||
| 4 | |||
| 5 | h3. Network Configuration |
||
| 6 | First of all we create a virtual tun/tap device in the host machine. |
||
| 7 | <code> |
||
| 8 | ip tuntap add mode tap dev vbox |
||
| 9 | ip link set vbox up |
||
| 10 | ip addr add 172.30.22.10/24 dev vbox |
||
| 11 | </code> |
||
| 12 | |||
| 13 | In virtualbox machine configuration at least one network interface must be added. |
||
| 14 | It should be configured as bridged interface to our new "vbox" network device. |
||
| 15 | The driver "PCnet-PCI II" works fine. |
||
| 16 | |||
| 17 | |||
| 18 | h3. Serial |