1

I'm trying to set up a couple of VM's with KVM/Qemu. They are supposed to be on the same network as the host. I have tried out a couple of guides found on the internet but to no avail.

Will someone please tell me how to do it?

Best regards

Artur Meinild
  • 26,018

1 Answers1

0

I have done this setup, and it worked before I restarted the host machine. So technically it's correct. Please try this and see if it works for you.

Essentially it boils down to this:

  1. Create a bridge using nm-connection-editor.
  2. Join the network interface on the host to the bridge.
  3. Remove the existing libvirt network and create a new one using this bridge as basis
  4. Select "Virtual network: bridged network" in the Virtual Machine Manager guest config or use the quivalent cli commands.

The bridge becomes invisible to the guest and host.

LifeBoy
  • 2,245