Tailscale
Tailscale is a VPN solution that provides seamless connectivity between devices across different networks without the need for public IP addresses or complicated firewall rules.
Example of Setting Tailscale
1. Install Tailscale
opkg update
opkg install tailscale2. Enable the ZeroTier
/etc/init.d/tailscale enable
/etc/init.d/tailscale start3. Authenticate and Join Network
tailscale up
4. Configure as Subnet Router (Optional)
5. Enable Subnet Routes in Admin Console


Last updated