[usage] How to attach a VM in libvirt to a bridge instead a network?
See original GitHub issueAccording to the docs:
nets: Array of networks to define. For each of them, you can specify just a string for the name, or a dict containing name, public and alias and ip, mask and gateway
But in libvirt you can attach a VM directly to a bridge such as:
<interface type="bridge">
<mac address="52:54:00:60:5c:86"/>
<source bridge="bridge0"/>
<target dev="vnet0"/>
<model type="virtio"/>
<alias name="net0"/>
<address type="pci" domain="0x0000" bus="0x01" slot="0x00" function="0x0"/>
</interface>
Can kcli VMs be attached to a bridge?
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to use bridged networking with libvirt and KVM
In this article we see how to use bridged networking with libvirt using a shared host physical interface.
Read more >How to set up a network bridge for virtual machine ... - Red Hat
Use the nmtui console to set up network connectivity for VMs to communicate over an IP network.
Read more >VM Networking ( Libvirt / Bridge ) - YouTube
In this video we explore some deep(ish) networking concepts that pertain to how VMs can communicate with one another!
Read more >Networking - Libvirt Wiki
This page provides an introduction to the common networking configurations used by libvirt based applications. This information applies to ...
Read more >Bridged network — libvirt Networking Handbook - Jamie Nguyen
A bridged network shares a real Ethernet device with virtual machines (VMs). Each VM can bind directly to any available IPv4 or IPv6 ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
are we all set? btw, enjoying your feedback, keep it coming, shall 2021 be the month of kcli in eduardo’s desktop!
if it doesnt behave this way, it’s a regression! let me check