this post was submitted on 24 Jun 2026
37 points (97.4% liked)

Selfhosted

60177 readers
559 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I have a personal server I connect to through Tailscale whenever I'm not home, however I've found that whenever I'm connecting remotely connection speed drops drastically from 100MB/s to <3MB/s.

I expect there to be some speed loss when connecting over the internet compared to locally, but 3MB/s doesn't make any sense especially considering that according to a python script I found that uses speedtest.net to test internet speed through a terminal, it reported 109Mbit/s download and and 76Mbit/s upload (~13MB/s; 9MB/s), which aren't amazing but leagues beyond 2MB/s. Moreover I also did a quick test with a friend of mine briefly using port-forwarding and they reported the same speeds, which tells me it isn't Tailscale slowing me down.

Is this just what happens when you connect over the internet? What trickery is afoot to allow me to download things from the interwebz using that sweet full 109Mbit/s bandwidth?

EDIT: tailscale status says the connection is direct

you are viewing a single comment's thread
view the rest of the comments
[–] ryokimball@infosec.pub 4 points 3 days ago* (last edited 3 days ago) (2 children)

Apologies for the lack of detail but I want to make sure you know about the tool traceroute. The speed at which you connect depends on every node between your remote location and home, plus there will be some overhead with whatever vpn is involved.

[–] CameronDev@programming.dev 4 points 3 days ago (1 children)

Trace route measures latency, which is not directly correlated with speed.

I have a tailscale node that is 200ms away from me, but I can still hit solid speeds to it.

[–] ryokimball@infosec.pub 2 points 3 days ago* (last edited 3 days ago)

Yeah (fully agree) but it would point out each of the hops the user goes through before reaching home, yes? I'm just trying to help visualize where all the bottlenecks could be

[–] Inkstainthebat@pawb.social 1 points 3 days ago

I'll check it out, thanks!