tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. Because the tunnel appears to the IP level network code as a normal network device, there is no need to adapt any existing software.

Tinc is a self-routing, mesh networking protocol, used for compressed, encrypted, virtual private networks. This howto is intended as a guide to document some of the Tinc on OpenWrt specifics the author stumbled on and struggled with in hopes it saves others time and effort. $ cat tinc-up: #!/bin/bash # Up tinc, add IP ifconfig vpn <10.10.0.1 OR 10.10.0.2> netmask 255.255.255.0 up route add -net 10.10.0.0 netmask 255.255.255.0 gw 10.10.0.1 dev vpn All you do is replace <10.10.0.1 OR 10.10.0.2> with the IP of whichever node you are on (master or client). Buy kids stationery from Tinc. Fun and colourful school stationery including backpacks, water bottles and lunch bags for children. Tinc VPN service in docker. Contribute to crocandr/docker-tinc development by creating an account on GitHub. Feb 07, 2018 · +1 for tinc, I can login to my server and see the other three computers, it's nice for ssh-ing or tunnelling. On tinc, I was only able to get a Windows Remote Desktop connection for about 45 seconds, then it loses the connection. I'm guessing OpenVPN might not have this issue. Tinc is way easier to configure than openvpn though. I recommend it :)

Mar 31, 2020 · What is tinc? Tinc is an open-source, auto-routing and networking protocol used in encrypted and crypted private virtual networks and in device implementations. Tinc is Free Software and available under version 2 or later of the GNU General Public

Oct 23, 2015 · The tinc VPN should now be running. You should be able to run ifconfig and see the new interface that was created for the VPN traffic. You should also be able to ping and even ssh from one host to the other using the private IP addresses that you chose. Apr 24, 2020 · The tinc is a free and open-source server to create a virtual private network (VPN). One Linux/Unix daemon can handle multiple connections so you can create an entire VPN. LibreSSL or OpenSSL used by tinc to encrypt the traffic and protect it.