this post was submitted on 30 Mar 2024
22 points (86.7% liked)

Open Source

36988 readers
116 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I am looking something to connect to my server from outside my local network.

I am on a shared IP and my ISP doesn't have port forwarding.

all 16 comments
sorted by: hot top controversial new old
[–] xyguy@startrek.website 14 points 1 year ago

This seems like it might be a perfect use case for Tailscale. The open source version of the control plane is called Headscale but you'd have to host it in a vps somewhere if you wanted to use it.

[–] rizoid@lemmy.dbzer0.com 9 points 1 year ago

Tailscale is probably your best option.

[–] ubergeek77@lemmy.ubergeek77.chat 4 points 1 year ago* (last edited 1 year ago) (1 children)

Cloudflare Tunnels are black magic and exactly what you're looking for:

https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/

Free, no need to self host a server somewhere externally. Can even be used for SSH!

[–] tomjuggler@lemmy.world 3 points 1 year ago

I am upvoting this - also moved to Cloudflare from ngrok it's much simpler to use

[–] bjoern_tantau@swg-empire.de 4 points 1 year ago

Do you have any external server available to you? If yes you could use that to set up a VPN connection or SSH tunnel.

[–] anzo@programming.dev 4 points 1 year ago

frp, or just anything on awesome-tunnel at GitHub list

[–] delirious_owl@discuss.online 2 points 1 year ago
[–] tiny@midwest.social 2 points 1 year ago

I use headscale and headscaleui but I've heard things about net bird and netmaker

[–] makingStuffForFun@lemmy.ml 2 points 1 year ago (1 children)

I use zerotier. It's excellent.

[–] breadsmasher@lemmy.world 1 points 1 year ago

+1 this is what I use

[–] vort3@lemmy.ml 1 points 1 year ago

If you are fine with ipv6, I'd use yggdrasil.

Just install it on any number of devices and each of them become part of a single «local» ipv6 network.

[–] devfuuu@lemmy.world 1 points 1 year ago
[–] AustralianSimon@lemmy.world 1 points 1 year ago

I use tail scale to get on the LAN and Rustdesk for desktops, webuis or SSH once in.

[–] ndupont@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

If you already own a domain name, you could use Cloudflare tunnels using cloudflared (it's free).

[–] TheLugal@lemmy.world 1 points 1 year ago

Yggdrasil Network might be an alternative.

It's a breeze to set up, just be mindful about setting up your firewall and allowed keys, depending on your use case.