Tailscale VPN

Tailscale VPN from https://tailscale.com/ 

configured to use account pkswansea@outlook.com via the admin console via https://login.tailscale.com/admin 

pngtree-banner-with-important-icon-vector-picture-image_7826342-244127159.png

The server SSH service running on port 69 isonly exposed on the tailscale0 interface via the IP 100.100.69.2 once the daemon has started via /etc/systemd/system/ssh-after-tailscale.service and can only be accessed when connected to a valid VPN client

#!/bin/bash
while ! ip addr show tailscale0 | grep -q "inet ";

do
    sleep 10
done
systemctl start ssh

 

 


Revision #1
Created 2025-06-21 21:47:07 CEST by pknw1
Updated 2025-06-21 22:02:15 CEST by pknw1