Sign inSign up

emanaev/tinc

By emanaev

Updated over 8 years ago

tinc p2p network

Image
0

334

emanaev/tinc repository overview

tinc is a P2P VPN network. Read http://tinc-vpn.org for details

Usage

Get script

wget https://raw.githubusercontent.com/emanaev/tinc-docker/master/tinc
chmod +x tinc

Init and start the main node, should have public ip:

./tinc init main
./tinc add Subnet 10.10.0.1/32
./tinc start 10.10.0.1/16

Invite node

On the main node

./tinc invite node1
server:655/ds45-fsdfsdrd6

Copy url and use it on the new node

./tinc join server:655/ds45-fsdfsdrd6 # init node
./tinc add Subnet 10.10.0.2/32 # add tinc internal routing
./tinc start 10.10.0.2/16 # start tinc and configure network interface
ping 10.10.0.1 # check access to main node

Tag summary

Content type

Image

Digest

Size

65.7 MB

Last updated

over 8 years ago

docker pull emanaev/tinc