Aljosa Mohorovic wrote:
> file attached are my current settings, guest machine has no connectivity.
> my guess is that /etc/libvirt/qemu/networks/default.xml is wrong but i
> have no idea if i should use br0 or virbr0 or something else.
Let's see...
ifconfig is OK
my_hostname.xml is OK
(you could add <model type='virtio'/> for better network performance)
networks/default.xml doesn't look right.
replace:
<bridge name="virbr0" />
<forward mode="nat"/>
with:
<bridge name="virbr%d" />
<forward/>
That's all.
--
ubuntu-server mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam