I have 2 NICs, eth0 and eth1. I want to using bonding to create a trunk port with my Cisco switch using 802.3ad. I have multiple vLANs on that switch, and would like the create separate bridge interfaces for each vLAN.
In Debian, I can accomplish this on the command line several ways. I would usually create a bond with the interfaces as eth0.5 and eth1.5, which would create a bond on the 5 vLAN. And then create a bridge on that bond. Now all traffic on that bridge will be on that specific vLAN.
How would I do this in the Proxmox web interface? Is it possible?
In the web interface, bonding is only allowed connections to the network interface eth0 or eth1, not eth0.xxx. When adding a slave as eth1.xxx an error message appears 'Unable to add slave device eth1.xxx'
Is there another method?
The ideal end result would be having multiple bridges available, each on a different vLAN. Those bridges would be connected over a bonded trunk of multiple physical interfaces.
I am aware that I can create a bridge directly over a single interface and assign a vLAN (bridge with bridge ports eth1.xxx, for example). The goal I am after is to support the bridge over the bonded interface, with vLANs.
Anyone?
In Debian, I can accomplish this on the command line several ways. I would usually create a bond with the interfaces as eth0.5 and eth1.5, which would create a bond on the 5 vLAN. And then create a bridge on that bond. Now all traffic on that bridge will be on that specific vLAN.
How would I do this in the Proxmox web interface? Is it possible?
In the web interface, bonding is only allowed connections to the network interface eth0 or eth1, not eth0.xxx. When adding a slave as eth1.xxx an error message appears 'Unable to add slave device eth1.xxx'
Is there another method?
The ideal end result would be having multiple bridges available, each on a different vLAN. Those bridges would be connected over a bonded trunk of multiple physical interfaces.
I am aware that I can create a bridge directly over a single interface and assign a vLAN (bridge with bridge ports eth1.xxx, for example). The goal I am after is to support the bridge over the bonded interface, with vLANs.
Anyone?
Last edited: