Re: Passing multiple ethernet adapters to QEMU guest

2020-05-14 Thread Reco
On Thu, May 14, 2020 at 09:03:50PM +0100, Andrew Wood wrote: > On 14/05/2020 15:50, Reco wrote: > > > > Qemu uses /etc/qemu-ifup by default which deliberately puts tap > > interface to the bridge which corresponds to the default route. > > > Im sorry I dont understand where the default route

Re: Passing multiple ethernet adapters to QEMU guest

2020-05-14 Thread Andrew Wood
On 14/05/2020 15:50, Reco wrote: Qemu uses /etc/qemu-ifup by default which deliberately puts tap interface to the bridge which corresponds to the default route. Im sorry I dont understand where the default route comes into it as none of the interfaces, virtual, bridge or the correspon

Re: Passing multiple ethernet adapters to QEMU guest

2020-05-14 Thread Reco
Hi. On Thu, May 14, 2020 at 03:13:50PM +0100, Andrew Wood wrote: > How do I pass more than one ethernet adapter to a QEMU guest. > > Doing it like this seems to attach them both on virtual bridge br1 > > kvm   -net nic,macaddr=52:54:00:00:01:08,model=rtl8139 -net > tap,ifname=br1p5