On 03/07/2020 09:20, Pratik Panjwani wrote:
> Hi All,
>
> I am trying to extend my L2 network across sites using wireguard as my VPN.
> The networking internally across VMs in a site is managed using
> openvswitch. I have established the connectivity between the WG Client and
> WG server(tunnel endpoints). But when the traffic is being forwarded from
> any of the VMs via openvswitch bridges the client is not able to send
> packets to the WG server. I see the below error in tcpdump -
>
> 01:37:14.546804 ip: unknown ip 15
>
> 01:37:15.548112 ip: unknown ip 15
>
> 01:37:16.550092 ip: unknown ip 15
>
> Has anyone tried integrating openvswitch with wireguard?
> _______________________________________________
> dev mailing list
> [email protected]
> https://urldefense.com/v3/__https://mail.openvswitch.org/mailman/listinfo/ovs-dev__;!!I9LPvj3b!V6AprrftzUVZ8xNJt_rdejRaQQ_47DNBFB7O8Rk2iuzJWrv_Ecsp-dnTW-1Gdsrx5w$
>  

Hi Pratik
You're trying to extend your L2 net.
Wireguard transport L3 only.
You can achieve what you describe by running gretap over wireguard.
I did some performance tests in such a setup where i bridged the gretap
interface on the ovs-bridge.
Expect some reduction in throughput.
Make sure to increase the MTU of the involved paths/interfaces.

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

Reply via email to