Server-less Virtual Private Network (Open-source alternative to Hamachi)
-
https://gitlab.com/Monsterovich/lanemu
Lanemu
Lanemu is a fork of P2PVPN, originally created by Wolfgang Ginolas (http://www.p2pvpn.org/).
How to use
- On Windows, install the TAP-Win32 Adapter OAS driver by running
add_driver.bat
in the driver directory (preferably as administrator). - Run
Lanemu.exe
.
If running on Linux, the application needs to be run as root via
sudo java -jar Lanemu.jar
orlanemu-pkexec
.If you don't want to run the application as root, you can alternatively give the CAP_NET_ADMIN capability to java interpreter.
sudo setcap cap_net_admin=eip /path/to/java
Then you can run Lanemu as a normal user without
sudo
.When you start the application, you will be prompted to configure the tap interface via
ifconfig
which requires root privileges. - On Windows, install the TAP-Win32 Adapter OAS driver by running