TBD
apt install tinc net-tools
Generate keys:
tincd -n <netname> -K8192
Setup tinc.conf, tinc-up, tinc-down
Configure the /hosts/<hostname> file like:
Address = <myip> Port = 55555 Subnet = 10.5.0.xxx
Copy the generated hosts/<hostname> file to *all* other servers and get the other host files
Start tinc:
tincd -n <netname>
For debugging, do not detach:
tincd -n <netname> -D
Enable at boot via systemd
systemctl enable tinc@vpnname