Projecte

General

Perfil

Actions

Virtualbox » Historial » Revisió 2

« Anterior | Revisió 2/18 (diferencies) | Següent »
Pau Escrich, 05-01-2013 00:42


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 · 2 revisions