Did you try to allow “promiscuous mode“  on vSwitch configuration?

--------------------------------------------
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager. This 
message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. If you are not the intended recipient you are 
notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this information is strictly prohibited.

Il giorno 14/ott/2014, alle ore 00:59, Chen Weiwen 
<che...@hotmail.com<mailto:che...@hotmail.com>> ha scritto:

Dear Pro,

I see OVS drops all packet on RHEL 6.5 VM booted from ESX. Here is the 
configuration:
1)   Created a port group (4095) on the vCenter, where the ESX host was added 
to a cluster, and provided the NIC configured above as an uplink.
2)   Booted a VM(which is supposed to be setup as Management host) with RHEL 
6.5 and provided the port group created in Step 1 to this VM
3)   Run vconfig command and it can ping gateway:
a.  # vconfig add eth0 1
b.  # ifconfig eth0.1 10.1.216.57/18
c.  # ping 10.1.192.1 --- This is gateway and worked
4)   Run ovs command:
a.   ovs-vsctl add-br mybr
b.   ovs-vsctl add-port mybr eth0
c.   ovs-vsctl add-port mybr test tag=1 – set interface test type=internal
d.   ifconfig test 10.1.216.57/18
e.   ping gateway will fail: 10.1.192.1
f.  Change mtu on test port and eth0 to 1504, compared to default 1500. No good
5)   Remove eth0 from OVS and do following, ping still fail:
a.  # ovs-vsctl del-port mybr eth0
b.  # vconfig add eth0 1
c.  # ifconfig eth0.1 10.1.216.57/18
d.  # ping 10.1.192.1 will fail
6)  Remove OVS, ping will work:
a.  # ovs-vsctl del-br mybr
b.  # service openvswitch stop
c.  # ping 10.1.192.1  --- it works

Here is the RHEL 6.5 Kernel version: 2.6.32-431.el6.x86_64
I tried both OVS 1.11 and 2.3, exactly same behavior.

BTW, I have no problem with RHEL6.5 on baremetal system at all to have OVS 
configured exactly like above.
Help for thoughts?


_______________________________________________
discuss mailing list
discuss@openvswitch.org<mailto:discuss@openvswitch.org>
http://openvswitch.org/mailman/listinfo/discuss

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to