Hi,
I have a setup with three machines with an OVS switch each. 1 and 2 are 
connected via VXLAN tunnel, 2 and 3 are connected via Geneve tunnel. The OVSs 
have each an IP address assigned. ping from 1 to 2 works and ping from 2 to 3 
works.
But trying to ping from 1 to 3 or 3 to 1 does not work, because the packet 
coming via the Geneve tunnel from 3 is sent to Geneve port instead of to the 
VXLAN port on 1.

tcpdump on 2 looks like this:

IP 192.168.124.68.hp-device-disc > 192.168.124.132.6081: UDP, length 50
IP 192.168.124.132.37695 > 192.168.124.111.6081: UDP, length 50
IP 192.168.124.111 > 192.168.124.132: ICMP 192.168.124.111 udp port 6081 
unreachable, length 86

Is this working as expected or is this a bug?

Thanks in advance, Gerhard



_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to