Displaying 3 results from an estimated 3 matches for "408a".
Did you mean:
408
2014 Feb 09
0
antonioccolin@gmail.com está esperando tu respuesta. ¿Ver?
2020 Sep 04
2
network config not working on newer libvirt
...odel type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
and finally:
<network connections='2'>
<name>default</name>
<uuid>61bc1a72-bd02-408a-b88e-dec696742c20</uuid>
<bridge name='virtsw0' stp='on' delay='0'/>
<mac address='52:54:00:6b:1b:92'/>
</network>
as it is possible I'm missing a kernel config, here is the output of lsmod:
vfio_pci 49152 6
vfio_virqfd...
2020 Sep 04
0
Re: network config not working on newer libvirt
...<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
> </interface>
>
> and finally:
> <network connections='2'>
> <name>default</name>
> <uuid>61bc1a72-bd02-408a-b88e-dec696742c20</uuid>
> <bridge name='virtsw0' stp='on' delay='0'/>
> <mac address='52:54:00:6b:1b:92'/>
> </network>
Your config is for a bridge that's created by libvirt, but with no
iptables rules, no dnsmasq instanc...