richi235 / Reinhard-VPN

A vpn which supports failover and multiple connections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinhard-VPN

A Multipath Tunneling VPN Client and Server.
Like OpenVPN, but with multiple links from Client to Server.

Properties

  • The client uses several internet uplinks to connect the server, for increased throughput and connection stability
  • Runs in Userspace, like OpenVPN
  • Currently Linux only
  • the vpn_client_and_server.pl program acts as client and server in one, depending on the configuration file

Installation (Package names are debian/ubuntu specific)

On client

git clone https://github.com/richi235/Reinhard-VPN

# installing the required perl modules:
apt install libpoe-perl build-essential libnetpacket-perl liblog-fast-perl net-tools
cpan POE::XS::Loop::Poll

# copy the config
cp dynIpClient.example.cfg /etc/multivpn.cfg

Edit the config conforming to your network setup.

On server

git clone https://github.com/richi235/Reinhard-VPN

# installing the required perl modules:
apt install libpoe-perl build-essential libnetpacket-perl liblog-fast-perl
cpan POE::Wheel::UDP IO::Interface::Simple POE::XS::Loop::Poll

# copy the config
cp serverStaticIP.example.cfg /etc/multivpn.cfg

Edit the config conforming to your network setup.

About the fork

This is a fork of multipath-vpn. Main differences include:

Naming

This Software is named after Reinhard von Lohengram from Ginga Eiyuu Densetsu.

About

A vpn which supports failover and multiple connections

License:GNU General Public License v2.0


Languages

Language:Perl 99.2%Language:Shell 0.8%