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...
I use a vlan-aware bridge on a Proxmox VE 6.1 system with a following network configuration:
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno7
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
bridge-pvid 1
mtu 9000
However, my NIC (Intel X722...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.