Hello!
Im migrating some VMs that are running using Qemu/KVM. Everything is working fine except that after running the VM in Proxmox I have to reconfigure the network because the guest OS detects a new device, even if I match in Proxmox the same mac address and the same driver (virtio).
My idea is to be able to move the VMs from Qemu/KVM without needing to reconfigure the ethernet inside the VM.
I checked the the qemu process on both systems, kvm/qemu and proxmox. And the only difference I can see is in the netdev and addr in the -device parameter.
In Qemu/KVM the -device parameter looks like this:
-device virtio-net-pci,netdev=hostnet0,id=net0,mac=EA:3E:82:32:F2:5E,bus=pci.0,addr=0x3
In Proxmox
-device virtio-net-pci,mac=EA:3E:82:32:F2:5E,netdev=net0,bus=pci.0,addr=0x12,id=net0
As you can see the only difference is the netdev and the addr. May be one of those is pulling the trigger in the guest OS to create a new device?
I think the problem may be in the addr but I'm not sure. If it's how can I set in Proxmox the addr of that device?
Thank you!
Im migrating some VMs that are running using Qemu/KVM. Everything is working fine except that after running the VM in Proxmox I have to reconfigure the network because the guest OS detects a new device, even if I match in Proxmox the same mac address and the same driver (virtio).
My idea is to be able to move the VMs from Qemu/KVM without needing to reconfigure the ethernet inside the VM.
I checked the the qemu process on both systems, kvm/qemu and proxmox. And the only difference I can see is in the netdev and addr in the -device parameter.
In Qemu/KVM the -device parameter looks like this:
-device virtio-net-pci,netdev=hostnet0,id=net0,mac=EA:3E:82:32:F2:5E,bus=pci.0,addr=0x3
In Proxmox
-device virtio-net-pci,mac=EA:3E:82:32:F2:5E,netdev=net0,bus=pci.0,addr=0x12,id=net0
As you can see the only difference is the netdev and the addr. May be one of those is pulling the trigger in the guest OS to create a new device?
I think the problem may be in the addr but I'm not sure. If it's how can I set in Proxmox the addr of that device?
Thank you!