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 command without altering the MAC address?
In my case, it is quite complicated to retrieve the MAC address in advance.
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 command without altering the MAC address?
In my case, it is quite complicated to retrieve the MAC address in advance.