0

I want to build five clients through two interconnected bridges to reach the other end of the server.

Just like this final result: Final

I have tried a client to connect to the server through two interconnected bridges.

But unsuccessful.

Like this: Test

Is there need additional route table or ARP?

  • How you connect two bridges using patch port? show us the dump flows of the both bridges – Karthik Prasad Jun 08 '17 at 19:50
  • switch1 config: sudo ovs-vsctl add-br br0 sudo ovs-vsctl add-port br0 eth3 (linking to another switch use the cable) sudo ovs-vsctl add-port br0 patch0 sudo ovs-vsctl set interface patch0 type=patch sudo ovs-vsctl set interface patch0 options:peer=patch1 sudo ovs-vsctl add-port br0 eth1 (host) sudo ovs-vsctl set-controller br0 tcp:192.168.1.2:6633 sudo ifconfig br0 192.168.2.232 netmask 255.255.255.0 – wuc623123 Jun 10 '17 at 02:24

0 Answers0