Projecte

General

Perfil

Virtualbox » Historial » Versió 2

Pau Escrich, 05-01-2013 00:42

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