Change the MAC address of a KVM virt
Quick notes on changing the MAC address of a virt.
First check what is the current MAC address of a virt - in this example freebsd is the virt:
sudo virsh domiflist freebsd
Output:
Interface Type Source Model MAC
-------------------------------------------------------
vnet0 bridge bridge0 e1000 52:54:00:da:25:52
A quick …