OVS IntPort equivalent for Linux bridge? (SDN bridges refers)

hvisage

Renowned Member
May 21, 2013
272
26
93
I have needs to have multiple IPs/networks on the hypervisors, typically on different VLANs (like backups, corosyncing, ceph,etc. etc.)

Having used OVS before, it is/was a charm to do similar, as you just add an OVSIntPort with the VLAN and IPs, and you are done.

As the SDN is using Linux bridge only, and I want to stay with that, I see how to add an IP to the bridge itself, but not to specific VLANs as need be.

What is the advised/used/supported mechanisms to do similar to OVSIntPorts on the Linux Bridges (and specifically the SDN bridges)?
 
it can be done in /etc/network/interfaces

no vlan
-----------
iface vmbr0
address ....

vlan aware on specific vlan
---------------------------------------
iface vmbr0.X
address ....

on a sdn vnet directly
-------------------------------
iface <vnetid>
address .....
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!