I have a node with multiple NICs. Proxmox runs on a vmbr0 Bridge with static Ip address.
I tried to move a VM to a separate NIC but without success. Here is what i have done:
I tried to move a VM to a separate NIC but without success. Here is what i have done:
- created a new bridge to a different NIC without IP address (vmbr1)
- removed the NIC from the VM
- created a new NIC bridged to vmbr1
- now the VM wont start because of
bridge 'vmbr1' does not exist
- if its bridged to vmbr0 it will work just fine