Hello,

i would like to connect two hosts with ovs-switches via GRE or VXLAN.

When I ping (from internal ovs-interface) from host1 to host2, I can see ARP Requests within GRE or VXLAN packets on host2. Host2 didn`t send any ARP Reply within GRE or VXLAN. The same happens from the other side(host2->host1)

My setup is Archlinux with openvswitch 2.16.1:

host1:

Bridge ovs-bridge
        Port ovs-bridge
            Interface ovs-bridge
                type: internal
        Port vxlink
            Interface vxlink
                type: vxlan
                options: {remote_ip="10.0.0.2"}
        Port vlan10
            tag: 10
            Interface vlan10
                type: internal

ovs-bridge interface: 10.0.0.1/24
vlan10 interface: 192.168.0.1/24

_______________________________

host2:

Bridge ovs-bridge
        Port ovs-bridge
            Interface ovs-bridge
                type: internal
        Port vxlink
            Interface vxlink
                type: vxlan
                options: {remote_ip="10.0.0.1"}
        Port vlan10
            tag: 10
            Interface vlan10
                type: internal

ovs-bridge interface: 10.0.0.2/24
vlan10 interface: 192.168.0.2/24

_______________________________

I have also tried two ovs-switches on each host (https://docs.openvswitch.org/en/latest/howto/userspace-tunneling/) but the result is still the same.

What config is missing, or how can i debug more? Routing should be ok, otherwise the packets shouldn`t arrive on the other host.

_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to