Server-less Virtual Private Network (Open-source alternative to Hamachi)
Discuss
1
Posts
1
Posters
542
Views
1
Watching
-
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.batin 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.jarorlanemu-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/javaThen 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
ifconfigwhich requires root privileges. - On Windows, install the TAP-Win32 Adapter OAS driver by running
