Skip to content

A vpn which supports failover and multiple connections

License

Notifications You must be signed in to change notification settings

toliq/multipath-vpn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multipath-VPN

A tunneling VPN client and server, which supports failover and multiple connections via the linux tuntap interface.

Install

On client

git clone https://github.com/privi/multipath-vpn

# installing the required perl modules:
cpan POE::Wheel::UDP IO::Interface::Simple

# 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/privi/multipath-vpn

# installing the required perl modules:
cpan POE::Wheel::UDP IO::Interface::Simple

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

Edit the config conforming to your network setup.

About

A vpn which supports failover and multiple connections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%