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