I’m only getting an average of 9.21 Mbps from my Synology NAS to my remote Mac device. My NAS is connected to LAN with an internet speed of ±300Mbps. I don’t expect 300Mbps through Tailscale, but a 80-100Mbps would suffice.

  • Both are on 1.44.0
  • It’s a direct connection, no derp
  • Average ping is 33ms

I’m clueless, anyone? Thanks

  • d4nm3d
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    The tailscale guys are very responsive if you send them a question… It’s meant to be P2P but when it can’t i believe it uses some kind of relay proxy server so at a guess i’d say it’s that. Personally i run a subnet router on my LAN and not on individual devices… maybe you could try that instead?

    • mrmeow35@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      I’ve been trying to set up a subnet router, but can’t seem to be able to get the hang of it. Are there any good tutorials, or tips you could give me? (Sorry to bug you)

      • d4nm3d
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 year ago

        you’re not bugging me…

        What OS are you trying to set it up on?

        Personally i run mine in a debian lxc on proxmox…

        it’s as simple as this (once it’s installed)

        tailscale up --advertise-routes=192.168.1.0/24 --ssh --accept-routes

        With that command you’re bringing up a subnet router that exposes all IP’s on 192.168.1.0/24. You’re also enabling the SSH feature and telling it accept routes from other routers in the tailnet.

        Once you have that running, go to the tailscale admin interface and disable key expiry for that subnet router and then any other clients should be able to access your network on your IP range when connected to the tailnet.