tailscale-networking

Manage secure internal network access to the SOL server via Tailscale VPN.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/MassimilianoPili/claude-code-config --skill tailscale-networking-massimilianopili
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tailscale-networking
Source: https://github.com/MassimilianoPili/claude-code-config/tree/main/skills/tailscale-networking
Command: npx skills add https://github.com/MassimilianoPili/claude-code-config --skill tailscale-networking-massimilianopili

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies secure access to internal services on the SOL server by leveraging Tailscale VPN, enabling features like MagicDNS, SSHFS remote mounts, and a robust dual-network architecture.

Core Features & Use Cases

  • Secure Internal Access: Connect to the SOL server and its services using Tailscale's private IP and MagicDNS.
  • Remote File Access: Mount the server's shared storage locally using SSHFS for seamless file management.
  • Dual-Network Architecture: Understand and utilize the separation between internal Tailscale access and public Cloudflare Tunnel access for different services.
  • Use Case: You need to access the Gitea instance running on the SOL server, which is only exposed internally via Tailscale. This Skill guides you on how to establish the Tailscale connection and access Gitea.

Quick Start

Use the tailscale-networking skill to mount the SOL server's shared storage to your local machine using SSHFS.

Frequently Asked Questions about tailscale-networking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I mount remote server storage locally using SSHFS over a VPN?

Mount remote server storage locally using SSHFS by establishing a Tailscale VPN connection to access the private IP. This skill guides the configuration and mount process for seamless remote file management.

What is the difference between internal Tailscale access and public Cloudflare Tunnel ingress?

Internal Tailscale access provides a private VPN network for secure internal-only services, while public Cloudflare Tunnel separates external public access. This dual-network architecture isolates private services from public traffic.

How do I access an internal Gitea instance remotely using Tailscale?

Access an internal Gitea instance by connecting to the Tailscale VPN and utilizing MagicDNS to resolve the private IP address. This skill provides the operational steps to establish the connection.

Can I use Tailscale MagicDNS to resolve private IPs for internal services?

Yes, Tailscale MagicDNS resolves private IPs for internal services on the SOL server. This skill facilitates secure internal network access and provides configuration guidance for MagicDNS setup.

How do I troubleshoot Tailscale VPN connectivity issues for internal services?

Troubleshoot Tailscale VPN connectivity using the detailed operational guidance in this skill. It supports understanding dual-network ingress paths and diagnosing secure internal access configuration problems.

Do I need a Cloudflare Tunnel to access internal-only services via Tailscale?

No, you do not need a Cloudflare Tunnel for internal-only services. Tailscale VPN directly facilitates secure remote access to internal services, while Cloudflare Tunnel handles public ingress separately.