git:// links no longer work, refer to the https:// one.
[wiki] / index.mdwn
1 # Welcome to tinc!
2
3 ### Latest stable version: [[1.0.36|download]]
4
5 Latest prerelease from the 1.1 branch: [[1.1pre18|download]]
6
7 ### Latest news:
8
9 [[!inline  pages="news/* and !*/Discussion" template=newsitemnoheader show="1" feeds="no"]]
10
11 *[[More news...|news]]*
12
13 ### What is tinc?
14
15 tinc is a Virtual Private Network (VPN) daemon that uses tunnelling
16 and encryption to create a secure private network between hosts on
17 the Internet.
18 tinc is Free Software and licensed under the
19 [GNU General Public License](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
20 version 2 or later.
21 Because the VPN appears to the IP level network code as a normal
22 network device, there is no need to adapt any existing software.
23 This allows VPN sites to share information with each other over the
24 Internet without exposing any information to others. In addition,
25 tinc has the following features:
26
27 <dl>
28 <dt><b>Encryption, authentication and compression</b></dt>
29 <dd>All traffic is optionally compressed using zlib or LZO, and LibreSSL or OpenSSL
30 is used to encrypt the traffic and protect it from alteration with
31 message authentication codes and sequence numbers.
32 </dd>
33
34 <dt><b>Automatic full mesh routing</b></dt>
35 <dd>Regardless of how you set up the tinc daemons to connect to each
36 other, VPN traffic is always (if possible) sent directly to the
37 destination, without going through intermediate hops.
38 </dd>
39
40 <dt><b>NAT traversal</b></dt>
41 <dd>As long as one node in the VPN allows incoming connections on a public IP address (even if it is a dynamic IP address),
42 tinc will be able to do NAT traversal, allowing direct communication between peers.
43 </dd>
44
45 <dt><b>Easily expand your VPN</b></dt>
46 <dd>When you want to add nodes to your VPN, all you have to do is add
47 an extra configuration file, there is no need to start new daemons
48 or create and configure new devices or network interfaces.
49 </dd>
50
51 <dt><b>Ability to bridge ethernet segments</b></dt>
52 <dd>You can link multiple ethernet segments together to work like a
53 single segment, allowing you to run applications and games that
54 normally only work on a LAN over the Internet.
55 </dd>
56
57 <dt><b>Runs on many operating systems and supports IPv6</b></dt>
58 <dd>Currently Linux, FreeBSD, OpenBSD, NetBSD, OS X, Solaris,
59 Windows 2000, XP, Vista and Windows 7 and 8 platforms are supported. See our section about
60 <a href="/platforms">supported platforms</a> for more information about the
61 state of the ports. tinc has also full support for IPv6, providing
62 both the possibility of tunneling IPv6 traffic over its tunnels and
63 of creating tunnels over existing IPv6 networks.
64 </dd></dl>