Replying to @leanleft@lemmy.ml
Yes, but Lanemu was designed to be a simpler solution. Ordinary users are unlikely to be able to figure out what’s mentioned above.

Replying to @leanleft@lemmy.ml
Yes, but Lanemu was designed to be a simpler solution. Ordinary users are unlikely to be able to figure out what’s mentioned above.
Replying to @rursta@retrolemmy.com
Well, Lanemu (which is L2) and Yggdrasil use different approaches. In Lanemu, NAT traversal is built in from the start: Starting with version 0.14, RUDP with UDP hole punching is used as the default transport protocol, allowing two nodes behind NAT to connect directly to each other something Yggdrasil does not support on its own, since routing in Yggdrasil is carried out via peering channels that must be configured manually. Lanemu also has a lower barrier to entry: you install it, launch it, and get an IP address, it’s similar to using Hamachi or ZeroTier, whereas Yggdrasil typically requires manual configuration of a peer list as soon as you go beyond your local network segment.
Replying to @rursta@retrolemmy.com
Even I don’t quite understand how to use it.
Replying to @curbstickle@anarchist.nexus
It’s not an AI-involved project. Hm?
posted in Selfhosted
[CBH] Released Lanemu P2P VPN 0.14.1 - Open-source alternative to Hamachi/Zerotier/Radmin/etc.
sudo setcap cap_net_admin=eip Lanemu-headless
GitLabRelease 0.14.1 · Nikolay Borodin / Lanemu P2P VPN · GitLab Fixed issues in the RUDP library: memory leaks when using shutdownHook, deadlocks, handling of corrupted UDP packets, and many other issues that were identified during testing....