this post was submitted on 13 Jul 2023
7 points (73.3% liked)

Selfhosted

39893 readers
423 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I have a laptop and a desktop-based-server on a 192.168.1.x segment on my network. I want to setup Tailscale between them.

Will it be bad if Tailscale connects while my laptop is local, on 192.168.1.x network?

Can I make it automatically connect via Tailscale when away and via the local network when home?

How can I best test the Tailscale network while I am at home?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago

I quickly tested it with an FTP server set up to a read only folder with a single dummy file. You could put a big file so you can check the speed, at home it will use the full speed, while away it'll use the cap of your ISP tier.

If you want a more complicated set up I recommend you setting up PiHole and configure magicDNS, this way you can check the difference of getting ads in some sites vs PiHole blocking them.

As @[email protected] mentioned, tailscale automatically routes traffic through the shortest route, so at home it'll connect devices directly, this way you only point to your tailscale ip and forget about the 192.x addresses.