User Tools

Site Tools


Sidebar






newpage

linux:network:vpn

This is an old revision of the document!


Table of Contents

VPN

openVPN

TBD

tinc

apt install tinc

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 synnet 
linux/network/vpn.1515937894.txt.gz · Last modified: 2018/01/14 14:51 by tkilla