Created LACP bond0 but I had to remove vmbr0...

sniffs

New Member
May 30, 2021
9
1
1
45
So when Proxmox is first installed, it created a virtual nic called vmbr0 and was getting DHCP. My server has 4 nics, eno1, eno2, eno3 and eno4, so I bound them all together using LACP and set a static IP. However since vmbr0 was using the gateway I needed, I had to delete vmbr0.

LACP is now configured as bond0, everything works perfectly, until I went to create a VM.

To create a VM you need vmbr0, so I went ahead and re-created it. When vmbr0 was first configured after the install, it was getting DHCP and talking to the network, however now it's not because I assume bond0 has the gateway?
 
You should delete the IP and gateway of your bond and add them to you bridge vmbr0. And check that vmbr0 is bridging bond0.
 
  • Like
Reactions: sniffs