On Thu, Sep 03, 2015 at 04:32:23PM +0800, Hongjin Wei wrote: > Recently, I set up my owv on two VMs which hosted on vmware vcenter managed > cluster. The two VMs are hosted on same esxi server. > > I am trying to add vlan port, but they can not reach each other in > bi-direction. > > #ovs-vsctl add-port br-ens34 test901 > #ovs-vsctl set interface test901 type=internal > #ovs-vsctl set port test901 tag=901 > #ovs-vsctl set port test901 vlan_mode=native-untagged > #ip set link dev test901 up > #ip addr add 10.0.1.111/24 brd 10.0.1.255 dev test901 > > repeat the above on another VM which install ovs, but assign another ip > 10.0.1.23/24 > > I failed to ping them each other, there is no any icmp reply message from > the output of tcpdump.
I don't see anywhere that you added an external-facing Ethernet port to your switch. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
