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 guess ovs  is not supported to run on vmware guest os.  is anyone
experience this problem? Do we have solution for this?

Thanks all
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to