Re: Creating virtual routers

2023-03-18 Thread daggs
Greetings Richard,

> Sent: Friday, March 17, 2023 at 8:43 PM
> From: "Lane" 
> To: qemu-discuss@nongnu.org
> Subject: Creating virtual routers
>
> HI,
> 
> I'd like to create two virtual routers where each router gives access
> to it's own virtual LAN and then add vm's to each LAN. This would all
> be on my localhost.
> 
> lan1 <---> r1 <---> r2 <---> lan2
> 
> Can I do this with Qemu, and if so, can someone point me in the right
> direction on what I need to do?
> 
> Richard
> 
> 

my home network is based on a libvirt+qemu vm with 5 nics as pass-through and 
one virtual nic binded to a virtual switch for host<=>vm connection and wifi 
based on usb running openwrt
so this is doable.

Dagg



Creating virtual routers

2023-03-17 Thread Lane
HI,

I'd like to create two virtual routers where each router gives access
to it's own virtual LAN and then add vm's to each LAN. This would all
be on my localhost.

lan1 <---> r1 <---> r2 <---> lan2

Can I do this with Qemu, and if so, can someone point me in the right
direction on what I need to do?

Richard