Tailscale VPN

From MuHack
Revision as of 17:25, 10 May 2025 by Ceres-c (talk | contribs) (Created page with "= Accessing Internal Services via Tailscale = Many of our non-public services, those hosted on servers physically located in the ''Aula Associazioni'', are only accessible from within our VPN. == VPN Access via Tailscale == We use [https://tailscale.com/ Tailscale] to manage our internal VPN. Tailscale is a mesh VPN that simplifies access to our local infrastructure. === Headscale Deployment === We run a self-hosted [https://github.com/juanfont/headscale Headscale]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Accessing Internal Services via Tailscale

Many of our non-public services, those hosted on servers physically located in the Aula Associazioni, are only accessible from within our VPN.

VPN Access via Tailscale

We use Tailscale to manage our internal VPN. Tailscale is a mesh VPN that simplifies access to our local infrastructure.

Headscale Deployment

We run a self-hosted Headscale instance, which serves as the coordination server for our Tailscale network. You will need to authenticate through it in order to join the VPN.

Important Notes

  1. This VPN does not provide an exit node: your external IP address will remain unchanged.
  2. The VPN only allows access to internal services—we do not route general internet traffic through it.
  3. Once connected, you'll be able to reach services hosted in the Aula Associazioni using their Tailscale IPs or MagicDNS hostnames.

Access

Install Tailscale client

Follow the Tailscale client install guide for your operating system.

Linux access

tailscale up --login-server vpn.muhack.org # You'll have to wait some time here

Then follow the procedure, logging in with your <username>@muhack.org account