What is the best way to restart the OVS bridge after removing STP?
auto vmbr1
iface vmbr1 inet static
address 10.0.70.xxx
netmask 255.255.255.0
ovs_type OVSBridge
mtu 1450
post-up ovs-vsctl set bridge vmbr1 stp_enable=true
post-up ovs-vsctl add-port vmbr1...
Hi,
I will have to setup a new proxmox cluster with 5 nodes.
3 nodes for virtual server hosting, and 2 nodes for hosting access
I want to share a bridge between the 5 nodes, and i use GRE tunnel between openvswitch bridges.
I want to make a mesh network, using stp on shared bridge to avoid...
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.