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.8k stars 258 forks source link

pi4 - MPTCP/vpn ok but gateway not responding #1752

Closed FermedePommerieux closed 3 years ago

FermedePommerieux commented 3 years ago

Expected Behavior

Be able to access to wan routers from lan

Current Behavior

Mptcp works and aggregation of the two wan is a success. however I can't access to my wan routers. Wan routers gateways seems to be offline from wan (I can't access it from my lan) and the status page say "gateway not responding"

Capture d’écran 2021-04-15 à 14 21 27

Specifications

network.loopback=interface network.loopback.ifname='lo' network.loopback.proto='static' network.loopback.ipaddr='127.0.0.1' network.loopback.netmask='255.0.0.0' network.loopback.multipath='off' network.loopback.macaddr='00:00:00:00:00:00' network.loopback.metric='5' network.globals=globals network.globals.ula_prefix='fd58:6b8f:ee9e::/48' network.globals.multipath='enable' network.globals.mptcp_path_manager='fullmesh' network.globals.mptcp_scheduler='blest' network.globals.congestion='cubic' network.globals.mptcp_checksum='0' network.globals.mptcp_debug='0' network.globals.mptcp_syn_retries='2' network.globals.mptcp_fullmesh_num_subflows='1' network.globals.mptcp_fullmesh_create_on_err='1' network.globals.mptcp_ndiffports_num_subflows='1' network.lan=interface network.lan.ifname='eth0' network.lan.ip6assign='60' network.lan.ipv6='0' network.lan.delegate='0' network.lan.ip4table='lan' network.lan.proto='static' network.lan.multipath='off' network.lan.addlatency='0' network.lan.ipaddr='192.168.100.1' network.lan.metric='6' network.lan.macaddr='dc:a6:32:99:29:50' network.lan.defaultroute='0' network.lan.peerdns='0' network.lan.netmask='255.255.0.0' network.lan.label='Pommerieux' network.wan1=interface network.wan1.proto='static' network.wan1.masterintf='eth0' network.wan1.ip4table='wan' network.wan1.multipath='master' network.wan1.defaultroute='0' network.wan1.ifname='wan1' network.wan1.metric='7' network.wan1.peerdns='0' network.wan1.macaddr='86:a8:6c:ae:c4:6e' network.wan1.ipv6='0' network.wan1.label='4G' network.wan1.ipaddr='192.168.4.2' network.wan1.netmask='255.255.255.0' network.wan1.gateway='192.168.4.1' network.wan1.type='macvlan' network.wan2=interface network.wan2.proto='static' network.wan2.masterintf='eth0' network.wan2.ip4table='wan' network.wan2.multipath='on' network.wan2.defaultroute='0' network.wan2.ifname='wan2' network.wan2.metric='8' network.wan2.peerdns='0' network.wan2.ipv6='0' network.wan2.macaddr='0e:bf:a4:1b:7b:92' network.wan2.label='ADSL' network.wan2.ipaddr='192.168.3.2' network.wan2.netmask='255.255.255.0' network.wan2.gateway='192.168.3.1' network.wan2.type='macvlan' network.lan_rule=rule network.lan_rule.lookup='lan' network.lan_rule.priority='100' network.omrvpn=interface network.omrvpn.ifname='tun0' network.omrvpn.ip4table='vpn' network.omrvpn.multipath='off' network.omrvpn.leasetime='12h' network.omrvpn.type='tunnel' network.omrvpn.txqueuelen='100' network.omrvpn.metric='1200' network.omrvpn.ipv6='0' network.omrvpn.proto='none' network.omr6in4=interface network.omr6in4.proto='6in4' network.omr6in4.ip4table='vpn' network.omr6in4.multipath='off' network.omr6in4.ipaddr='10.255.255.2' network.omr6in4.peeraddr='10.255.255.1' network.omr6in4.auto='0' network.omr6in4.metric='1201' network.omr6in4.ip6addr='fe80::a00:2/126' network.omr6in4.gateway='fe80::a00:1/126' network.wan1_dev=device network.wan1_dev.name='wan1' network.wan1_dev.type='macvlan' network.wan1_dev.ifname='eth0' network.wan1_dev.macaddr='86:a8:6c:ae:c4:6e' network.wan2_dev=device network.wan2_dev.name='wan2' network.wan2_dev.type='macvlan' network.wan2_dev.ifname='eth0' network.wan2_dev.macaddr='0e:bf:a4:1b:7b:92'

FermedePommerieux commented 3 years ago

found, netmask was misconfigured on devices