On 6/30/24 01:01, daggs via Users wrote: > Greetings, > > I have two vm which I want to isolate per user, if I'm not mistaken, I can to that with per session uri. > but I want to setup a virtual bridge so they will get connected with each other. > looks like that if I define the network as system, it isn't visible in the session. > is there a way to do that? if I define the same network in both sessions, will it work? > > Thanks, > > Dagg > Yeah, this is known issue: https://gitlab.com/libvirt/libvirt/-/issues/438 what you can do is create a bridge and then use qemu-bridge-helper to plug TAPs from qemu:///session VMs into the bridge. Theoretically, you could even misuse virbr0. Michal