MLVPN icon indicating copy to clipboard operation
MLVPN copied to clipboard

Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)

Results 43 MLVPN issues
Sort by recently updated
recently updated
newest added

MLVPN-2.3.5 OS: FreeBSD 14.0 Configure settings: ./configure --prefix=/usr During build with make, I get the following error: ``` CCLD mlvpn ld: error: duplicate symbol: rtuns >>> defined at mlvpn.h:133 (./mlvpn.h:133)...

There is still the issue, that on many routers after the WAN reconnect/disconnect/go online/offline the session for this MLVPN-WAN-Interface behind a NATed Router comes never up again: With AVM Fritzboxes...

Hi, @zehome I have two 4G modules and I test their transmission rate via www.speedtest.net. Both of them can reach about 26Mbps. So theoretically I will get about 2X26Mbps if...

I've recently discovered a very interesting finding, I would appreciate other people replicating to make sure it's not just me! By installing MCTCP on both the client and server, and...

Add a filter function to enable bindhost to be device name, instead of an IP address. This means that if the IP address is dynamic, the correct IP address will...

Hi, I have successfully made cross compilation for mips24k target running openwrt. But when I set openwrt device as client and x86_64 as server, I always get decrypt failed. Any...

While looking at #152, I noticed that the `fib` handling on FreeBSD looks odd. It assigns to `t->fd` only if the `setsockopt` call fails. https://github.com/zehome/MLVPN/blob/2263bab7e5f983e1daa33887b53120c12646398f/src/mlvpn.c#L850-L860 This will likely need a...

I noted today that the "fallback_interface" option needs to be added on BOOTH sides, not just at the client-side. In my case i had massive latency and performance issues in...

Hi, We are seeing a situation where mlvpn does not open any of the UDP ports on the server side. config: ``` [general] statuscommand = "/etc/mlvpn/mlvpn0_updown.sh" tuntap = "tun" mode...

I have been studying MLVPN for several days, But I never figured out how to set up routing and configuration in this scenario: I tried, but never works. My network...