Tailscale provides secure, zero-configuration remote access to the homelab without requiring any open inbound ports on the router. A dedicated LXC atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/IsaiasCarrion/Homelab/llms.txt
Use this file to discover all available pages before exploring further.
192.168.1.23 acts as a subnet router, advertising the entire 192.168.1.0/24 network to the Tailscale mesh. Any device authenticated to the same Tailnet — phone, laptop, or workstation — can reach every homelab service as if it were on the local LAN.
Service Details
| Property | Value |
|---|---|
| IP Address | 192.168.1.23 |
| Hostname | ts.home.arpa |
| Type | LXC |
| Status | ✅ Active |
Features
- Secure remote access — end-to-end encrypted WireGuard tunnels between all Tailscale nodes
- Subnet router — the Tailscale LXC advertises
192.168.1.0/24, making every homelab device reachable from remote Tailscale clients - Exit node capability — the LXC can optionally be configured as an exit node to route all client internet traffic through the homelab connection
- Remote administration without port forwarding — Proxmox, Portainer, and all other management interfaces are accessible remotely without exposing any ports on the public router
Subnet Router
The Tailscale LXC is configured as a subnet router for the homelab’s primary network range (192.168.1.0/24). When a remote Tailscale client has this route accepted, it can reach any device on the LAN — including Proxmox, Docker services, and LXC containers — without needing a full-tunnel VPN or individual device enrollments.
To activate subnet routing, run the following on the Tailscale LXC, then approve the advertised route in the Tailscale admin console:
ts.home.arpa node, and approve the advertised subnet route.
Tailscale requires no open inbound ports on your router. All connections are initiated outbound by the Tailscale daemon and routed through Tailscale’s coordination servers or directly peer-to-peer using NAT traversal. Your homelab remains completely inaccessible to the public internet.