setup the guest network in KVM to interact with the outside world
Define a new bridge network in the host machine
sudo nano /etc/libvirt/qemu/networks/host-bridge.xml
<network>
<name>host-bridge</name>
<uuid>68c2cef1-3218-4fc5-901f-1393180d6e19</uuid>
<forward mode='bridge'/>
<bridge name='br0'/>
</network...
thuchoang.hashnode.dev2 min read