Hi, I have a new hardware platform here and am considering to move from an Ubuntu server running kvm/qemu VMs to Proxmox for the new machine. I found the migration doc in the wiki, which is working ok. However, there are a few details that impact the VMs, one of which is that NICs get renamed for quite some of the imported VMs. I found how to adjust the MAC addresses, but I think NIC naming is more related to the (virtual) PCI location of the NIC.
Definition of the NIC on the ubuntu server looks like this:
Consequently, the NIC is named ens3 in the existing VM. If I import this VM into Proxmox, the NIC becomes ens18.
The GUI doesn't offer customization possibilities for the PCI connection, and man qm doesn't appear to, either.
Any chance to configure this to enable a seamless move of VMs to my current to the new (Proxmox) host and back, while I'm testing Proxmox?
Thanks!
Definition of the NIC on the ubuntu server looks like this:
Code:
<interface type='bridge'>
<mac address='52:54:00:25:64:62'/>
<source bridge='br0'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
Consequently, the NIC is named ens3 in the existing VM. If I import this VM into Proxmox, the NIC becomes ens18.
The GUI doesn't offer customization possibilities for the PCI connection, and man qm doesn't appear to, either.
Any chance to configure this to enable a seamless move of VMs to my current to the new (Proxmox) host and back, while I'm testing Proxmox?
Thanks!