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

IPSec tunnel on vps #3577

Open hubix2000 opened 1 month ago

hubix2000 commented 1 month ago

Expected Behavior We like to connect the vps to our virtual network on azure.

Current Behavior The ipsec s2s connection is up and running with the azure virtual network. We fail to setup the routing.

Specifications OpenMPTCProuter version: 0.61rc2-6.6 OpenMPTCProuter VPS version: 0.1031-test 6.6.36-x64v4-xanmod1 OpenMPTCProuter VPS provider: Azure OpenMPTCProuter platform: x86_64

Ysurac commented 1 month ago

For that you need to configure shorewall in /etc/shorewall/.

hubix2000 commented 1 month ago

Does it need to be configured on the vps?

Ysurac commented 1 month ago

Yes, it's what manage the firewall part on VPS side.

hubix2000 commented 1 month ago

Do you have a configuration example for something like that?