cross-posted from: https://feddit.de/post/10554932
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.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters HTTP Hypertext Transfer Protocol, the Web HTTPS HTTP over SSL NAT Network Address Translation SSL Secure Sockets Layer, for transparent encryption UDP User Datagram Protocol, for real-time communications VPN Virtual Private Network nginx Popular HTTP server
[Thread #646 for this sub, first seen 31st Mar 2024, 17:45] [FAQ] [Full list] [Contact] [Source code]
Cloudflared tunnel.
Rent a cheap vps and do something like I did with ssh tunneling, or wireguard VPN, between home and the vps:
https://wiki.gardiol.org/doku.php?id=router:ssh_tunnel
(Sorry I keep posting links to my wiki but the whole point was writing once)
If you’re the only one connecting to the server, I would recommend something like Tailscale. Everything will be encrypted and you won’t need to forward any ports to the public internet.
If other people need to access it, an option might be https://hoppy.network. I haven’t tried it myself, but it looks like it would be pretty slick if it works well.
Wouldn’t Tailscale funnel achieve what they want? https://tailscale.com/kb/1223/funnel
I think it depends on what kind of services they are using as I think Funnel is designed for HTTPS traffic, no UDP or custom ports.
Ah yes. Good point. I haven’t used it myself yet as I’ve not had reason too. Just on my list of Tailscale things to try out