On Tue, Jul 15, 2014 at 10:22 AM, Shridhar Sahukar <[email protected]> wrote: > Hi Gurucharan, > > The ping does work when both the hosts are in the same subnet. I guess there > is no ARP in that case right? There is ARP in both cases. You likely have the hosts connected back to back in different subnets and have not added routing entries.
Do a "route -n" on both hosts. Your host2 likely does not know which interface to send arp response back. It is probably trying to respond back through the default routing entry (or in the absence of it, just drop it) Remember that OVS is a switch and not a router. You will have the same problem even without OVS. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
