-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
combine to WAN's via two Wiregate Connections #284
Comments
Hi @celevra The configuration looks OK, just one question and one comment:
Applications have to specify they want to use MPTCP. Did you modify scp and sshd to create MPTCP sockets instead of "plain" TCP ones? Or did you use (For
For the So:
|
thank you for your response. |
Hi @celevra Did you now have a chance to look at this issue? |
@matttbe the tutorial at tessares was exactly what i was looking for |
Hi,
i try to combine two DSL Connections to one high speed connection.
I have one ISP with 200Mbit and a second one with 200Mbit
my Linux VM has one IP and connects to on vps with 1Gbit.
It connects two wireguard instances. In my local firewall is rule that one port connection is routet through isp1 and the second port connection is routed through isp2
in my linux system i got these interfaces:
on the VPS side it looks like this:
The systems are both on ubuntu 22.04 with kernel 5.15.0-37
connection between the systems is possible on both adresses (Like 192.168.6.1 and 192.168.7.1)
If i start a filetransfer via scp from 192.168.6.1 to 192.168.6.2 i can see that only one interface is used.
I now want to use both interfaces for one connection.
here is the configured routing:
and here is the mptcp configuration:
could you point me in the right direction to configure mptcp correct so that i get 400Mbit instead of 200Mbit for a single connection?
regards
Celevra
The text was updated successfully, but these errors were encountered: