[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Two NICs with legacy -net
From: |
Narcis Garcia |
Subject: |
Re: [Qemu-discuss] Two NICs with legacy -net |
Date: |
Thu, 18 May 2017 18:58:44 +0200 |
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' could
not be initialized
Is it possible to configure MAX_NICS without having to recompile Qemu?
I'm using Qemu 2.0.0
El 18/05/17 a les 17:52, Narcis Garcia ha escrit:
> 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.
>