Hello I’ve been using cloudflare to get remote access for the couple apps I selfhost, but lately I’ve been hearing about the wonders of tailscale.

It seems that the free tier is enough for my use. Which would be a safe option to have remote access for my 3D printer? Also how are both in terms of privacy?

  • BastingChemina@slrpnk.net
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 months ago

    What I enjoy with tailscale is that the traffic goes directly from the host to the client.

    Since there is no cloud relay I can connect to all my services via tailscale, even on local network and it’s not going to impact the speed.

    This way I only have one setup that works the same way on local network or remotely but still have the local network speed when I am at home.

    • varsock@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      11 months ago

      discovered tailscale from this post and after reading their “how tailscale works” I was hoping to get some clarification from an activer user (you).

      CF tunnels setup an outbound-only tunnel from my private network via cloudflared, I have no ingress holes in my firewall to access my services. cloudflared does all the proxying. Plus my IP changes monthly as I don’t pay for a static one from my ISP. This “outbound-only” connection is resilient to that.

      Tailscale is point-to-point (for data plane) connection and only the control plane is “hub and spoke”. This sounds like I need to allow ingress rules on my private network so my server can be connected to? Is this true or where did I misunderstand?