Restore on 2.1 and networksettings

copymaster

Member
Nov 25, 2009
183
0
16
Hi!

When doing a backup on proxmox 1.9 and restoring on proxmox 2.1, we have some Problems regarding the network card.

On PROXMOX 1.9, the vm config file has:

vlan0: e1000=62:8E:39:87:77:5C

When restoring on PROXMOX 2.1, we have:

net0: e1000=62:8E:39:87:77:5C,bridge=vmbr0

That is, the windows server recognises a NEW Networkcard and configures it as DHCP. But we want to have the original settings like in the proxmox 1.9 where the card is configured as a static ip.

is that possible? i don't want to reconfigure 24 virtual servers after a full cluster restore.......
 
We changed the pci address mapping in 2.X. It is now a fixed mapping, to avoid such problems in future.

For now, I guess you need to reconfigure. Or does someone knows a better way?