Hi,
On 18.05.2017 18:58, Narcis Garcia wrote:
> Okay, I see that vlan=n is required to relate each tap to each nic.
> But when I add more than 8 NICs, qemu fails with:
>
> qemu-system-x86_64: -net
> nic,vlan=8,macaddr=00:16:3E:F9:82:53,model=virtio: Too Many NICs
> qemu-system-x86_64: -net
> nic
Okay, I see that vlan=n is required to relate each tap to each nic.
But when I add more than 8 NICs, qemu fails with:
qemu-system-x86_64: -net
nic,vlan=8,macaddr=00:16:3E:F9:82:53,model=virtio: Too Many NICs
qemu-system-x86_64: -net
nic,vlan=8,macaddr=00:16:3E:F9:82:53,model=virtio: Device 'nic' c
Why this syncax causes Qemu machine to be shown as [Stopped] ?
$ qemu-system-x86_64 -cpu host -m 10994 -net
nic,macaddr=00:16:3E:F1:82:53,model=virtio -net tap,ifname=tapF18253
-net nic,macaddr=00:16:3E:F2:82:53,model=virtio -net
tap,ifname=tapF28253 -sdl -enable-kvm ...
Thanks.