Hello everyone,
I'm trying to configure networking for a Proxmox Host but I'm not how to do it the best. I want to configure Port Bonding together with multiple VLANs. The IP of the Proxmox node should be within one of the VLANs, so I'm coming up with the following structure:
- bond0 interface for LACP
- bond0.100 interface with IP for Proxmox
- vmbr0 vlan aware bridge for passing to the VMs.
But if I configure it this way, I cannot reach Proxmox anymore - no idea why. So I worked with VLANs the manual way:
- bond0 interface for LACP
- bond0.100 interface with IP for Proxmox
- bond0.101 interface (for VLAN 101)
- bond0.102....
- vmbr0 on bond0.100
- vmbr1 on bond0.101
- vmbr2...
In this case, I have to reboot Proxmox every time I want to create a new VLAN, since I have to create a new bonding/bridge interface.
Any idea for a (working) (best) practice here?
Best regards and thanks in advance
Matthias
I'm trying to configure networking for a Proxmox Host but I'm not how to do it the best. I want to configure Port Bonding together with multiple VLANs. The IP of the Proxmox node should be within one of the VLANs, so I'm coming up with the following structure:
- bond0 interface for LACP
- bond0.100 interface with IP for Proxmox
- vmbr0 vlan aware bridge for passing to the VMs.
But if I configure it this way, I cannot reach Proxmox anymore - no idea why. So I worked with VLANs the manual way:
- bond0 interface for LACP
- bond0.100 interface with IP for Proxmox
- bond0.101 interface (for VLAN 101)
- bond0.102....
- vmbr0 on bond0.100
- vmbr1 on bond0.101
- vmbr2...
In this case, I have to reboot Proxmox every time I want to create a new VLAN, since I have to create a new bonding/bridge interface.
Any idea for a (working) (best) practice here?
Best regards and thanks in advance
Matthias