search for: foo_eth0

Displaying 1 result from an estimated 1 matches for "foo_eth0".

2011 Jul 07
0
KVM and <interface type='ethernet'>
...ith "just an tap device" with the following config (basicly inherited from 'virsh domxml-from-native qemu-argv'): <domain type='kvm'> [...] <interface type='ethernet'> <mac address='52:54:1f:ac:08:51'/> <target dev='foo_eth0'/> <model type='virtio'/> </interface> [...] </devices> </domain> This sadly failes with: | error: Failed to start domain foo | error: internal error process exited while connecting to monitor: could not configure /dev/net/tun: Device or resource...