kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.1k stars 364 forks source link

Bridge not working in Ubuntu 19.10 #1304

Open jjeroennl opened 4 years ago

jjeroennl commented 4 years ago

Describe the bug When trying to add a bridge Kimchi will give an error:

KCHNET0024E: Unable to redefine interface enp3s0. Details: this function is not supported by the connection driver: virInterfaceDefineXML

To Reproduce Steps to reproduce the behavior:

  1. Navigate to networking
  2. Add a network adapter
  3. Choose bridged in the dropdown and enter any name
  4. Click save

Expected behavior A bridge should be created

Screenshots

Screenshot 2020-01-25 at 20 31 46

Desktop (please complete the following information):

Additional context Clean Kimchi install on a clean Ubuntu 19.10 install

domgolonka commented 4 years ago

Yup, get the same error.

nlMeminger commented 4 years ago

also same issue, same setup

fdterr commented 4 years ago

+1

Hero9909 commented 4 years ago

same here, a quick research shows that bridged networks are possible but they have to be created by hand. im using an macvtap for now

NZLostboy commented 4 years ago

Can confirm for Ubuntu 19 > this is an issue. Creating them manually by hand does work for a temporary solution.

im2kl commented 4 years ago

+1 maybe @NZLostboy can help out with commands to create it by hand ;)

NZLostboy commented 4 years ago

+1 maybe @NZLostboy can help out with commands to create it by hand ;)

Ubuntu 19 uses netplan, I used the following guide: https://fabianlee.org/2019/04/01/kvm-creating-a-bridged-network-with-netplan-on-ubuntu-bionic/