Development discussion of WireGuard
 help / color / mirror / Atom feed
From: Stephen Major <smajor@gmail.com>
To: wireguard@lists.zx2c4.com
Subject: Multi Link / VPN Bonding
Date: Thu, 2 Nov 2017 17:00:12 -0700	[thread overview]
Message-ID: <CALzTOmKz1qKVC=g4We51da6ZeGL-MxZudNC1eqwX5jYMaU47ZQ@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2017-11-02 23:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-03  0:00 Stephen Major [this message]
2017-11-03 15:38 ` Jason A. Donenfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALzTOmKz1qKVC=g4We51da6ZeGL-MxZudNC1eqwX5jYMaU47ZQ@mail.gmail.com' \
    --to=smajor@gmail.com \
    --cc=wireguard@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).