On Sat, Apr 25, 2015 at 09:44:47PM -0500, Palagummi, Mydhili wrote: > We have a question related to configuring OVS. > > We built a topology in GENI using two OVS nodes and three Linux > machines.(switches connected to each other, two nodes connected to switch1 > and 1 node connected to switch2). We configured OVS in both switches as per > the below tutorial. > > http://geni-app-developer-documentation.readthedocs.org/en/latest/examples/example-3.html > (this tutorial is for a single switch. We repeated the same for the second > switch) > > But we are not able to ping node3 from node1. Could you please let us know if > we are doing something wrong?
One problem I see is that you have two different machines running OVS that are trying to use "patch" ports to connect to each other. "patch" ports only work within a single host. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
