Uncategorized

Released Lanemu P2P VPN 0.12.3 – Open-source alternative to Hamachi

“`html





Lanemu 0.12.3: A Quiet Update That Matters (Especially If You Like Self-Hosting)

Lanemu 0.12.3: A Quiet Update That Matters (Especially If You Like Self-Hosting)

Okay, so I stumbled across a little project the other day called Lanemu, and I thought I’d share it with you. It’s a P2P VPN, but it’s built with a really interesting approach to self-hosting. I’m not going to lie, I’m not a huge VPN guru, but I’ve been messing around with self-hosting for a while now, and this seemed like something particularly useful, and the developer, /u/MonsterovichIsBack, seems like he’s actively maintaining it. They just released version 0.12.3, and honestly, it’s a solid update, even if the changes might seem small at first glance.

Essentially, Lanemu lets you create a little local network—a VPN—just for your devices. It’s great for things like sharing files, playing games together, or just having a secure connection within your home network. The cool thing is that it’s built on a really straightforward design, which makes it easier to understand and tweak if you’re into that sort of thing. I found the release notes pretty clear, and honestly, it’s a testament to good development practices.

What’s New in Version 0.12.3?

Let’s get straight to it – what’s actually changed? The release notes break it down, and here’s the rundown:

  • OpenJDK Downloader Updates: They’ve improved the OpenJDK downloader, adding a download speed indicator. It’s also been updated with the latest OpenJDK version. It’s worth checking the link for the newest version.
  • Bouncy Castle LTS: This is a significant change. They’ve switched to Bouncy Castle LTS (version 2.73.7) for AES and SHA algorithms. Importantly, this support is currently limited to Linux on x86_64 and ARM architectures. Windows support isn’t included yet. To check if it’s supported on your system, you can run the command `java -cp bcprov-lts8on-2.73.7.jar org.bouncycastle.util.DumpInfo -verbose`. This command helps you verify that the necessary libraries are installed correctly.
  • Fixing the Peer Table Issue: There was a bug where the value of `local.port` in the peer table could sometimes be set to 0 because of a race condition when updating the public IP address. They’ve fixed this, which should prevent some connection problems.
  • Windows 32-bit Support (Workaround): This one is particularly interesting. They’ve added a workaround to run the application on 32-bit Java on Windows. This seems to be caused by a stack corruption issue in the JVM. It’s a clever solution, and it shows they’re considering different hardware environments.
  • Logo and Minor Interface Changes: They’ve added a logo to the “About” tab and made some small tweaks to the interface. These are mostly cosmetic, but they do make the application look a bit more polished.

Honestly, even if you’re not a coding expert, these changes show a dedicated developer paying attention to detail and addressing potential issues. It’s refreshing to see that kind of care.

Why Does This Matter to You?

Okay, so why should you care about a seemingly small update like this? Here’s the thing: self-hosting can be tricky. You’re often dealing with configurations, permissions, and potential security vulnerabilities. When a project like Lanemu actively maintains itself and releases updates that address these concerns, it makes the whole process much smoother and safer.

For example, the switch to Bouncy Castle LTS is a good move because it ensures you’re using a well-tested and secure library for encryption. And the fix for the peer table issue could prevent a lot of frustration for users.

I think it’s important to support projects like Lanemu. They offer a really practical way to manage your own network and protect your privacy. Plus, they’re a great learning opportunity for anyone interested in self-hosting.

Where to Get Lanemu

You can download the latest version of Lanemu here: https://gitlab.com/MonsterovichIsBack/lanemu/-/releases/0.12.3

You can also find the project on Reddit: [comments]

Give it a try, and let me know what you think!



“`

Leave a Reply

Your email address will not be published. Required fields are marked *

WordPress Appliance - Powered by TurnKey Linux