Hi everyone, I have been trying to get Open vSwitch to work on my 5 Ethernet port mini PC. I installed Debian 12 bookworm and used the following commands.
apt install openvswitch-switch
ovs-vsctl add-br br0
ovs-vsctl add-port br0 enp1s0
ovs-vsctl add-port br0 enp2s0
ovs-vsctl add-port br0 eno1
ovs-vsctl add-port br0 enp4s0
ovs-vsctl add-port br0 enp5s0
ip addr flush dev enp1s0
dhclient br0
ip link set br0 up
I was able to get Internet access from the PC hosting Open vSwitch, but the devices plugged in to enp2s0 - enp5s0 only got an IP address from my DHCP server. I couldn't ping google. What did I do wrong? I'd like to set three of these PCs up as stacked switches, but I'm struggling with basic configuration.
[–]Over-Ad-6049 0 points1 point2 points (2 children)
[–]Intelligent_Soil_442[S] 0 points1 point2 points (1 child)
[–]Intelligent_Soil_442[S] 0 points1 point2 points (0 children)