Skip to content

Tailscale

Is a VPN to access internal network ressources from the internet.

Concepts

  • Exit nodes to have a full-VPN

Setup

OpenWrt

To expose a subnet to Tailscale - see source

opkg update
opkg install tailscale
opkg install iptables-nft
tailscale up --netfilter-mode=off --advertise-routes=[SUBNET] --advertise-exit-node

Then you can connect via the client and access internal IP

Docker

  • Check documentation
  • This website recommend the following settings:
    • Network host
    • Volume /dev/net/tun
    • Capabilities: NET_ADMIN, NET_RAW