Development discussion of WireGuard
 help / color / mirror / Atom feed
* Multi Link / VPN Bonding
@ 2017-11-03  0:00 Stephen Major
  2017-11-03 15:38 ` Jason A. Donenfeld
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Major @ 2017-11-03  0:00 UTC (permalink / raw)
  To: wireguard

[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]

Hello,

I just learned about a method called VPN bonding which can bond together
several internet connections and essentially double or triple your
bandwidth. This is especially important for people who live in remote areas
and are subjected to crappy DSL providers.

It is achieved by load balancing packets across each tunnel and then
re-assembling them at the VPN server before sending the request to the
destination.


There are several guides using OpenVPN and other tools like:

https://github.com/zehome/MLVPN
https://www.simonmott.co.uk/2012/03/vpn-bonding/


I was wondering if this is possible with Wireguard as it seems to me the
performance of Wireguard would be much better suited for this application
especially if I was able to integrate it into home firewalls such as
Opnsense or PFSense


Another plus side that I read about this method is it provides an
additional level of security because even if someone successfully MITM
attacks the VPN tunnel the information would be scrambled and unable to be
read.

[-- Attachment #2: Type: text/html, Size: 1359 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Multi Link / VPN Bonding
  2017-11-03  0:00 Multi Link / VPN Bonding Stephen Major
@ 2017-11-03 15:38 ` Jason A. Donenfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Jason A. Donenfeld @ 2017-11-03 15:38 UTC (permalink / raw)
  To: Stephen Major; +Cc: WireGuard mailing list

Hey Stephen,

You could in fact use WireGuard for this sort of thing, if you want
the various connections to have authentication and encryption.

I had success doing this a few years ago with MPTCP, with 7 different
connections. It successfully aggregated them and dealt with failures
gracefully.

Jason

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-03 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-03  0:00 Multi Link / VPN Bonding Stephen Major
2017-11-03 15:38 ` Jason A. Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).