Virtualbox » Historial » Revisió 2
Revisió 1 (Pau Escrich, 05-01-2013 00:41) → Revisió 2/18 (Pau Escrich, 05-01-2013 00:42)
h1. Virtualbox It is possible to emulate qMp with Virtual Box. h3. Network Configuration First of all we create a virtual tun/tap device in the host machine. <code> ip tuntap add mode tap dev vbox ip link set vbox up ip addr add 172.30.22.10/24 dev vbox </code> 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. h3. Serial