this post was submitted on 16 Jan 2024
330 points (98.8% liked)
Technology
59207 readers
3158 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
One way to get access, rather than a cloud solution, is to use a mesh network solution like WireGuard/Tailscale (and I'm gonna mention Hamachi on Windows, because I've used it since about 2005).
These solutions create an encrypted virtual network between devices that runs on top of whatever network you're currently on.
In this way you're never exposing internal resources, in any way, to the internet*. Only to other devices that are running the client app, using your encryption keys.
I'm currently running Tailscale on a desktop at home, all our mobile devices, and a Raspberry pi. I can connect to SMB shares on my home desktop from my phone, wherever I am (I mention SMB only because it's not routable, and insecure. Any network protocol can run over a mesh network. I also run FTP, SFTP. Html, etc).
I've kept my laptop in sync with my desktop at home this way (using Hamachi) since ~2005.
This approach means you're always using LAN connection methods, rather than relying on a cloud you don't control.
*With Wireguard/Tailscale you can expose specific resources to the wider world, but you have to specifically configure it.
Ah, yes. Tailscale. That's a pretty obvious solution that I hadn't considered... Thanks for the recommendation.
I'm just glad to have it. I used Hamachi for years and have been looking for a mobile client since 2010.
Glad Wireguard/Tailscale stepped up and are developing more.