logoalt Hacker News

drcongoyesterday at 10:01 PM1 replyview on HN

I only use Tailscale for two features - one is having every machine on the network use a logical name of the pattern {projectname}-{environment} ie: `ssh me@hn-prd` and the other is exit nodes. I couldn't work out from your site if either of these two things is doable here.


Replies

pcarrollyesterday at 11:13 PM

Each device on your account gets a private static IP address in the network 100.x.x.x. The name is static as long as the device lives on your account.

Each also gets a friendly DNS name in the form device.account.2ho.ca (try finding a short domain these days).

So yes, you can...

$ ssh [email protected]

C:\ net use S: \\server.myaccount.2ho.ca\Home

etc.

show 1 reply