Ysurac / openmptcprouter

OpenMPTCProuter is an open source solution to aggregate multiple internet connections using Multipath TCP (MPTCP) on OpenWrt
https://www.openmptcprouter.com/
GNU General Public License v3.0
1.91k stars 273 forks source link

Will it be possible to configure VPN (IPSec or Zerotier) over openmtcprouter? #3631

Open driccee opened 3 weeks ago

driccee commented 3 weeks ago

Expected Behavior

I have the following scenario: escenario

What I want to achieve is to be able to make a VPN connection from core site to remote site using openmtcprouter. I don't know if this is a good scenario

Current Behavior

Currently I have the following results:

Capacity sum: An average of 120~150Mbps, this is really good. This test was performed directly from the LAN port of the OMR Router to the Internet. The detail is the following, I have raised zerotier at both ends and when performing speed tests I only reach 50Mbps, but using a single ISP link connected directly to the router (80Mbps) I manage to reach 70Mbps which is fine. So seeing these results I say I don't know if my scenario is correct.

I don't know if you can help me with the Openmtcprouter requirement.

Specifications

ccmks commented 3 weeks ago

Per my understanding, both IPSec and ZeroTier are using UDP based VPN. UDP doesn't have great throughput against OMR, It is usually limited at 50 Mbps.

You can try to use XRAY VLESS or VMESS, and make sure to check the box V2RAY/XRAY for UDP, see if you can get better result.

image