I'm using qemu/kvm whith bridged networking. In the host machine there are several "vnetX" network interfaces without IP. I'm looking for a way to know which vnetX belong to a virtual machine.
I tried to match the MAC Address values on these interfaces with the MACs on the virtual machines (or the XML which defines them), but doesn't match.
There's brctl show which shows the vnet interfaces that belongs to a bridge, but this is not useful info.
Is there a way to know that relation? Thx!!