I have a server running at a remote location so I want to retain a backup link in the event of a problem in the future. So I created a bond0 that contains 5 network interfaces that are connected to the local network. I then created a bridge vmbr0 and made bond0 as its slave. This works well all the virtual machines are connected to it and they work great.
For the backup connection, I created a second bridge vmbr1 and made the 6th ethernet adapter its slave.
vmbr0 = CIDR: 10.3.10.4/24 GW: 10.3.10.1
vmbr1 = CIDR: 10.3.10.250/24 GW:
The issue here is if is set the GateWay in vmbr1 to the same gateway in vmbr0 the settings would not be feasible. Rightfully so. The problem I run into is the shell commands. In the shell of proxmox sometimes it has a preference for vmbr1 vs vmbr0. When it does updating can become impossible.
Any suggestions on how to get Proxmox VE to prefer one connection over the other?
output of 'route'
For the backup connection, I created a second bridge vmbr1 and made the 6th ethernet adapter its slave.
vmbr0 = CIDR: 10.3.10.4/24 GW: 10.3.10.1
vmbr1 = CIDR: 10.3.10.250/24 GW:
The issue here is if is set the GateWay in vmbr1 to the same gateway in vmbr0 the settings would not be feasible. Rightfully so. The problem I run into is the shell commands. In the shell of proxmox sometimes it has a preference for vmbr1 vs vmbr0. When it does updating can become impossible.
Any suggestions on how to get Proxmox VE to prefer one connection over the other?
output of 'route'
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.3.10.1 0.0.0.0 UG 0 0 0 vmbr0
10.3.10.0 0.0.0.0 255.255.255.0 U 0 0 0 vmbr1
10.3.10.0 0.0.0.0 255.255.255.0 U 0 0 0 vmbr0
Last edited: