mist-ce icon indicating copy to clipboard operation
mist-ce copied to clipboard

Add Support for Bridged Interface for KVM Guests?

Open abel408 opened this issue 7 years ago • 3 comments

Hello,

I was wondering if there is any plans to add support to configure KVM guests created with Mist.io to use a bridges interface instead of a source network. The following documentation shows how to create a bridge from a public connection, but not from a private LAN: http://docs.mist.io/article/99-managing-kvm-with-mist-io

I think it is very common for people to create bridged interfaces for the KVM guests that share the same physical interface as the host. This can be done by changing and with the configuration and with virsh edit of existing guests OR using "virt-install --network bridge=br0" when creating a VM with virt-install. Is there a way I can pass that arguement through when creating a guest with mist.io?

Thanks

abel408 avatar Jan 10 '18 18:01 abel408

Hi @abel408, we'll roll out support for KVM bridged interfaces in the coming weeks. Please stay tuned

cpsaltis avatar Jan 11 '18 15:01 cpsaltis

v3.1.0 includes enhancements regarding KVM networking. Please try it out and let us know if it covers your needs.

d-mo avatar Jul 18 '18 01:07 d-mo

Great! Thanks!

Looks like I'm able to assign an interface (br0) to my guests now, but how can I connect to the guest to configure it a manually IP? If I were to create the guest with virt-install, I usually use VNC to the guest and install and configure the OS.

abel408 avatar Aug 20 '18 17:08 abel408