←back to thread

319 points SpaghettiX | 2 comments | | HN request time: 0.471s | source
Show context
mmettler ◴[] No.30284777[source]
If you like this, you’re gonna love Tailscale https://tailscale.com/
replies(1): >>30285090 #
beckler ◴[] No.30285090[source]
I love Tailscale, but it’s not really designed for public tunnels. You can do it, but you typically need to provision some kind of proxy with a static IP (most likely cloud based) to handle your public stuff.
replies(1): >>30285351 #
jatone ◴[] No.30285351[source]
what do you mean by public channels? if I was trying to ssh into my machines it works wonderfully for dns resolution.
replies(3): >>30285701 #>>30290509 #>>30290724 #
1. beckler ◴[] No.30290724[source]
I mean if I wanted to host a public blog on my private infrastructure, Tailscale alone isn’t going to cut it. I would have to make a instance on a cloud provider to allow public ingress, and I have to setup and configure Tailscale on it to allow it to punch a hole into my walled garden. If I just want plain VPN access to my instances from wherever, then that’s when Tailscale really shines.
replies(1): >>30291025 #
2. jatone ◴[] No.30291025[source]
you want a load balancer for that use case. not a VPN. this article is about SSH not a public blog.