1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
No description
Find a file
Ycarus (Yannick Chabanois) 37ea0e701c Fix kernel 6.6 config
2023-11-02 21:08:20 +01:00
.github
5.4 tcindex classifier has been retired 2023-08-24 09:19:07 +02:00
5.15/target/linux
6.1 Add not yet tested code for RPI5 support 2023-10-09 18:43:46 +02:00
6.6 Fix kernel 6.6 config 2023-11-02 21:08:20 +01:00
common Fix compilation issues 2023-09-30 11:11:42 +02:00
contributors
patches Add luci nftables patch 2023-10-19 12:00:19 +02:00
.gitignore
build.sh Fix and update for 6.6 kernel 2023-10-31 12:36:34 +01:00
CLA-entity.md
CLA-individual.md
CODE_OF_CONDUCT.md
config Should fix https://github.com/Ysurac/openmptcprouter/issues/2968#issuecomment-1787753021 2023-10-31 19:39:17 +01:00
config-armsr64 Add armsr (Arm SystemReady) target support 2023-10-03 10:14:02 +02:00
config-bpi-r1
config-bpi-r2
config-bpi-r64
config-espressobin
config-p2w_r619ac
config-qnap-301w
config-r2s
config-r4s
config-r5s
config-r7800
config-rpi2
config-rpi3
config-rpi4
config-rpi5 Add not yet tested code for RPI5 support 2023-10-09 18:43:46 +02:00
config-rutx
config-rutx12 Add again RUTX12 & RUTX50 support, add first not working tests for 6.6 kernel 2023-09-29 17:05:03 +02:00
config-rutx50 Force ath10k 2023-10-13 14:23:55 +02:00
config-ubnt-erx
config-wrt32x
config-wrt3200acm
config-x86
config-x86_64
CONTRIBUTING.md
deploy_rsa.enc
LICENSE
README.md
sign.sh

openmptcprouter Latest tag Paypal Flattr Liberapay LinkedIn Twitter Atom

OpenMPTCProuter

OpenMPTCProuter is an open source solution to aggregate and encrypt multiple internet connections and terminates it over any VPS which make clients benefit security, reliability, net neutrality, as well as dedicated public IP.

The aggregation is based on Multipath TCP (MPTCP), which is ISP, WAN type, and latency independent "whether it was Fiber, VDSL, SHDSL, ADSL, 4G or even 5G", different scenarios can be configured to have either aggregation or failover based on MPTCP.

Aggregation via Multi-link VPN (MLVPN) and Glorytun UDP with multipath support are also supported.

The solution takes advantage of the OpenWRT/LEDE system, which is user friendly and also adds the possibility of installing other packages like VPN, QoS, routing protocols, monitoring, etc. through web-interface or terminal.

Main website: https://www.openmptcprouter.com/

Packages made for OpenMPTCProuter are available here: https://github.com/Ysurac/openmptcprouter-feeds

OpenMPTCProuter VPS script part: https://github.com/Ysurac/openmptcprouter-vps

Install from pre-compiled images

You can download precompiled images from https://www.openmptcprouter.com/

Then copy it to a sdcard:

gunzip omr-*.img.gz
dd bs=4M if=omr-*.img of=/dev/sdX conv=fsync

Install from source

Create image

Credits

Our solution is mainly based on: