I used the OVF import feature that was added in version 8.3.
The OVF template includes the following MAC address entry:
However, during the import process, the MAC address is set to "Auto."
![1736077412885.png 1736077412885.png]()
How can I import the MAC address along with the OVF template?
The PVE package versions are as follows:
Read more
The OVF template includes the following MAC address entry:
Code:
<Item>
<rasd:Address>00:0c:29:a9:b7:9b</rasd:Address>
</Item>
However, during the import process, the MAC address is set to "Auto."

How can I import the MAC address along with the OVF template?
The PVE package versions are as follows:
Code:
root@pve-test-repo:~# pveversion -v
proxmox-ve: 8.3.0 (running kernel: 6.8.12-6-pve)...
Read more