openvswitch / ovs-issues

Issue tracker repo for Open vSwitch
10 stars 3 forks source link

IP Forwarding and Routing #174

Open KawishAli opened 5 years ago

KawishAli commented 5 years ago

I have been trying to send a tcp packet from 10.0.0.1 to 10.0.0.2 and change destination of the packet to 10.0.0.3 and send it through GRE tunnel and response is handled by 10.0.0.3 VM and send packet back to 10.0.0.1. My environment consists of 2 hypervisor. Each consist of openvswitch instance. The problem is that some packets are being lost while transmission.

The rule on OVS1 are: Screenshot from 2019-09-03 11-51-05

The rules on OVS2 are: priority=0, action=NORMAL

The wireshark shows the following error: Screenshot from 2019-09-03 11-55-12