Would it be unwise to make my file server (SSH only) machine (also runs a Minecraft server, And From time to time runs RSTS/E under simh) a tailscale router node to allow my traveling notebood access to the network when I am away?

  • Lettuce eat lettuce@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 days ago

    Do you need to access the rest of your network? If you’re just using that machine as the file server and gaming server, just run Tailscale on it, that way only that machine is accessible.

    That being said, as long as your server is locked down to only allow connections from outside via your Tailscale network, then you shoukd be pretty safe. Your point of failure becomes the security of that netbook, if it becomes compromised, the attacker has access to anything on your Tailnet too.

    Make sure you implement 2FA for your tailnet, and practice good security for your netbook if you go that route.

    • WasPentaliveOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 days ago

      Perhaps I will need to print from time to time, and I may want to access my desktop machine.

      If I can use 2FA, especially a time-based one-time password That will be good. I have authy on my phone.

      The traveling machine is going to be a Linux machine which will have a strong login password.

      So the server as a talescale router set up to only accept a routing connection from my traveling laptop with 2fa. My server’s other services only accepting connections from my network. Do I have the basic concepts correct?