Coder Social home page Coder Social logo

Comments (9)

Ysurac avatar Ysurac commented on June 18, 2024

In the log it's seems that the VPN is up.
What is the result, via SSH on the router, of ip r (remove VPS IP before pasting) ?

from openmptcprouter.

DCNULL avatar DCNULL commented on June 18, 2024

root@OpenMPTCProuter:~# ip r
default via 10.255.252.1 dev tun0
default metric 1
nexthop via 10.255.1.254 dev wan1 weight 100
nexthop via 10.255.2.254 dev wan2 weight 1
default via 10.255.1.254 dev wan1 metric 7
default via 10.255.2.254 dev wan2 metric 8
default via 10.255.252.1 dev tun0 metric 1500
10.0.0.0/8 dev wan1 scope link metric 7
10.0.0.0/8 dev wan2 scope link metric 8
10.255.252.0/24 dev tun0 proto kernel scope link src 10.255.252.2
10.255.252.0/24 dev tun0 scope link metric 1500
10.255.252.1 via 10.255.252.1 dev eth0
127.0.0.0/8 dev lo proto static scope link metric 5
141.8.X.X metric 1
nexthop via 10.255.1.254 dev wan1 weight 100
nexthop via 10.255.2.254 dev wan2 weight 1

from openmptcprouter.

Ysurac avatar Ysurac commented on June 18, 2024

ok, so seems to be only wrong display, maybe because 10.255.x range is also used here. I will check.

from openmptcprouter.

DCNULL avatar DCNULL commented on June 18, 2024

Changed 10.200.xx/8
root@OpenMPTCProuter:~# ip r
default via 10.255.252.1 dev tun0
default metric 1
nexthop via 10.200.1.254 dev wan1 weight 100
nexthop via 10.200.2.254 dev wan2 weight 1
default via 10.200.1.254 dev wan1 metric 7
default via 10.200.2.254 dev wan2 metric 8
default via 10.255.252.1 dev tun0 metric 1500
10.0.0.0/8 dev wan1 scope link metric 7
10.0.0.0/8 dev wan2 scope link metric 8
10.255.252.0/24 dev tun0 proto kernel scope link src 10.255.252.3
10.255.252.0/24 dev tun0 scope link metric 1500
10.255.252.1 via 10.255.252.1 dev eth0
127.0.0.0/8 dev lo proto static scope link metric 5
141.8.x.x metric 1
nexthop via 10.200.1.254 dev wan1 weight 100
nexthop via 10.200.2.254 dev wan2 weight 1

It's all the same.

status

from openmptcprouter.

Ysurac avatar Ysurac commented on June 18, 2024

I think this is the problem: "10.255.252.1 via 10.255.252.1 dev eth0" I need to check how you can have this dirty route...

from openmptcprouter.

DCNULL avatar DCNULL commented on June 18, 2024

root@OpenMPTCProuter:~# ip -4 r list dev tun0
default via 10.255.252.1
default via 10.255.252.1 metric 1500
10.255.252.0/24 proto kernel scope link src 10.255.252.2
10.255.252.0/24 scope link metric 1500

from openmptcprouter.

Ysurac avatar Ysurac commented on June 18, 2024

This will be fixed in next release. Should be only a display issue.
I still need to find where this route is coming from...

from openmptcprouter.

DCNULL avatar DCNULL commented on June 18, 2024

It's not just the display. Port forwarding doesn't work either.
/etc/shorewall/rules
DNAT net vpn:$OMR_ADDR tcp 3389 # OMR openmptcprouter redirect router 3389 port tcp

rdp

from openmptcprouter.

DCNULL avatar DCNULL commented on June 18, 2024

Rolled back to 5.4.207-mptcp and v0.59.1-5.4. Everything worked.

from openmptcprouter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.