Greetings!
Proxmox API provides the following command for a VM network adapter configuration:
# pvesh set /nodes/{node}/qemu/{vmid}/config –net0 'virtio,bridge=vmbr0,firewall=0,link_down=1'
If I run it without specifying the MAC address, it generates a new one.
Is there a way to run this...