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.72k stars 252 forks source link

Subnet routing #3320

Open Kalu01 opened 2 months ago

Kalu01 commented 2 months ago

Expected Behavior

What settings do I need to adjust so that the traffic is routed through?

Current Behavior

First of all, thank you for the openMPTCP router and the help and support. I have a problem with my setup for which I have not found a solution anywhere. The VPS server is in the subnet 10.12.0.0, and the network behind the MPTCP router is 192.168.200.0. I want to forward traffic from the subnet 10.12.0.0 to 192.168.200.0. Pinging 192.168.200.x works via the VPS server, but not from other computers connected to the subnet via the VPS. The normal firewall rules should apply for the external IP of the VPS.

Specifications

Ysurac commented 2 months ago

On the VPS, firewall is controlled by shorewall in /etc/shorewall/ By default, all connections from outside are blocked (only ICMP ping is always authorized). You will have to change shorewall configuration.