bridge and OVS bridge on ProxMox


https://pve.proxmox.com/wiki/Network_Configuration


Linux BridgeVery important for bridge connected to physical interface

vi /etc/network/interfaces


vmbr6
auto vmbr0
iface vmbr0 inet static
        address 192.168.0.9/24
        gateway 192.168.0.1
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0

auto vmbr1
iface vmbr1 inet dhcp
        bridge-ports enp2s0
        bridge-stp off
        bridge-fd 0
#to first access port on SSR

auto vmbr10
iface vmbr10 inet dhcp
        bridge-ports enp3s0
        bridge-stp off
        bridge-fd 0
#to second access port on SSR

systemctl restart networking.service
Create a VLAN


OVS Open vSwitch :  Link