Merge branch 'master' into 1.1
[tinc] / doc / tinc.texi
1 \input texinfo   @c -*-texinfo-*-
2 @c $Id$
3 @c %**start of header
4 @setfilename tinc.info
5 @settitle tinc Manual
6 @setchapternewpage odd
7 @c %**end of header
8
9 @include tincinclude.texi
10
11 @ifinfo
12 @dircategory Networking tools
13 @direntry
14 * tinc: (tinc).              The tinc Manual.
15 @end direntry
16
17 This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon.
18
19 Copyright @copyright{} 1998-2009 Ivo Timmermans,
20 Guus Sliepen <guus@@tinc-vpn.org> and
21 Wessel Dankers <wsl@@tinc-vpn.org>.
22
23 $Id$
24
25 Permission is granted to make and distribute verbatim copies of this
26 manual provided the copyright notice and this permission notice are
27 preserved on all copies.
28
29 Permission is granted to copy and distribute modified versions of this
30 manual under the conditions for verbatim copying, provided that the
31 entire resulting derived work is distributed under the terms of a
32 permission notice identical to this one.
33
34 @end ifinfo
35
36 @titlepage
37 @title tinc Manual
38 @subtitle Setting up a Virtual Private Network with tinc
39 @author Ivo Timmermans and Guus Sliepen
40
41 @page
42 @vskip 0pt plus 1filll
43 @cindex copyright
44 This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon.
45
46 Copyright @copyright{} 1998-2009 Ivo Timmermans,
47 Guus Sliepen <guus@@tinc-vpn.org> and
48 Wessel Dankers <wsl@@tinc-vpn.org>.
49
50 $Id$
51
52 Permission is granted to make and distribute verbatim copies of this
53 manual provided the copyright notice and this permission notice are
54 preserved on all copies.
55
56 Permission is granted to copy and distribute modified versions of this
57 manual under the conditions for verbatim copying, provided that the
58 entire resulting derived work is distributed under the terms of a
59 permission notice identical to this one.
60
61 @end titlepage
62
63 @ifinfo
64 @c ==================================================================
65 @node Top
66 @top Top
67
68 @menu
69 * Introduction::
70 * Preparations::
71 * Installation::
72 * Configuration::
73 * Running tinc::
74 * Controlling tinc::
75 * Technical information::
76 * Platform specific information::
77 * About us::
78 * Concept Index::               All used terms explained
79 @end menu
80 @end ifinfo
81
82 @c ==================================================================
83 @node    Introduction
84 @chapter Introduction
85
86 @cindex tinc
87 Tinc is a Virtual Private Network (VPN) daemon that uses tunneling and
88 encryption to create a secure private network between hosts on the
89 Internet.
90
91 Because the tunnel appears to the IP level network code as a normal
92 network device, there is no need to adapt any existing software.
93 The encrypted tunnels allows VPN sites to share information with each other
94 over the Internet without exposing any information to others.
95
96 This document is the manual for tinc.  Included are chapters on how to
97 configure your computer to use tinc, as well as the configuration
98 process of tinc itself.
99
100 @menu
101 * Virtual Private Networks::
102 * tinc::                        About tinc
103 * Supported platforms::
104 @end menu
105
106 @c ==================================================================
107 @node    Virtual Private Networks
108 @section Virtual Private Networks
109
110 @cindex VPN
111 A Virtual Private Network or VPN is a network that can only be accessed
112 by a few elected computers that participate.  This goal is achievable in
113 more than just one way.
114
115 @cindex private
116 Private networks can consist of a single stand-alone Ethernet LAN.  Or
117 even two computers hooked up using a null-modem cable.  In these cases,
118 it is
119 obvious that the network is @emph{private}, no one can access it from the
120 outside.  But if your computers are linked to the Internet, the network
121 is not private anymore, unless one uses firewalls to block all private
122 traffic.  But then, there is no way to send private data to trusted
123 computers on the other end of the Internet.
124
125 @cindex virtual
126 This problem can be solved by using @emph{virtual} networks.  Virtual
127 networks can live on top of other networks, but they use encapsulation to
128 keep using their private address space so they do not interfere with
129 the Internet.  Mostly, virtual networks appear like a singe LAN, even though
130 they can span the entire world.  But virtual networks can't be secured
131 by using firewalls, because the traffic that flows through it has to go
132 through the Internet, where other people can look at it.
133
134 As is the case with either type of VPN, anybody could eavesdrop.  Or
135 worse, alter data.  Hence it's probably advisable to encrypt the data
136 that flows over the network.
137
138 When one introduces encryption, we can form a true VPN.  Other people may
139 see encrypted traffic, but if they don't know how to decipher it (they
140 need to know the key for that), they cannot read the information that flows
141 through the VPN.  This is what tinc was made for.
142
143
144 @c ==================================================================
145 @node    tinc
146 @section tinc
147
148 @cindex vpnd
149 I really don't quite remember what got us started, but it must have been
150 Guus' idea.  He wrote a simple implementation (about 50 lines of C) that
151 used the ethertap device that Linux knows of since somewhere
152 about kernel 2.1.60.  It didn't work immediately and he improved it a
153 bit.  At this stage, the project was still simply called "vpnd".
154
155 Since then, a lot has changed---to say the least.
156
157 @cindex tincd
158 Tinc now supports encryption, it consists of a single daemon (tincd) for
159 both the receiving and sending end, it has become largely
160 runtime-configurable---in short, it has become a full-fledged
161 professional package.
162
163 @cindex traditional VPNs
164 @cindex scalability
165 Tinc also allows more than two sites to connect to eachother and form a single VPN.
166 Traditionally VPNs are created by making tunnels, which only have two endpoints.
167 Larger VPNs with more sites are created by adding more tunnels.
168 Tinc takes another approach: only endpoints are specified,
169 the software itself will take care of creating the tunnels.
170 This allows for easier configuration and improved scalability.
171
172 A lot can---and will be---changed. We have a number of things that we would like to
173 see in the future releases of tinc.  Not everything will be available in
174 the near future.  Our first objective is to make tinc work perfectly as
175 it stands, and then add more advanced features.
176
177 Meanwhile, we're always open-minded towards new ideas.  And we're
178 available too.
179
180
181 @c ==================================================================
182 @node    Supported platforms
183 @section Supported platforms
184
185 @cindex platforms
186 Tinc has been verified to work under Linux, FreeBSD, OpenBSD, NetBSD, MacOS/X (Darwin), Solaris, and Windows (both natively and in a Cygwin environment),
187 with various hardware architectures.  These are some of the platforms
188 that are supported by the universal tun/tap device driver or other virtual network device drivers.
189 Without such a driver, tinc will most
190 likely compile and run, but it will not be able to send or receive data
191 packets.
192
193 @cindex release
194 For an up to date list of supported platforms, please check the list on
195 our website:
196 @uref{http://www.tinc-vpn.org/platforms}.
197
198 @c
199 @c
200 @c
201 @c
202 @c
203 @c
204 @c       Preparing your system
205 @c
206 @c
207 @c
208 @c
209 @c
210
211 @c ==================================================================
212 @node    Preparations
213 @chapter Preparations
214
215 This chapter contains information on how to prepare your system to
216 support tinc.
217
218 @menu
219 * Configuring the kernel::
220 * Libraries::
221 @end menu
222
223
224 @c ==================================================================
225 @node    Configuring the kernel
226 @section Configuring the kernel
227
228 @menu
229 * Configuration of Linux kernels::
230 * Configuration of FreeBSD kernels::
231 * Configuration of OpenBSD kernels::
232 * Configuration of NetBSD kernels::
233 * Configuration of Solaris kernels::
234 * Configuration of Darwin (MacOS/X) kernels::
235 * Configuration of Windows::
236 @end menu
237
238
239 @c ==================================================================
240 @node       Configuration of Linux kernels
241 @subsection Configuration of Linux kernels
242
243 @cindex Universal tun/tap
244 For tinc to work, you need a kernel that supports the Universal tun/tap device.
245 Most distributions come with kernels that already support this.
246 Here are the options you have to turn on when configuring a new kernel:
247
248 @example
249 Code maturity level options
250 [*] Prompt for development and/or incomplete code/drivers
251 Network device support
252 <M> Universal tun/tap device driver support
253 @end example
254
255 It's not necessary to compile this driver as a module, even if you are going to
256 run more than one instance of tinc.
257
258 If you decide to build the tun/tap driver as a kernel module, add these lines
259 to @file{/etc/modules.conf}:
260
261 @example
262 alias char-major-10-200 tun
263 @end example
264
265
266 @c ==================================================================
267 @node       Configuration of FreeBSD kernels
268 @subsection Configuration of FreeBSD kernels
269
270 For FreeBSD version 4.1 and higher, tun and tap drivers are included in the default kernel configuration.
271 Using tap devices is recommended.
272
273
274 @c ==================================================================
275 @node       Configuration of OpenBSD kernels
276 @subsection Configuration of OpenBSD kernels
277
278 For OpenBSD version 2.9 and higher,
279 the tun driver is included in the default kernel configuration.
280 There is also a kernel patch from @uref{http://diehard.n-r-g.com/stuff/openbsd/}
281 which adds a tap device to OpenBSD which should work with tinc,
282 but with recent versions of OpenBSD,
283 a tun device can act as a tap device by setting the link0 option with ifconfig.
284
285 @c ==================================================================
286 @node       Configuration of NetBSD kernels
287 @subsection Configuration of NetBSD kernels
288
289 For NetBSD version 1.5.2 and higher,
290 the tun driver is included in the default kernel configuration.
291
292 Tunneling IPv6 may not work on NetBSD's tun device.
293
294
295 @c ==================================================================
296 @node       Configuration of Solaris kernels
297 @subsection Configuration of Solaris kernels
298
299 For Solaris 8 (SunOS 5.8) and higher,
300 the tun driver may or may not be included in the default kernel configuration.
301 If it isn't, the source can be downloaded from @uref{http://vtun.sourceforge.net/tun/}.
302 For x86 and sparc64 architectures, precompiled versions can be found at @uref{http://www.monkey.org/~dugsong/fragroute/}.
303 If the @file{net/if_tun.h} header file is missing, install it from the source package.
304
305
306 @c ==================================================================
307 @node       Configuration of Darwin (MacOS/X) kernels
308 @subsection Configuration of Darwin (MacOS/X) kernels
309
310 Tinc on Darwin relies on a tunnel driver for its data acquisition from the kernel.
311 Tinc supports either the driver from @uref{http://tuntaposx.sourceforge.net/},
312 which supports both tun and tap style devices,
313 and also the driver from from @uref{http://chrisp.de/en/projects/tunnel.html}.
314 The former driver is recommended.
315 The tunnel driver must be loaded before starting tinc with the following command:
316
317 @example
318 kmodload tunnel
319 @end example
320
321
322 @c ==================================================================
323 @node       Configuration of Windows
324 @subsection Configuration of Windows
325
326 You will need to install the latest TAP-Win32 driver from OpenVPN.
327 You can download it from @uref{http://openvpn.sourceforge.net}.
328 Using the Network Connections control panel,
329 configure the TAP-Win32 network interface in the same way as you would do from the tinc-up script,
330 as explained in the rest of the documentation.
331
332
333 @c ==================================================================
334 @node    Libraries
335 @section Libraries
336
337 @cindex requirements
338 @cindex libraries
339 Before you can configure or build tinc, you need to have the OpenSSL,
340 zlib and lzo libraries installed on your system.  If you try to configure tinc without
341 having them installed, configure will give you an error message, and stop.
342
343 @menu
344 * OpenSSL::
345 * zlib::
346 * lzo::
347 * libevent::
348 @end menu
349
350
351 @c ==================================================================
352 @node       OpenSSL
353 @subsection OpenSSL
354
355 @cindex OpenSSL
356 For all cryptography-related functions, tinc uses the functions provided
357 by the OpenSSL library.
358
359 If this library is not installed, you wil get an error when configuring
360 tinc for build.  Support for running tinc without having OpenSSL
361 installed @emph{may} be added in the future.
362
363 You can use your operating system's package manager to install this if
364 available.  Make sure you install the development AND runtime versions
365 of this package.
366
367 If you have to install OpenSSL manually, you can get the source code
368 from @url{http://www.openssl.org/}.  Instructions on how to configure,
369 build and install this package are included within the package.  Please
370 make sure you build development and runtime libraries (which is the
371 default).
372
373 If you installed the OpenSSL libraries from source, it may be necessary
374 to let configure know where they are, by passing configure one of the
375 --with-openssl-* parameters.
376
377 @example
378 --with-openssl=DIR      OpenSSL library and headers prefix
379 --with-openssl-include=DIR OpenSSL headers directory
380                         (Default is OPENSSL_DIR/include)
381 --with-openssl-lib=DIR  OpenSSL library directory
382                         (Default is OPENSSL_DIR/lib)
383 @end example
384
385
386 @subsubheading License
387
388 @cindex license
389 The complete source code of tinc is covered by the GNU GPL version 2.
390 Since the license under which OpenSSL is distributed is not directly
391 compatible with the terms of the GNU GPL
392 @uref{http://www.openssl.org/support/faq.html#LEGAL2}, we
393 include an exemption to the GPL (see also the file COPYING.README) to allow
394 everyone to create a statically or dynamically linked executable:
395
396 @quotation
397 This program is released under the GPL with the additional exemption
398 that compiling, linking, and/or using OpenSSL is allowed.  You may
399 provide binary packages linked to the OpenSSL libraries, provided that
400 all other requirements of the GPL are met.
401 @end quotation
402
403 Since the LZO library used by tinc is also covered by the GPL,
404 we also present the following exemption:
405
406 @quotation
407 Hereby I grant a special exception to the tinc VPN project
408 (http://www.tinc-vpn.org/) to link the LZO library with the OpenSSL library
409 (http://www.openssl.org).
410
411 Markus F.X.J. Oberhumer
412 @end quotation
413
414
415 @c ==================================================================
416 @node       zlib
417 @subsection zlib
418
419 @cindex zlib
420 For the optional compression of UDP packets, tinc uses the functions provided
421 by the zlib library.
422
423 If this library is not installed, you wil get an error when configuring
424 tinc for build.  Support for running tinc without having zlib
425 installed @emph{may} be added in the future.
426
427 You can use your operating system's package manager to install this if
428 available.  Make sure you install the development AND runtime versions
429 of this package.
430
431 If you have to install zlib manually, you can get the source code
432 from @url{http://www.gzip.org/zlib/}.  Instructions on how to configure,
433 build and install this package are included within the package.  Please
434 make sure you build development and runtime libraries (which is the
435 default).
436
437
438 @c ==================================================================
439 @node       lzo
440 @subsection lzo
441
442 @cindex lzo
443 Another form of compression is offered using the lzo library.
444
445 If this library is not installed, you wil get an error when configuring
446 tinc for build.  Support for running tinc without having lzo
447 installed @emph{may} be added in the future.
448
449 You can use your operating system's package manager to install this if
450 available.  Make sure you install the development AND runtime versions
451 of this package.
452
453 If you have to install lzo manually, you can get the source code
454 from @url{http://www.oberhumer.com/opensource/lzo/}.  Instructions on how to configure,
455 build and install this package are included within the package.  Please
456 make sure you build development and runtime libraries (which is the
457 default).
458
459
460 @c ==================================================================
461 @node       libevent
462 @subsection libevent
463
464 @cindex libevent
465 For the main event loop, tinc uses the libevent library.
466
467 If this library is not installed, you wil get an error when configuring
468 tinc for build.
469
470 You can use your operating system's package manager to install this if
471 available.  Make sure you install the development AND runtime versions
472 of this package.
473
474 If you have to install libevent manually, you can get the source code
475 from @url{http://monkey.org/~provos/libevent/}.  Instructions on how to configure,
476 build and install this package are included within the package.  Please
477 make sure you build development and runtime libraries (which is the
478 default).
479
480
481 @c
482 @c
483 @c
484 @c      Installing tinc
485 @c
486 @c
487 @c
488 @c
489
490 @c ==================================================================
491 @node    Installation
492 @chapter Installation
493
494 If you use Debian, you may want to install one of the
495 precompiled packages for your system.  These packages are equipped with
496 system startup scripts and sample configurations.
497
498 If you cannot use one of the precompiled packages, or you want to compile tinc
499 for yourself, you can use the source.  The source is distributed under
500 the GNU General Public License (GPL).  Download the source from the
501 @uref{http://www.tinc-vpn.org/download, download page}, which has
502 the checksums of these files listed; you may wish to check these with
503 md5sum before continuing.
504
505 Tinc comes in a convenient autoconf/automake package, which you can just
506 treat the same as any other package.  Which is just untar it, type
507 `./configure' and then `make'.
508 More detailed instructions are in the file @file{INSTALL}, which is
509 included in the source distribution.
510
511 @menu
512 * Building and installing tinc::
513 * System files::
514 @end menu
515
516
517 @c ==================================================================
518 @node    Building and installing tinc
519 @section Building and installing tinc
520
521 Detailed instructions on configuring the source, building tinc and installing tinc
522 can be found in the file called @file{INSTALL}.
523
524 @cindex binary package
525 If you happen to have a binary package for tinc for your distribution,
526 you can use the package management tools of that distribution to install tinc.
527 The documentation that comes along with your distribution will tell you how to do that.
528
529 @menu
530 * Darwin (MacOS/X) build environment::
531 * Cygwin (Windows) build environment::
532 * MinGW (Windows) build environment::
533 @end menu
534
535
536 @c ==================================================================
537 @node       Darwin (MacOS/X) build environment
538 @subsection Darwin (MacOS/X) build environment
539
540 In order to build tinc on Darwin, you need to install the MacOS/X Developer Tools
541 from @uref{http://developer.apple.com/tools/macosxtools.html} and
542 a recent version of Fink from @uref{http://fink.sourceforge.net/}.
543
544 After installation use fink to download and install the following packages:
545 autoconf25, automake, dlcompat, m4, openssl, zlib and lzo.
546
547 @c ==================================================================
548 @node       Cygwin (Windows) build environment
549 @subsection Cygwin (Windows) build environment
550
551 If Cygwin hasn't already been installed, install it directly from
552 @uref{http://www.cygwin.com/}.
553
554 When tinc is compiled in a Cygwin environment, it can only be run in this environment,
555 but all programs, including those started outside the Cygwin environment, will be able to use the VPN.
556 It will also support all features.
557
558 @c ==================================================================
559 @node       MinGW (Windows) build environment
560 @subsection MinGW (Windows) build environment
561
562 You will need to install the MinGW environment from @uref{http://www.mingw.org}.
563
564 When tinc is compiled using MinGW it runs natively under Windows,
565 it is not necessary to keep MinGW installed.
566
567 When detaching, tinc will install itself as a service,
568 which will be restarted automatically after reboots.
569
570
571 @c ==================================================================
572 @node    System files
573 @section System files
574
575 Before you can run tinc, you must make sure you have all the needed
576 files on your system.
577
578 @menu
579 * Device files::
580 * Other files::
581 @end menu
582
583
584 @c ==================================================================
585 @node       Device files
586 @subsection Device files
587
588 @cindex device files
589 Most operating systems nowadays come with the necessary device files by default,
590 or they have a mechanism to create them on demand.
591
592 If you use Linux and do not have udev installed,
593 you may need to create the following device file if it does not exist:
594
595 @example
596 mknod -m 600 /dev/net/tun c 10 200
597 @end example
598
599
600 @c ==================================================================
601 @node       Other files
602 @subsection Other files
603
604 @subsubheading @file{/etc/networks}
605
606 You may add a line to @file{/etc/networks} so that your VPN will get a
607 symbolic name.  For example:
608
609 @example
610 myvpn 10.0.0.0
611 @end example
612
613 @subsubheading @file{/etc/services}
614
615 @cindex port numbers
616 You may add this line to @file{/etc/services}.  The effect is that you
617 may supply a @samp{tinc} as a valid port number to some programs.  The
618 number 655 is registered with the IANA.
619
620 @example
621 tinc            655/tcp    TINC
622 tinc            655/udp    TINC
623 #                          Ivo Timmermans <ivo@@tinc-vpn.org>
624 @end example
625
626
627 @c
628 @c
629 @c
630 @c
631 @c         Configuring tinc
632 @c
633 @c
634 @c
635 @c
636
637
638 @c ==================================================================
639 @node    Configuration
640 @chapter Configuration
641
642 @menu
643 * Configuration introduction::
644 * Multiple networks::
645 * How connections work::
646 * Configuration files::
647 * Generating keypairs::
648 * Network interfaces::
649 * Example configuration::
650 @end menu
651
652 @c ==================================================================
653 @node    Configuration introduction
654 @section Configuration introduction
655
656 Before actually starting to configure tinc and editing files,
657 make sure you have read this entire section so you know what to expect.
658 Then, make it clear to yourself how you want to organize your VPN:
659 What are the nodes (computers running tinc)?
660 What IP addresses/subnets do they have?
661 What is the network mask of the entire VPN?
662 Do you need special firewall rules?
663 Do you have to set up masquerading or forwarding rules?
664 Do you want to run tinc in router mode or switch mode?
665 These questions can only be answered by yourself,
666 you will not find the answers in this documentation.
667 Make sure you have an adequate understanding of networks in general.
668 @cindex Network Administrators Guide
669 A good resource on networking is the
670 @uref{http://www.linuxdoc.org/LDP/nag2/, Linux Network Administrators Guide}.
671
672 If you have everything clearly pictured in your mind,
673 proceed in the following order:
674 First, generate the configuration files (@file{tinc.conf}, your host configuration file, @file{tinc-up} and perhaps @file{tinc-down}).
675 Then generate the keypairs.
676 Finally, distribute the host configuration files.
677 These steps are described in the subsections below.
678
679
680 @c ==================================================================
681 @node    Multiple networks
682 @section Multiple networks
683
684 @cindex multiple networks
685 @cindex netname
686 In order to allow you to run more than one tinc daemon on one computer,
687 for instance if your computer is part of more than one VPN,
688 you can assign a @var{netname} to your VPN.
689 It is not required if you only run one tinc daemon,
690 it doesn't even have to be the same on all the sites of your VPN,
691 but it is recommended that you choose one anyway.
692
693 We will asume you use a netname throughout this document.
694 This means that you call tincd with the -n argument,
695 which will assign a netname to this daemon.
696
697 The effect of this is that the daemon will set its configuration
698 root to @file{@value{sysconfdir}/tinc/@var{netname}/}, where @var{netname} is your argument to the -n
699 option.  You'll notice that it appears in syslog as @file{tinc.@var{netname}}.
700
701 However, it is not strictly necessary that you call tinc with the -n
702 option.  In this case, the network name would just be empty, and it will
703 be used as such.  tinc now looks for files in @file{@value{sysconfdir}/tinc/}, instead of
704 @file{@value{sysconfdir}/tinc/@var{netname}/}; the configuration file should be @file{@value{sysconfdir}/tinc/tinc.conf},
705 and the host configuration files are now expected to be in @file{@value{sysconfdir}/tinc/hosts/}.
706
707 But it is highly recommended that you use this feature of tinc, because
708 it will be so much clearer whom your daemon talks to.  Hence, we will
709 assume that you use it.
710
711
712 @c ==================================================================
713 @node    How connections work
714 @section How connections work
715
716 When tinc starts up, it parses the command-line options and then
717 reads in the configuration file tinc.conf.
718 If it sees one or more  `ConnectTo' values pointing to other tinc daemons in that file,
719 it will try to connect to those other daemons.
720 Whether this succeeds or not and whether `ConnectTo' is specified or not,
721 tinc will listen for incoming connection from other deamons.
722 If you did specify a `ConnectTo' value and the other side is not responding,
723 tinc will keep retrying.
724 This means that once started, tinc will stay running until you tell it to stop,
725 and failures to connect to other tinc daemons will not stop your tinc daemon
726 for trying again later.
727 This means you don't have to intervene if there are temporary network problems.
728
729 @cindex client
730 @cindex server
731 There is no real distinction between a server and a client in tinc.
732 If you wish, you can view a tinc daemon without a `ConnectTo' value as a server,
733 and one which does specify such a value as a client.
734 It does not matter if two tinc daemons have a `ConnectTo' value pointing to each other however.
735
736
737 @c ==================================================================
738 @node    Configuration files
739 @section Configuration files
740
741 The actual configuration of the daemon is done in the file
742 @file{@value{sysconfdir}/tinc/@var{netname}/tinc.conf} and at least one other file in the directory
743 @file{@value{sysconfdir}/tinc/@var{netname}/hosts/}.
744
745 These file consists of comments (lines started with a #) or assignments
746 in the form of
747
748 @example
749 Variable = Value.
750 @end example
751
752 The variable names are case insensitive, and any spaces, tabs, newlines
753 and carriage returns are ignored.  Note: it is not required that you put
754 in the `=' sign, but doing so improves readability.  If you leave it
755 out, remember to replace it with at least one space character.
756
757 In this section all valid variables are listed in alphabetical order.
758 The default value is given between parentheses,
759 other comments are between square brackets.
760
761 @menu
762 * Main configuration variables::
763 * Host configuration variables::
764 * Scripts::
765 * How to configure::
766 @end menu
767
768
769 @c ==================================================================
770 @node       Main configuration variables
771 @subsection Main configuration variables
772
773 @table @asis
774 @cindex AddressFamily
775 @item AddressFamily = <ipv4|ipv6|any> (any)
776 This option affects the address family of listening and outgoing sockets.
777 If any is selected, then depending on the operating system
778 both IPv4 and IPv6 or just IPv6 listening sockets will be created.
779
780 @cindex BindToAddress
781 @item BindToAddress = <@var{address}> [experimental]
782 If your computer has more than one IPv4 or IPv6 address, tinc
783 will by default listen on all of them for incoming connections.
784 It is possible to bind only to a single address with this variable.
785
786 This option may not work on all platforms.
787
788 @cindex BindToInterface
789 @item BindToInterface = <@var{interface}> [experimental]
790 If you have more than one network interface in your computer, tinc will
791 by default listen on all of them for incoming connections.  It is
792 possible to bind tinc to a single interface like eth0 or ppp0 with this
793 variable.
794
795 This option may not work on all platforms.
796
797 @cindex ConnectTo
798 @item ConnectTo = <@var{name}>
799 Specifies which other tinc daemon to connect to on startup.
800 Multiple ConnectTo variables may be specified,
801 in which case outgoing connections to each specified tinc daemon are made.
802 The names should be known to this tinc daemon
803 (i.e., there should be a host configuration file for the name on the ConnectTo line).
804
805 If you don't specify a host with ConnectTo,
806 tinc won't try to connect to other daemons at all,
807 and will instead just listen for incoming connections.
808
809 @cindex Device
810 @item Device = <@var{device}> (@file{/dev/tap0}, @file{/dev/net/tun} or other depending on platform)
811 The virtual network device to use.
812 Tinc will automatically detect what kind of device it is.
813 Note that you can only use one device per daemon.
814 Under Windows, use @var{Interface} instead of @var{Device}.
815 Note that you can only use one device per daemon.
816 See also @ref{Device files}.
817
818 @cindex DeviceType
819 @item DeviceType = <tun|tunnohead|tunifhead|tap> (only supported on BSD platforms)
820 The type of the virtual network device.
821 Tinc will normally automatically select the right type, and this option should not be used.
822 However, in case tinc does not seem to correctly interpret packets received from the virtual network device,
823 using this option might help.
824
825 @table @asis
826 @item tun
827 Set type to tun.
828 Depending on the platform, this can either be with or without an address family header (see below).
829
830 @cindex tunnohead
831 @item tunnohead
832 Set type to tun without an address family header.
833 Tinc will expect packets read from the virtual network device to start with an IP header.
834 On some platforms IPv6 packets cannot be read from or written to the device in this mode.
835
836 @cindex tunifhead
837 @item tunifhead
838 Set type to tun with an address family header.
839 Tinc will expect packets read from the virtual network device
840 to start with a four byte header containing the address family,
841 followed by an IP header.
842 This mode should support both IPv4 and IPv6 packets.
843
844 @item tap
845 Set type to tap.
846 Tinc will expect packets read from the virtual network device
847 to start with an Ethernet header.
848 @end table
849
850 @cindex GraphDumpFile
851 @item GraphDumpFile = <@var{filename}> [experimental]
852 If this option is present,
853 tinc will dump the current network graph to the file @var{filename}
854 every minute, unless there were no changes to the graph.
855 The file is in a format that can be read by graphviz tools.
856 If @var{filename} starts with a pipe symbol |,
857 then the rest of the filename is interpreted as a shell command
858 that is executed, the graph is then sent to stdin.
859
860 @cindex Hostnames
861 @item Hostnames = <yes|no> (no)
862 This option selects whether IP addresses (both real and on the VPN)
863 should be resolved.  Since DNS lookups are blocking, it might affect
864 tinc's efficiency, even stopping the daemon for a few seconds everytime
865 it does a lookup if your DNS server is not responding.
866
867 This does not affect resolving hostnames to IP addresses from the
868 configuration file.
869
870 @cindex Interface
871 @item Interface = <@var{interface}>
872 Defines the name of the interface corresponding to the virtual network device.
873 Depending on the operating system and the type of device this may or may not actually set the name of the interface.
874 Under Windows, this variable is used to select which network interface will be used.
875 If you specified a Device, this variable is almost always already correctly set.
876
877 @cindex Mode
878 @item Mode = <router|switch|hub> (router)
879 This option selects the way packets are routed to other daemons.
880
881 @table @asis
882 @cindex router
883 @item router
884 In this mode Subnet
885 variables in the host configuration files will be used to form a routing table.
886 Only unicast packets of routable protocols (IPv4 and IPv6) are supported in this mode.
887
888 This is the default mode, and unless you really know you need another mode, don't change it.
889
890 @cindex switch
891 @item switch
892 In this mode the MAC addresses of the packets on the VPN will be used to
893 dynamically create a routing table just like an Ethernet switch does.
894 Unicast, multicast and broadcast packets of every protocol that runs over Ethernet are supported in this mode
895 at the cost of frequent broadcast ARP requests and routing table updates.
896
897 This mode is primarily useful if you want to bridge Ethernet segments.
898
899 @cindex hub
900 @item hub
901 This mode is almost the same as the switch mode, but instead
902 every packet will be broadcast to the other daemons
903 while no routing table is managed.
904 @end table
905
906 @cindex KeyExpire
907 @item KeyExpire = <@var{seconds}> (3600)
908 This option controls the time the encryption keys used to encrypt the data
909 are valid.  It is common practice to change keys at regular intervals to
910 make it even harder for crackers, even though it is thought to be nearly
911 impossible to crack a single key.
912
913 @cindex MACExpire
914 @item MACExpire = <@var{seconds}> (600)
915 This option controls the amount of time MAC addresses are kept before they are removed.
916 This only has effect when Mode is set to "switch".
917
918 @cindex Name
919 @item Name = <@var{name}> [required]
920 This is a symbolic name for this connection.
921 The name should consist only of alfanumeric and underscore characters (a-z, A-Z, 0-9 and _).
922
923 @cindex PingInterval
924 @item PingInterval = <@var{seconds}> (60)
925 The number of seconds of inactivity that tinc will wait before sending a
926 probe to the other end.
927
928 @cindex PingTimeout
929 @item PingTimeout = <@var{seconds}> (5)
930 The number of seconds to wait for a response to pings or to allow meta
931 connections to block. If the other end doesn't respond within this time,
932 the connection is terminated, and the others will be notified of this.
933
934 @cindex PriorityInheritance
935 @item PriorityInheritance = <yes|no> (no) [experimental]
936 When this option is enabled the value of the TOS field of tunneled IPv4 packets
937 will be inherited by the UDP packets that are sent out.
938
939 @cindex PrivateKey
940 @item PrivateKey = <@var{key}> [obsolete]
941 This is the RSA private key for tinc. However, for safety reasons it is
942 advised to store private keys of any kind in separate files. This prevents
943 accidental eavesdropping if you are editting the configuration file.
944
945 @cindex PrivateKeyFile
946 @item PrivateKeyFile = <@var{path}> (@file{@value{sysconfdir}/tinc/@var{netname}/rsa_key.priv})
947 This is the full path name of the RSA private key file that was
948 generated by @samp{tincctl generate-keys}.  It must be a full path, not a
949 relative directory.
950
951 Note that there must be exactly one of PrivateKey
952 or PrivateKeyFile
953 specified in the configuration file.
954
955 @cindex ProcessPriority
956 @item ProcessPriority = <low|normal|high>
957 When this option is used the priority of the tincd process will be adjusted.
958 Increasing the priority may help to reduce latency and packet loss on the VPN.
959
960 @cindex TunnelServer
961 @item TunnelServer = <yes|no> (no) [experimental]
962 When this option is enabled tinc will no longer forward information between other tinc daemons,
963 and will only allow nodes and subnets on the VPN which are present in the
964 @file{@value{sysconfdir}/tinc/@var{netname}/hosts/} directory.
965
966 @end table
967
968
969 @c ==================================================================
970 @node       Host configuration variables
971 @subsection Host configuration variables
972
973 @table @asis
974 @cindex Address
975 @item Address = <@var{IP address}|@var{hostname}> [recommended]
976 This variable is only required if you want to connect to this host.  It
977 must resolve to the external IP address where the host can be reached,
978 not the one that is internal to the VPN.
979
980 @cindex Cipher
981 @item Cipher = <@var{cipher}> (blowfish)
982 The symmetric cipher algorithm used to encrypt UDP packets.
983 Any cipher supported by OpenSSL is recognized.
984 Furthermore, specifying "none" will turn off packet encryption.
985 It is best to use only those ciphers which support CBC mode.
986
987 @cindex Compression
988 @item Compression = <@var{level}> (0)
989 This option sets the level of compression used for UDP packets.
990 Possible values are 0 (off), 1 (fast zlib) and any integer up to 9 (best zlib),
991 10 (fast lzo) and 11 (best lzo).
992
993 @cindex Digest
994 @item Digest = <@var{digest}> (sha1)
995 The digest algorithm used to authenticate UDP packets.
996 Any digest supported by OpenSSL is recognized.
997 Furthermore, specifying "none" will turn off packet authentication.
998
999 @cindex IndirectData
1000 @item IndirectData = <yes|no> (no)
1001 This option specifies whether other tinc daemons besides the one you
1002 specified with ConnectTo can make a direct connection to you.  This is
1003 especially useful if you are behind a firewall and it is impossible to
1004 make a connection from the outside to your tinc daemon.  Otherwise, it
1005 is best to leave this option out or set it to no.
1006
1007 @cindex MACLength
1008 @item MACLength = <@var{bytes}> (4)
1009 The length of the message authentication code used to authenticate UDP packets.
1010 Can be anything from 0
1011 up to the length of the digest produced by the digest algorithm.
1012
1013 @cindex PMTU
1014 @item PMTU = <@var{mtu}> (1514)
1015 This option controls the initial path MTU to this node.
1016
1017 @cindex PMTUDiscovery
1018 @item PMTUDiscovery = <yes|no> (yes)
1019 When this option is enabled, tinc will try to discover the path MTU to this node.
1020 After the path MTU has been discovered, it will be enforced on the VPN.
1021
1022 @cindex Port
1023 @item Port = <@var{port}> (655)
1024 This is the port this tinc daemon listens on.
1025 You can use decimal portnumbers or symbolic names (as listed in @file{/etc/services}).
1026
1027 @cindex PublicKey
1028 @item PublicKey = <@var{key}> [obsolete]
1029 This is the RSA public key for this host.
1030
1031 @cindex PublicKeyFile
1032 @item PublicKeyFile = <@var{path}> [obsolete]
1033 This is the full path name of the RSA public key file that was generated
1034 by @samp{tincctl generate-keys}.  It must be a full path, not a relative
1035 directory.
1036
1037 @cindex PEM format
1038 From version 1.0pre4 on tinc will store the public key directly into the
1039 host configuration file in PEM format, the above two options then are not
1040 necessary. Either the PEM format is used, or exactly
1041 @strong{one of the above two options} must be specified
1042 in each host configuration file, if you want to be able to establish a
1043 connection with that host.
1044
1045 @cindex Subnet
1046 @item Subnet = <@var{address}[/@var{prefixlength}[#@var{weight}]]>
1047 The subnet which this tinc daemon will serve.
1048 Tinc tries to look up which other daemon it should send a packet to by searching the appropiate subnet.
1049 If the packet matches a subnet,
1050 it will be sent to the daemon who has this subnet in his host configuration file.
1051 Multiple subnet lines can be specified for each daemon.
1052
1053 Subnets can either be single MAC, IPv4 or IPv6 addresses,
1054 in which case a subnet consisting of only that single address is assumed,
1055 or they can be a IPv4 or IPv6 network address with a prefixlength.
1056 Shorthand notations are not supported.
1057 For example, IPv4 subnets must be in a form like 192.168.1.0/24,
1058 where 192.168.1.0 is the network address and 24 is the number of bits set in the netmask.
1059 Note that subnets like 192.168.1.1/24 are invalid!
1060 Read a networking HOWTO/FAQ/guide if you don't understand this.
1061 IPv6 subnets are notated like fec0:0:0:1:0:0:0:0/64.
1062 MAC addresses are notated like 0:1a:2b:3c:4d:5e.
1063
1064 @cindex CIDR notation
1065 Prefixlength is the number of bits set to 1 in the netmask part; for
1066 example: netmask 255.255.255.0 would become /24, 255.255.252.0 becomes
1067 /22. This conforms to standard CIDR notation as described in
1068 @uref{ftp://ftp.isi.edu/in-notes/rfc1519.txt, RFC1519}
1069
1070 A Subnet can be given a weight to indicate its priority over identical Subnets
1071 owned by different nodes. The default weight is 10. Lower values indicate
1072 higher priority. Packets will be sent to the node with the highest priority,
1073 unless that node is not reachable, in which case the node with the next highest
1074 priority will be tried, and so on.
1075
1076 @cindex TCPonly
1077 @item TCPonly = <yes|no> (no)
1078 If this variable is set to yes, then the packets are tunnelled over a
1079 TCP connection instead of a UDP connection.  This is especially useful
1080 for those who want to run a tinc daemon from behind a masquerading
1081 firewall, or if UDP packet routing is disabled somehow.
1082 Setting this options also implicitly sets IndirectData.
1083 @end table
1084
1085
1086 @c ==================================================================
1087 @node       Scripts
1088 @subsection Scripts
1089
1090 @cindex scripts
1091 Apart from reading the server and host configuration files,
1092 tinc can also run scripts at certain moments.
1093 Under Windows (not Cygwin), the scripts should have the extension .bat.
1094
1095 @table @file
1096 @cindex tinc-up
1097 @item @value{sysconfdir}/tinc/@var{netname}/tinc-up
1098 This is the most important script.
1099 If it is present it will be executed right after the tinc daemon has been
1100 started and has connected to the virtual network device.
1101 It should be used to set up the corresponding network interface,
1102 but can also be used to start other things.
1103 Under Windows you can use the Network Connections control panel instead of creating this script.
1104
1105 @cindex tinc-down
1106 @item @value{sysconfdir}/tinc/@var{netname}/tinc-down
1107 This script is started right before the tinc daemon quits.
1108
1109 @item @value{sysconfdir}/tinc/@var{netname}/hosts/@var{host}-up
1110 This script is started when the tinc daemon with name @var{host} becomes reachable.
1111
1112 @item @value{sysconfdir}/tinc/@var{netname}/hosts/@var{host}-down
1113 This script is started when the tinc daemon with name @var{host} becomes unreachable.
1114
1115 @item @value{sysconfdir}/tinc/@var{netname}/host-up
1116 This script is started when any host becomes reachable.
1117
1118 @item @value{sysconfdir}/tinc/@var{netname}/host-down
1119 This script is started when any host becomes unreachable.
1120
1121 @item @value{sysconfdir}/tinc/@var{netname}/subnet-up
1122 This script is started when a Subnet becomes reachable.
1123 The Subnet and the node it belongs to are passed in environment variables.
1124
1125 @item @value{sysconfdir}/tinc/@var{netname}/subnet-down
1126 This script is started when a Subnet becomes unreachable.
1127 @end table
1128
1129 @cindex environment variables
1130 The scripts are started without command line arguments,
1131 but can make use of certain environment variables.
1132 Under UNIX like operating systems the names of environment variables must be preceded by a $ in scripts.
1133 Under Windows, in @file{.bat} files, they have to be put between % signs.
1134
1135 @table @env
1136 @cindex NETNAME
1137 @item NETNAME
1138 If a netname was specified, this environment variable contains it.
1139
1140 @cindex NAME
1141 @item NAME
1142 Contains the name of this tinc daemon.
1143
1144 @cindex DEVICE
1145 @item DEVICE
1146 Contains the name of the virtual network device that tinc uses.
1147
1148 @cindex INTERFACE
1149 @item INTERFACE
1150 Contains the name of the virtual network interface that tinc uses.
1151 This should be used for commands like ifconfig.
1152
1153 @cindex NODE
1154 @item NODE
1155 When a host becomes (un)reachable, this is set to its name.
1156 If a subnet becomes (un)reachable, this is set to the owner of that subnet.
1157
1158 @cindex REMOTEADDRESS
1159 @item REMOTEADDRESS
1160 When a host becomes (un)reachable, this is set to its real address.
1161
1162 @cindex REMOTEPORT
1163 @item REMOTEPORT
1164 When a host becomes (un)reachable,
1165 this is set to the port number it uses for communication with other tinc daemons.
1166
1167 @cindex SUBNET
1168 @item SUBNET
1169 When a subnet becomes (un)reachable, this is set to the subnet.
1170
1171 @end table
1172
1173
1174 @c ==================================================================
1175 @node       How to configure
1176 @subsection How to configure
1177
1178 @subsubheading Step 1.  Creating the main configuration file
1179
1180 The main configuration file will be called @file{@value{sysconfdir}/tinc/@var{netname}/tinc.conf}.
1181 Adapt the following example to create a basic configuration file:
1182
1183 @example
1184 Name = @var{yourname}
1185 Device = @file{/dev/tap0}
1186 @end example
1187
1188 Then, if you know to which other tinc daemon(s) yours is going to connect,
1189 add `ConnectTo' values.
1190
1191 @subsubheading Step 2.  Creating your host configuration file
1192
1193 If you added a line containing `Name = yourname' in the main configuarion file,
1194 you will need to create a host configuration file @file{@value{sysconfdir}/tinc/@var{netname}/hosts/yourname}.
1195 Adapt the following example to create a host configuration file:
1196
1197 @example
1198 Address = your.real.hostname.org
1199 Subnet = 192.168.1.0/24
1200 @end example
1201
1202 You can also use an IP address instead of a hostname.
1203 The `Subnet' specifies the address range that is local for @emph{your part of the VPN only}.
1204 If you have multiple address ranges you can specify more than one `Subnet'.
1205 You might also need to add a `Port' if you want your tinc daemon to run on a different port number than the default (655).
1206
1207
1208 @c ==================================================================
1209 @node    Generating keypairs
1210 @section Generating keypairs
1211
1212 @cindex key generation
1213 Now that you have already created the main configuration file and your host configuration file,
1214 you can easily create a public/private keypair by entering the following command:
1215
1216 @example
1217 tincctl -n @var{netname} generate-keys
1218 @end example
1219
1220 Tinc will generate a public and a private key and ask you where to put them.
1221 Just press enter to accept the defaults.
1222
1223
1224 @c ==================================================================
1225 @node    Network interfaces
1226 @section Network interfaces
1227
1228 Before tinc can start transmitting data over the tunnel, it must
1229 set up the virtual network interface.
1230
1231 First, decide which IP addresses you want to have associated with these
1232 devices, and what network mask they must have.
1233
1234 Tinc will open a virtual network device (@file{/dev/tun}, @file{/dev/tap0} or similar),
1235 which will also create a network interface called something like @samp{tun0}, @samp{tap0}.
1236 If you are using the Linux tun/tap driver, the network interface will by default have the same name as the @var{netname}.
1237 Under Windows you can change the name of the network interface from the Network Connections control panel.
1238
1239 @cindex tinc-up
1240 You can configure the network interface by putting ordinary ifconfig, route, and other commands
1241 to a script named @file{@value{sysconfdir}/tinc/@var{netname}/tinc-up}.
1242 When tinc starts, this script will be executed. When tinc exits, it will execute the script named
1243 @file{@value{sysconfdir}/tinc/@var{netname}/tinc-down}, but normally you don't need to create that script.
1244
1245 An example @file{tinc-up} script:
1246
1247 @example
1248 #!/bin/sh
1249 ifconfig $INTERFACE 192.168.1.1 netmask 255.255.0.0
1250 @end example
1251
1252 This script gives the interface an IP address and a netmask.
1253 The kernel will also automatically add a route to this interface, so normally you don't need
1254 to add route commands to the @file{tinc-up} script.
1255 The kernel will also bring the interface up after this command.
1256 @cindex netmask
1257 The netmask is the mask of the @emph{entire} VPN network, not just your
1258 own subnet.
1259
1260 The exact syntax of the ifconfig and route commands differs from platform to platform.
1261 You can look up the commands for setting addresses and adding routes in @ref{Platform specific information},
1262 but it is best to consult the manpages of those utilities on your platform.
1263
1264
1265 @c ==================================================================
1266 @node    Example configuration
1267 @section Example configuration
1268
1269
1270 @cindex example
1271 Imagine the following situation.  Branch A of our example `company' wants to connect
1272 three branch offices in B, C and D using the Internet.  All four offices
1273 have a 24/7 connection to the Internet.
1274
1275 A is going to serve as the center of the network.  B and C will connect
1276 to A, and D will connect to C.  Each office will be assigned their own IP
1277 network, 10.x.0.0.
1278
1279 @example
1280 A: net 10.1.0.0 mask 255.255.0.0 gateway 10.1.54.1 internet IP 1.2.3.4
1281 B: net 10.2.0.0 mask 255.255.0.0 gateway 10.2.1.12 internet IP 2.3.4.5
1282 C: net 10.3.0.0 mask 255.255.0.0 gateway 10.3.69.254 internet IP 3.4.5.6
1283 D: net 10.4.0.0 mask 255.255.0.0 gateway 10.4.3.32 internet IP 4.5.6.7
1284 @end example
1285
1286 Here, ``gateway'' is the VPN IP address of the machine that is running the
1287 tincd, and ``internet IP'' is the IP address of the firewall, which does not
1288 need to run tincd, but it must do a port forwarding of TCP and UDP on port
1289 655 (unless otherwise configured).
1290
1291 In this example, it is assumed that eth0 is the interface that points to
1292 the inner (physical) LAN of the office, although this could also be the
1293 same as the interface that leads to the Internet.  The configuration of
1294 the real interface is also shown as a comment, to give you an idea of
1295 how these example host is set up. All branches use the netname `company'
1296 for this particular VPN.
1297
1298 @subsubheading For Branch A
1299
1300 @emph{BranchA} would be configured like this:
1301
1302 In @file{@value{sysconfdir}/tinc/company/tinc-up}:
1303
1304 @example
1305 # Real interface of internal network:
1306 # ifconfig eth0 10.1.54.1 netmask 255.255.0.0
1307
1308 ifconfig $INTERFACE 10.1.54.1 netmask 255.0.0.0
1309 @end example
1310
1311 and in @file{@value{sysconfdir}/tinc/company/tinc.conf}:
1312
1313 @example
1314 Name = BranchA
1315 Device = /dev/tap0
1316 @end example
1317
1318 On all hosts, @file{@value{sysconfdir}/tinc/company/hosts/BranchA} contains:
1319
1320 @example
1321 Subnet = 10.1.0.0/16
1322 Address = 1.2.3.4
1323
1324 -----BEGIN RSA PUBLIC KEY-----
1325 ...
1326 -----END RSA PUBLIC KEY-----
1327 @end example
1328
1329 Note that the IP addresses of eth0 and tap0 are the same.
1330 This is quite possible, if you make sure that the netmasks of the interfaces are different.
1331 It is in fact recommended to give give both real internal network interfaces and tap interfaces the same IP address,
1332 since that will make things a lot easier to remember and set up.
1333
1334
1335 @subsubheading For Branch B
1336
1337 In @file{@value{sysconfdir}/tinc/company/tinc-up}:
1338
1339 @example
1340 # Real interface of internal network:
1341 # ifconfig eth0 10.2.43.8 netmask 255.255.0.0
1342
1343 ifconfig $INTERFACE 10.2.1.12 netmask 255.0.0.0
1344 @end example
1345
1346 and in @file{@value{sysconfdir}/tinc/company/tinc.conf}:
1347
1348 @example
1349 Name = BranchB
1350 ConnectTo = BranchA
1351 @end example
1352
1353 Note here that the internal address (on eth0) doesn't have to be the
1354 same as on the tap0 device.  Also, ConnectTo is given so that no-one can
1355 connect to this node.
1356
1357 On all hosts, in @file{@value{sysconfdir}/tinc/company/hosts/BranchB}:
1358
1359 @example
1360 Subnet = 10.2.0.0/16
1361 Address = 2.3.4.5
1362
1363 -----BEGIN RSA PUBLIC KEY-----
1364 ...
1365 -----END RSA PUBLIC KEY-----
1366 @end example
1367
1368
1369 @subsubheading For Branch C
1370
1371 In @file{@value{sysconfdir}/tinc/company/tinc-up}:
1372
1373 @example
1374 # Real interface of internal network:
1375 # ifconfig eth0 10.3.69.254 netmask 255.255.0.0
1376
1377 ifconfig $INTERFACE 10.3.69.254 netmask 255.0.0.0
1378 @end example
1379
1380 and in @file{@value{sysconfdir}/tinc/company/tinc.conf}:
1381
1382 @example
1383 Name = BranchC
1384 ConnectTo = BranchA
1385 Device = /dev/tap1
1386 @end example
1387
1388 C already has another daemon that runs on port 655, so they have to
1389 reserve another port for tinc. It knows the portnumber it has to listen on
1390 from it's own host configuration file.
1391
1392 On all hosts, in @file{@value{sysconfdir}/tinc/company/hosts/BranchC}:
1393
1394 @example
1395 Address = 3.4.5.6
1396 Subnet = 10.3.0.0/16
1397 Port = 2000
1398
1399 -----BEGIN RSA PUBLIC KEY-----
1400 ...
1401 -----END RSA PUBLIC KEY-----
1402 @end example
1403
1404
1405 @subsubheading For Branch D
1406
1407 In @file{@value{sysconfdir}/tinc/company/tinc-up}:
1408
1409 @example
1410 # Real interface of internal network:
1411 # ifconfig eth0 10.4.3.32 netmask 255.255.0.0
1412
1413 ifconfig $INTERFACE 10.4.3.32 netmask 255.0.0.0
1414 @end example
1415
1416 and in @file{@value{sysconfdir}/tinc/company/tinc.conf}:
1417
1418 @example
1419 Name = BranchD
1420 ConnectTo = BranchC
1421 Device = /dev/net/tun
1422 @end example
1423
1424 D will be connecting to C, which has a tincd running for this network on
1425 port 2000. It knows the port number from the host configuration file.
1426 Also note that since D uses the tun/tap driver, the network interface
1427 will not be called `tun' or `tap0' or something like that, but will
1428 have the same name as netname.
1429
1430 On all hosts, in @file{@value{sysconfdir}/tinc/company/hosts/BranchD}:
1431
1432 @example
1433 Subnet = 10.4.0.0/16
1434 Address = 4.5.6.7
1435
1436 -----BEGIN RSA PUBLIC KEY-----
1437 ...
1438 -----END RSA PUBLIC KEY-----
1439 @end example
1440
1441 @subsubheading Key files
1442
1443 A, B, C and D all have generated a public/private keypair with the following command:
1444
1445 @example
1446 tincctl -n company generate-keys
1447 @end example
1448
1449 The private key is stored in @file{@value{sysconfdir}/tinc/company/rsa_key.priv},
1450 the public key is put into the host configuration file in the @file{@value{sysconfdir}/tinc/company/hosts/} directory.
1451 During key generation, tinc automatically guesses the right filenames based on the -n option and
1452 the Name directive in the @file{tinc.conf} file (if it is available).
1453
1454 @subsubheading Starting
1455
1456 After each branch has finished configuration and they have distributed
1457 the host configuration files amongst them, they can start their tinc daemons.
1458 They don't necessarily have to wait for the other branches to have started
1459 their daemons, tinc will try connecting until they are available.
1460
1461
1462 @c ==================================================================
1463 @node    Running tinc
1464 @chapter Running tinc
1465
1466 If everything else is done, you can start tinc by typing the following command:
1467
1468 @example
1469 tincd -n @var{netname}
1470 @end example
1471
1472 @cindex daemon
1473 Tinc will detach from the terminal and continue to run in the background like a good daemon.
1474 If there are any problems however you can try to increase the debug level
1475 and look in the syslog to find out what the problems are.
1476
1477 @menu
1478 * Runtime options::
1479 * Signals::
1480 * Debug levels::
1481 * Solving problems::
1482 * Error messages::
1483 * Sending bug reports::
1484 @end menu
1485
1486
1487 @c ==================================================================
1488 @node    Runtime options
1489 @section Runtime options
1490
1491 Besides the settings in the configuration file, tinc also accepts some
1492 command line options.
1493
1494 @cindex command line
1495 @cindex runtime options
1496 @cindex options
1497 @c from the manpage
1498 @table @option
1499 @item -c, --config=@var{path}
1500 Read configuration options from the directory @var{path}.  The default is
1501 @file{@value{sysconfdir}/tinc/@var{netname}/}.
1502
1503 @item -D, --no-detach
1504 Don't fork and detach.
1505 This will also disable the automatic restart mechanism for fatal errors.
1506
1507 @cindex debug level
1508 @item -d, --debug=@var{level}
1509 Set debug level to @var{level}.  The higher the debug level, the more gets
1510 logged.  Everything goes via syslog.
1511
1512 @item -n, --net=@var{netname}
1513 Use configuration for net @var{netname}. @xref{Multiple networks}.
1514
1515 @item --controlsocket=@var{filename}
1516 Open control socket at @var{filename}. If unspecified, the default is
1517 @file{@value{localstatedir}/run/tinc.@var{netname}.control}.
1518
1519 @item -L, --mlock
1520 Lock tinc into main memory.
1521 This will prevent sensitive data like shared private keys to be written to the system swap files/partitions.
1522
1523 @item --logfile[=@var{file}]
1524 Write log entries to a file instead of to the system logging facility.
1525 If @var{file} is omitted, the default is @file{@value{localstatedir}/log/tinc.@var{netname}.log}.
1526
1527 @item --bypass-security
1528 Disables encryption and authentication.
1529 Only useful for debugging.
1530
1531 @item -R, --chroot
1532 Change process root directory to the directory where the config file is
1533 located (@file{@value{sysconfdir}/tinc/@var{netname}/} as determined by
1534 -n/--net option or as given by -c/--config option), for added security.
1535 The chroot is performed after all the initialization is done, after
1536 writing pid files and opening network sockets.
1537
1538 Note that this option alone does not do any good without -U/--user, below.
1539
1540 Note also that tinc can't run scripts anymore (such as tinc-down or host-up),
1541 unless it's setup to be runnable inside chroot environment.
1542
1543 @item -U, --user=@var{user}
1544 Switch to the given @var{user} after initialization, at the same time as
1545 chroot is performed (see --chroot above).  With this option tinc drops
1546 privileges, for added security.
1547
1548 @item --help
1549 Display a short reminder of these runtime options and terminate.
1550
1551 @item --version
1552 Output version information and exit.
1553
1554 @end table
1555
1556 @c ==================================================================
1557 @node    Signals
1558 @section Signals
1559
1560 @cindex signals
1561 You can also send the following signals to a running tincd process:
1562
1563 @c from the manpage
1564 @table @samp
1565
1566 @item HUP
1567 Partially rereads configuration files.
1568 Connections to hosts whose host config file are removed are closed.
1569 New outgoing connections specified in @file{tinc.conf} will be made.
1570
1571 @end table
1572
1573 @c ==================================================================
1574 @node    Debug levels
1575 @section Debug levels
1576
1577 @cindex debug levels
1578 The tinc daemon can send a lot of messages to the syslog.
1579 The higher the debug level, the more messages it will log.
1580 Each level inherits all messages of the previous level:
1581
1582 @c from the manpage
1583 @table @samp
1584
1585 @item 0
1586 This will log a message indicating tinc has started along with a version number.
1587 It will also log any serious error.
1588
1589 @item 1
1590 This will log all connections that are made with other tinc daemons.
1591
1592 @item 2
1593 This will log status and error messages from scripts and other tinc daemons.
1594
1595 @item 3
1596 This will log all requests that are exchanged with other tinc daemons. These include
1597 authentication, key exchange and connection list updates.
1598
1599 @item 4
1600 This will log a copy of everything received on the meta socket.
1601
1602 @item 5
1603 This will log all network traffic over the virtual private network.
1604
1605 @end table
1606
1607 @c ==================================================================
1608 @node    Solving problems
1609 @section Solving problems
1610
1611 If tinc starts without problems, but if the VPN doesn't work, you will have to find the cause of the problem.
1612 The first thing to do is to start tinc with a high debug level in the foreground,
1613 so you can directly see everything tinc logs:
1614
1615 @example
1616 tincd -n @var{netname} -d5 -D
1617 @end example
1618
1619 If tinc does not log any error messages, then you might want to check the following things:
1620
1621 @itemize
1622 @item @file{tinc-up} script
1623 Does this script contain the right commands?
1624 Normally you must give the interface the address of this host on the VPN, and the netmask must be big enough so that the entire VPN is covered.
1625
1626 @item Subnet
1627 Does the Subnet (or Subnets) in the host configuration file of this host match the portion of the VPN that belongs to this host?
1628
1629 @item Firewalls and NATs
1630 Do you have a firewall or a NAT device (a masquerading firewall or perhaps an ADSL router that performs masquerading)?
1631 If so, check that it allows TCP and UDP traffic on port 655.
1632 If it masquerades and the host running tinc is behind it, make sure that it forwards TCP and UDP traffic to port 655 to the host running tinc.
1633 You can add @samp{TCPOnly = yes} to your host config file to force tinc to only use a single TCP connection,
1634 this works through most firewalls and NATs.
1635
1636 @end itemize
1637
1638
1639 @c ==================================================================
1640 @node    Error messages
1641 @section Error messages
1642
1643 What follows is a list of the most common error messages you might find in the logs.
1644 Some of them will only be visible if the debug level is high enough.
1645
1646 @table @samp
1647 @item Could not open /dev/tap0: No such device
1648
1649 @itemize
1650 @item You forgot to `modprobe netlink_dev' or `modprobe ethertap'.
1651 @item You forgot to compile `Netlink device emulation' in the kernel.
1652 @end itemize
1653
1654 @item Can't write to /dev/net/tun: No such device
1655
1656 @itemize
1657 @item You forgot to `modprobe tun'.
1658 @item You forgot to compile `Universal TUN/TAP driver' in the kernel.
1659 @item The tun device is located somewhere else in @file{/dev/}.
1660 @end itemize
1661
1662 @item Network address and prefix length do not match!
1663
1664 @itemize
1665 @item The Subnet field must contain a @emph{network} address, trailing bits should be 0.
1666 @item If you only want to use one IP address, set the netmask to /32.
1667 @end itemize
1668
1669 @item Error reading RSA key file `rsa_key.priv': No such file or directory
1670
1671 @itemize
1672 @item You forgot to create a public/private keypair.
1673 @item Specify the complete pathname to the private key file with the @samp{PrivateKeyFile} option.
1674 @end itemize
1675
1676 @item Warning: insecure file permissions for RSA private key file `rsa_key.priv'!
1677
1678 @itemize
1679 @item The private key file is readable by users other than root.
1680 Use chmod to correct the file permissions.
1681 @end itemize
1682
1683 @item Creating metasocket failed: Address family not supported
1684
1685 @itemize
1686 @item By default tinc tries to create both IPv4 and IPv6 sockets.
1687 On some platforms this might not be implemented.
1688 If the logs show @samp{Ready} later on, then at least one metasocket was created,
1689 and you can ignore this message.
1690 You can add @samp{AddressFamily = ipv4} to @file{tinc.conf} to prevent this from happening.
1691 @end itemize
1692
1693 @item Cannot route packet: unknown IPv4 destination 1.2.3.4
1694
1695 @itemize
1696 @item You try to send traffic to a host on the VPN for which no Subnet is known.
1697 @item If it is a broadcast address (ending in .255), it probably is a samba server or a Windows host sending broadcast packets.
1698 You can ignore it.
1699 @end itemize
1700
1701 @item Cannot route packet: ARP request for unknown address 1.2.3.4
1702
1703 @itemize
1704 @item You try to send traffic to a host on the VPN for which no Subnet is known.
1705 @end itemize
1706
1707 @item Packet with destination 1.2.3.4 is looping back to us!
1708
1709 @itemize
1710 @item Something is not configured right. Packets are being sent out to the
1711 virtual network device, but according to the Subnet directives in your host configuration
1712 file, those packets should go to your own host. Most common mistake is that
1713 you have a Subnet line in your host configuration file with a prefix length which is
1714 just as large as the prefix of the virtual network interface. The latter should in almost all
1715 cases be larger. Rethink your configuration.
1716 Note that you will only see this message if you specified a debug
1717 level of 5 or higher!
1718 @item Chances are that a @samp{Subnet = ...} line in the host configuration file of this tinc daemon is wrong.
1719 Change it to a subnet that is accepted locally by another interface,
1720 or if that is not the case, try changing the prefix length into /32. 
1721 @end itemize
1722
1723 @item Node foo (1.2.3.4) is not reachable
1724
1725 @itemize
1726 @item Node foo does not have a connection anymore, its tinc daemon is not running or its connection to the Internet is broken.
1727 @end itemize
1728
1729 @item Received UDP packet from unknown source 1.2.3.4 (port 12345)
1730
1731 @itemize
1732 @item If you see this only sporadically, it is harmless and caused by a node sending packets using an old key.
1733 @item If you see this often and another node is not reachable anymore, then a NAT (masquerading firewall) is changing the source address of UDP packets.
1734 You can add @samp{TCPOnly = yes} to host configuration files to force all VPN traffic to go over a TCP connection.
1735 @end itemize
1736
1737 @item Got bad/bogus/unauthorized REQUEST from foo (1.2.3.4 port 12345)
1738
1739 @itemize
1740 @item Node foo does not have the right public/private keypair.
1741 Generate new keypairs and distribute them again.
1742 @item An attacker tries to gain access to your VPN.
1743 @item A network error caused corruption of metadata sent from foo.
1744 @end itemize
1745
1746 @end table
1747
1748 @c ==================================================================
1749 @node    Sending bug reports
1750 @section Sending bug reports
1751
1752 If you really can't find the cause of a problem, or if you suspect tinc is not working right,
1753 you can send us a bugreport, see @ref{Contact information}.
1754 Be sure to include the following information in your bugreport:
1755
1756 @itemize
1757 @item A clear description of what you are trying to achieve and what the problem is.
1758 @item What platform (operating system, version, hardware architecture) and which version of tinc you use.
1759 @item If compiling tinc fails, a copy of @file{config.log} and the error messages you get.
1760 @item Otherwise, a copy of @file{tinc.conf}, @file{tinc-up} and all files in the @file{hosts/} directory.
1761 @item The output of the commands @samp{ifconfig -a} and @samp{route -n} (or @samp{netstat -rn} if that doesn't work).
1762 @item The output of any command that fails to work as it should (like ping or traceroute).
1763 @end itemize
1764
1765 @c ==================================================================
1766 @node    Controlling tinc
1767 @chapter Controlling tinc
1768
1769 You can control and inspect a running @samp{tincd} through the @samp{tincctl}
1770 command. A quick example:
1771
1772 @example
1773 tincctl -n @var{netname} reload
1774 @end example
1775
1776 @menu
1777 * tincctl runtime options::
1778 * tincctl commands::
1779 @end menu
1780
1781
1782 @c ==================================================================
1783 @node    tincctl runtime options
1784 @section tincctl runtime options
1785
1786 @c from the manpage
1787 @table @option
1788 @item -c, --config=@var{path}
1789 Read configuration options from the directory @var{path}.  The default is
1790 @file{@value{sysconfdir}/tinc/@var{netname}/}.
1791
1792 @item -n, --net=@var{netname}
1793 Use configuration for net @var{netname}. @xref{Multiple networks}.
1794
1795 @item --controlsocket=@var{filename}
1796 Open control socket at @var{filename}. If unspecified, the default is
1797 @file{@value{localstatedir}/run/tinc.@var{netname}.control}.
1798
1799 @item --help
1800 Display a short reminder of runtime options and commands, then terminate.
1801
1802 @item --version
1803 Output version information and exit.
1804
1805 @end table
1806
1807
1808 @c ==================================================================
1809 @node    tincctl commands
1810 @section tincctl commands
1811
1812 @c from the manpage
1813 @table @code
1814
1815 @item start
1816 Start @samp{tincd}.
1817
1818 @item stop
1819 Stop @samp{tincd}.
1820
1821 @item restart
1822 Restart @samp{tincd}.
1823
1824 @item reload
1825 Partially rereads configuration files. Connections to hosts whose host
1826 config files are removed are closed. New outgoing connections specified
1827 in @file{tinc.conf} will be made.
1828
1829 @item pid
1830 Shows the PID of the currently running @samp{tincd}.
1831
1832 @item generate-keys [@var{bits}]
1833 Generate public/private keypair of @var{bits} length. If @var{bits} is not specified,
1834 1024 is the default. tinc will ask where you want to store the files,
1835 but will default to the configuration directory (you can use the -c or -n
1836 option).
1837
1838 @item dump nodes
1839 Dump a list of all known nodes in the VPN.
1840
1841 @item dump edges
1842 Dump a list of all known connections in the VPN.
1843
1844 @item dump subnets
1845 Dump a list of all known subnets in the VPN.
1846
1847 @item dump connections
1848 Dump a list of all meta connections with ourself.
1849
1850 @item dump graph
1851 Dump a graph of the VPN in dotty format.
1852
1853 @item purge
1854 Purges all information remembered about unreachable nodes.
1855
1856 @item debug @var{level}
1857 Sets debug level to @var{level}.
1858
1859 @item retry
1860 Forces tinc to try to connect to all uplinks immediately.
1861 Usually tinc attempts to do this itself,
1862 but increases the time it waits between the attempts each time it failed,
1863 and if tinc didn't succeed to connect to an uplink the first time after it started,
1864 it defaults to the maximum time of 15 minutes.
1865
1866 @end table
1867
1868
1869 @c ==================================================================
1870 @node    Technical information
1871 @chapter Technical information
1872
1873
1874 @menu
1875 * The connection::
1876 * The meta-protocol::
1877 * Security::
1878 @end menu
1879
1880
1881 @c ==================================================================
1882 @node    The connection
1883 @section The connection
1884
1885 @cindex connection
1886 Tinc is a daemon that takes VPN data and transmit that to another host
1887 computer over the existing Internet infrastructure.
1888
1889 @menu
1890 * The UDP tunnel::
1891 * The meta-connection::
1892 @end menu
1893
1894
1895 @c ==================================================================
1896 @node    The UDP tunnel
1897 @subsection The UDP tunnel
1898
1899 @cindex virtual network device
1900 @cindex frame type
1901 The data itself is read from a character device file, the so-called
1902 @emph{virtual network device}.  This device is associated with a network
1903 interface.  Any data sent to this interface can be read from the device,
1904 and any data written to the device gets sent from the interface.
1905 There are two possible types of virtual network devices:
1906 `tun' style, which are point-to-point devices which can only handle IPv4 and/or IPv6 packets,
1907 and `tap' style, which are Ethernet devices and handle complete Ethernet frames.
1908
1909 So when tinc reads an Ethernet frame from the device, it determines its
1910 type. When tinc is in it's default routing mode, it can handle IPv4 and IPv6
1911 packets. Depending on the Subnet lines, it will send the packets off to their destination IP address.
1912 In the `switch' and `hub' mode, tinc will use broadcasts and MAC address discovery
1913 to deduce the destination of the packets.
1914 Since the latter modes only depend on the link layer information,
1915 any protocol that runs over Ethernet is supported (for instance IPX and Appletalk).
1916 However, only `tap' style devices provide this information.
1917
1918 After the destination has been determined,
1919 the packet will be compressed (optionally),
1920 a sequence number will be added to the packet,
1921 the packet will then be encrypted
1922 and a message authentication code will be appended.
1923
1924 @cindex encapsulating
1925 @cindex UDP
1926 When that is done, time has come to actually transport the
1927 packet to the destination computer.  We do this by sending the packet
1928 over an UDP connection to the destination host.  This is called
1929 @emph{encapsulating}, the VPN packet (though now encrypted) is
1930 encapsulated in another IP datagram.
1931
1932 When the destination receives this packet, the same thing happens, only
1933 in reverse.  So it checks the message authentication code, decrypts the contents of the UDP datagram,
1934 checks the sequence number
1935 and writes the decrypted information to its own virtual network device.
1936
1937 If the virtual network device is a `tun' device (a point-to-point tunnel),
1938 there is no problem for the kernel to accept a packet.
1939 However, if it is a `tap' device (this is the only available type on FreeBSD),
1940 the destination MAC address must match that of the virtual network interface.
1941 If tinc is in it's default routing mode, ARP does not work, so the correct destination MAC 
1942 can not be known by the sending host.
1943 Tinc solves this by letting the receiving end detect the MAC address of its own virtual network interface
1944 and overwriting the destination MAC address of the received packet.
1945
1946 In switch or hub modes ARP does work so the sender already knows the correct destination MAC address.
1947 In those modes every interface should have a unique MAC address, so make sure they are not the same.
1948 Because switch and hub modes rely on MAC addresses to function correctly,
1949 these modes cannot be used on the following operating systems which don't have a `tap' style virtual network device:
1950 OpenBSD, NetBSD, Darwin and Solaris.
1951
1952
1953 @c ==================================================================
1954 @node    The meta-connection
1955 @subsection The meta-connection
1956
1957 Having only a UDP connection available is not enough.  Though suitable
1958 for transmitting data, we want to be able to reliably send other
1959 information, such as routing and session key information to somebody.
1960
1961 @cindex TCP
1962 TCP is a better alternative, because it already contains protection
1963 against information being lost, unlike UDP.
1964
1965 So we establish two connections.  One for the encrypted VPN data, and one
1966 for other information, the meta-data.  Hence, we call the second
1967 connection the meta-connection.  We can now be sure that the
1968 meta-information doesn't get lost on the way to another computer.
1969
1970 @cindex data-protocol
1971 @cindex meta-protocol
1972 Like with any communication, we must have a protocol, so that everybody
1973 knows what everything stands for, and how she should react.  Because we
1974 have two connections, we also have two protocols.  The protocol used for
1975 the UDP data is the ``data-protocol,'' the other one is the
1976 ``meta-protocol.''
1977
1978 The reason we don't use TCP for both protocols is that UDP is much
1979 better for encapsulation, even while it is less reliable.  The real
1980 problem is that when TCP would be used to encapsulate a TCP stream
1981 that's on the private network, for every packet sent there would be
1982 three ACKs sent instead of just one.  Furthermore, if there would be
1983 a timeout, both TCP streams would sense the timeout, and both would
1984 start re-sending packets.
1985
1986
1987 @c ==================================================================
1988 @node    The meta-protocol
1989 @section The meta-protocol
1990
1991 The meta protocol is used to tie all tinc daemons together, and
1992 exchange information about which tinc daemon serves which virtual
1993 subnet.
1994
1995 The meta protocol consists of requests that can be sent to the other
1996 side.  Each request has a unique number and several parameters.  All
1997 requests are represented in the standard ASCII character set.  It is
1998 possible to use tools such as telnet or netcat to connect to a tinc
1999 daemon started with the --bypass-security option
2000 and to read and write requests by hand, provided that one
2001 understands the numeric codes sent.
2002
2003 The authentication scheme is described in @ref{Authentication protocol}. After a
2004 successful authentication, the server and the client will exchange all the
2005 information about other tinc daemons and subnets they know of, so that both
2006 sides (and all the other tinc daemons behind them) have their information
2007 synchronised.
2008
2009 @cindex ADD_EDGE
2010 @cindex ADD_SUBNET
2011 @example
2012 message
2013 ------------------------------------------------------------------
2014 ADD_EDGE node1 node2 21.32.43.54 655 222 0
2015           |     |        |       |   |  +-> options
2016           |     |        |       |   +----> weight
2017           |     |        |       +--------> UDP port of node2
2018           |     |        +----------------> real address of node2
2019           |     +-------------------------> name of destination node
2020           +-------------------------------> name of source node
2021
2022 ADD_SUBNET node 192.168.1.0/24
2023             |         |     +--> prefixlength
2024             |         +--------> network address
2025             +------------------> owner of this subnet
2026 ------------------------------------------------------------------
2027 @end example
2028
2029 The ADD_EDGE messages are to inform other tinc daemons that a connection between
2030 two nodes exist. The address of the destination node is available so that
2031 VPN packets can be sent directly to that node.
2032
2033 The ADD_SUBNET messages inform other tinc daemons that certain subnets belong
2034 to certain nodes. tinc will use it to determine to which node a VPN packet has
2035 to be sent.
2036
2037 @cindex DEL_EDGE
2038 @cindex DEL_SUBNET
2039 @example
2040 message
2041 ------------------------------------------------------------------
2042 DEL_EDGE node1 node2
2043            |     +----> name of destination node
2044            +----------> name of source node
2045
2046 DEL_SUBNET node 192.168.1.0/24
2047              |         |     +--> prefixlength
2048              |         +--------> network address
2049              +------------------> owner of this subnet
2050 ------------------------------------------------------------------
2051 @end example
2052
2053 In case a connection between two daemons is closed or broken, DEL_EDGE messages
2054 are sent to inform the other daemons of that fact. Each daemon will calculate a
2055 new route to the the daemons, or mark them unreachable if there isn't any.
2056
2057 @cindex REQ_KEY
2058 @cindex ANS_KEY
2059 @cindex KEY_CHANGED
2060 @example
2061 message
2062 ------------------------------------------------------------------
2063 REQ_KEY origin destination
2064            |       +--> name of the tinc daemon it wants the key from
2065            +----------> name of the daemon that wants the key      
2066
2067 ANS_KEY origin destination 4ae0b0a82d6e0078 91 64 4
2068            |       |       \______________/ |  |  +--> MAC length
2069            |       |               |        |  +-----> digest algorithm
2070            |       |               |        +--------> cipher algorithm
2071            |       |               +--> 128 bits key
2072            |       +--> name of the daemon that wants the key
2073            +----------> name of the daemon that uses this key
2074
2075 KEY_CHANGED origin
2076               +--> daemon that has changed it's packet key
2077 ------------------------------------------------------------------
2078 @end example
2079
2080 The keys used to encrypt VPN packets are not sent out directly. This is
2081 because it would generate a lot of traffic on VPNs with many daemons, and
2082 chances are that not every tinc daemon will ever send a packet to every
2083 other daemon. Instead, if a daemon needs a key it sends a request for it
2084 via the meta connection of the nearest hop in the direction of the
2085 destination.
2086
2087 @cindex PING
2088 @cindex PONG
2089 @example
2090 daemon  message
2091 ------------------------------------------------------------------
2092 origin  PING
2093 dest.   PONG
2094 ------------------------------------------------------------------
2095 @end example
2096
2097 There is also a mechanism to check if hosts are still alive. Since network
2098 failures or a crash can cause a daemon to be killed without properly
2099 shutting down the TCP connection, this is necessary to keep an up to date
2100 connection list. PINGs are sent at regular intervals, except when there
2101 is also some other traffic. A little bit of salt (random data) is added
2102 with each PING and PONG message, to make sure that long sequences of PING/PONG
2103 messages without any other traffic won't result in known plaintext.
2104
2105 This basically covers what is sent over the meta connection by tinc.
2106
2107
2108 @c ==================================================================
2109 @node    Security
2110 @section Security
2111
2112 @cindex TINC
2113 @cindex Cabal
2114 Tinc got its name from ``TINC,'' short for @emph{There Is No Cabal}; the
2115 alleged Cabal was/is an organisation that was said to keep an eye on the
2116 entire Internet.  As this is exactly what you @emph{don't} want, we named
2117 the tinc project after TINC.
2118
2119 @cindex SVPN
2120 But in order to be ``immune'' to eavesdropping, you'll have to encrypt
2121 your data.  Because tinc is a @emph{Secure} VPN (SVPN) daemon, it does
2122 exactly that: encrypt.
2123 Tinc by default uses blowfish encryption with 128 bit keys in CBC mode, 32 bit
2124 sequence numbers and 4 byte long message authentication codes to make sure
2125 eavesdroppers cannot get and cannot change any information at all from the
2126 packets they can intercept. The encryption algorithm and message authentication
2127 algorithm can be changed in the configuration. The length of the message
2128 authentication codes is also adjustable. The length of the key for the
2129 encryption algorithm is always the default length used by OpenSSL.
2130
2131 @menu
2132 * Authentication protocol::
2133 * Encryption of network packets::
2134 * Security issues::
2135 @end menu
2136
2137
2138 @c ==================================================================
2139 @node       Authentication protocol
2140 @subsection Authentication protocol
2141
2142 @cindex authentication
2143 A new scheme for authentication in tinc has been devised, which offers some
2144 improvements over the protocol used in 1.0pre2 and 1.0pre3. Explanation is
2145 below.
2146
2147 @cindex ID
2148 @cindex META_KEY
2149 @cindex CHALLENGE
2150 @cindex CHAL_REPLY
2151 @cindex ACK
2152 @example
2153 daemon  message
2154 --------------------------------------------------------------------------
2155 client  <attempts connection>
2156
2157 server  <accepts connection>
2158
2159 client  ID client 12
2160               |   +---> version
2161               +-------> name of tinc daemon
2162
2163 server  ID server 12
2164               |   +---> version
2165               +-------> name of tinc daemon
2166
2167 client  META_KEY 5f0823a93e35b69e...7086ec7866ce582b
2168                  \_________________________________/
2169                                  +-> RSAKEYLEN bits totally random string S1,
2170                                      encrypted with server's public RSA key
2171
2172 server  META_KEY 6ab9c1640388f8f0...45d1a07f8a672630
2173                  \_________________________________/
2174                                  +-> RSAKEYLEN bits totally random string S2,
2175                                      encrypted with client's public RSA key
2176
2177 From now on:
2178  - the client will symmetrically encrypt outgoing traffic using S1
2179  - the server will symmetrically encrypt outgoing traffic using S2
2180
2181 client  CHALLENGE da02add1817c1920989ba6ae2a49cecbda0
2182                   \_________________________________/
2183                                  +-> CHALLEN bits totally random string H1
2184
2185 server  CHALLENGE 57fb4b2ccd70d6bb35a64c142f47e61d57f
2186                   \_________________________________/
2187                                  +-> CHALLEN bits totally random string H2
2188
2189 client  CHAL_REPLY 816a86
2190                       +-> 160 bits SHA1 of H2
2191
2192 server  CHAL_REPLY 928ffe
2193                       +-> 160 bits SHA1 of H1
2194
2195 After the correct challenge replies are received, both ends have proved
2196 their identity. Further information is exchanged.
2197
2198 client  ACK 655 123 0
2199              |   |  +-> options
2200                  |   +----> estimated weight
2201                  +--------> listening port of client
2202
2203 server  ACK 655 321 0
2204              |   |  +-> options
2205                  |   +----> estimated weight
2206                  +--------> listening port of server
2207 --------------------------------------------------------------------------
2208 @end example
2209
2210 This new scheme has several improvements, both in efficiency and security.
2211
2212 First of all, the server sends exactly the same kind of messages over the wire
2213 as the client. The previous versions of tinc first authenticated the client,
2214 and then the server. This scheme even allows both sides to send their messages
2215 simultaneously, there is no need to wait for the other to send something first.
2216 This means that any calculations that need to be done upon sending or receiving
2217 a message can also be done in parallel. This is especially important when doing
2218 RSA encryption/decryption. Given that these calculations are the main part of
2219 the CPU time spent for the authentication, speed is improved by a factor 2.
2220
2221 Second, only one RSA encrypted message is sent instead of two. This reduces the
2222 amount of information attackers can see (and thus use for a cryptographic
2223 attack). It also improves speed by a factor two, making the total speedup a
2224 factor 4.
2225
2226 Third, and most important:
2227 The symmetric cipher keys are exchanged first, the challenge is done
2228 afterwards. In the previous authentication scheme, because a man-in-the-middle
2229 could pass the challenge/chal_reply phase (by just copying the messages between
2230 the two real tinc daemons), but no information was exchanged that was really
2231 needed to read the rest of the messages, the challenge/chal_reply phase was of
2232 no real use. The man-in-the-middle was only stopped by the fact that only after
2233 the ACK messages were encrypted with the symmetric cipher. Potentially, it
2234 could even send it's own symmetric key to the server (if it knew the server's
2235 public key) and read some of the metadata the server would send it (it was
2236 impossible for the mitm to read actual network packets though). The new scheme
2237 however prevents this.
2238
2239 This new scheme makes sure that first of all, symmetric keys are exchanged. The
2240 rest of the messages are then encrypted with the symmetric cipher. Then, each
2241 side can only read received messages if they have their private key. The
2242 challenge is there to let the other side know that the private key is really
2243 known, because a challenge reply can only be sent back if the challenge is
2244 decrypted correctly, and that can only be done with knowledge of the private
2245 key.
2246
2247 Fourth: the first thing that is sent via the symmetric cipher encrypted
2248 connection is a totally random string, so that there is no known plaintext (for
2249 an attacker) in the beginning of the encrypted stream.
2250
2251
2252 @c ==================================================================
2253 @node       Encryption of network packets
2254 @subsection Encryption of network packets
2255 @cindex encryption
2256
2257 A data packet can only be sent if the encryption key is known to both
2258 parties, and the connection is  activated. If the encryption key is not
2259 known, a request is sent to the destination using the meta connection
2260 to retrieve it. The packet is stored in a queue while waiting for the
2261 key to arrive.
2262
2263 @cindex UDP
2264 The UDP packet containing the network packet from the VPN has the following layout:
2265
2266 @example
2267 ... | IP header | UDP header | seqno | VPN packet | MAC | UDP trailer
2268                              \___________________/\_____/
2269                                        |             |
2270                                        V             +---> digest algorithm
2271                          Encrypted with symmetric cipher
2272 @end example
2273
2274 So, the entire VPN packet is encrypted using a symmetric cipher, including a 32 bits
2275 sequence number that is added in front of the actual VPN packet, to act as a unique
2276 IV for each packet and to prevent replay attacks. A message authentication code
2277 is added to the UDP packet to prevent alteration of packets. By default the
2278 first 4 bytes of the digest are used for this, but this can be changed using
2279 the MACLength configuration variable.
2280
2281 @c ==================================================================
2282 @node    Security issues
2283 @subsection Security issues
2284
2285 In August 2000, we discovered the existence of a security hole in all versions
2286 of tinc up to and including 1.0pre2. This had to do with the way we exchanged
2287 keys. Since then, we have been working on a new authentication scheme to make
2288 tinc as secure as possible. The current version uses the OpenSSL library and
2289 uses strong authentication with RSA keys.
2290
2291 On the 29th of December 2001, Jerome Etienne posted a security analysis of tinc
2292 1.0pre4. Due to a lack of sequence numbers and a message authentication code
2293 for each packet, an attacker could possibly disrupt certain network services or
2294 launch a denial of service attack by replaying intercepted packets. The current
2295 version adds sequence numbers and message authentication codes to prevent such
2296 attacks.
2297
2298 On the 15th of September 2003, Peter Gutmann posted a security analysis of tinc
2299 1.0.1. He argues that the 32 bit sequence number used by tinc is not a good IV,
2300 that tinc's default length of 4 bytes for the MAC is too short, and he doesn't
2301 like tinc's use of RSA during authentication. We do not know of a security hole
2302 in this version of tinc, but tinc's security is not as strong as TLS or IPsec.
2303 We will address these issues in tinc 2.0.
2304
2305 Cryptography is a hard thing to get right. We cannot make any
2306 guarantees. Time, review and feedback are the only things that can
2307 prove the security of any cryptographic product. If you wish to review
2308 tinc or give us feedback, you are stronly encouraged to do so.
2309
2310
2311 @c ==================================================================
2312 @node    Platform specific information
2313 @chapter Platform specific information
2314
2315 @menu
2316 * Interface configuration::
2317 * Routes::
2318 @end menu
2319
2320 @c ==================================================================
2321 @node    Interface configuration
2322 @section Interface configuration
2323
2324 When configuring an interface, one normally assigns it an address and a
2325 netmask.  The address uniquely identifies the host on the network attached to
2326 the interface.  The netmask, combined with the address, forms a subnet.  It is
2327 used to add a route to the routing table instructing the kernel to send all
2328 packets which fall into that subnet to that interface.  Because all packets for
2329 the entire VPN should go to the virtual network interface used by tinc, the
2330 netmask should be such that it encompasses the entire VPN.
2331
2332 For IPv4 addresses:
2333
2334 @multitable {Darwin (MacOS/X)} {ifconfig route add -bla network address netmask netmask prefixlength interface}
2335 @item Linux
2336 @tab @code{ifconfig} @var{interface} @var{address} @code{netmask} @var{netmask}
2337 @item Linux iproute2
2338 @tab @code{ip addr add} @var{address}@code{/}@var{prefixlength} @code{dev} @var{interface}
2339 @item FreeBSD
2340 @tab @code{ifconfig} @var{interface} @var{address} @code{netmask} @var{netmask}
2341 @item OpenBSD
2342 @tab @code{ifconfig} @var{interface} @var{address} @code{netmask} @var{netmask}
2343 @item NetBSD
2344 @tab @code{ifconfig} @var{interface} @var{address} @code{netmask} @var{netmask}
2345 @item Solaris
2346 @tab @code{ifconfig} @var{interface} @var{address} @code{netmask} @var{netmask}
2347 @item Darwin (MacOS/X)
2348 @tab @code{ifconfig} @var{interface} @var{address} @code{netmask} @var{netmask}
2349 @item Windows
2350 @tab @code{netsh interface ip set address} @var{interface} @code{static} @var{address} @var{netmask}
2351 @end multitable
2352
2353
2354 For IPv6 addresses:
2355
2356 @multitable {Darwin (MacOS/X)} {ifconfig route add -bla network address netmask netmask prefixlength interface}
2357 @item Linux
2358 @tab @code{ifconfig} @var{interface} @code{add} @var{address}@code{/}@var{prefixlength}
2359 @item FreeBSD
2360 @tab @code{ifconfig} @var{interface} @code{inet6} @var{address} @code{prefixlen} @var{prefixlength}
2361 @item OpenBSD
2362 @tab @code{ifconfig} @var{interface} @code{inet6} @var{address} @code{prefixlen} @var{prefixlength}
2363 @item NetBSD
2364 @tab @code{ifconfig} @var{interface} @code{inet6} @var{address} @code{prefixlen} @var{prefixlength}
2365 @item Solaris
2366 @tab @code{ifconfig} @var{interface} @code{inet6 plumb up}
2367 @item
2368 @tab @code{ifconfig} @var{interface} @code{inet6 addif} @var{address} @var{address}
2369 @item Darwin (MacOS/X)
2370 @tab @code{ifconfig} @var{interface} @code{inet6} @var{address} @code{prefixlen} @var{prefixlength}
2371 @item Windows
2372 @tab @code{netsh interface ipv6 add address} @var{interface} @code{static} @var{address}/@var{prefixlength}
2373 @end multitable
2374
2375
2376 @c ==================================================================
2377 @node    Routes
2378 @section Routes
2379
2380 In some cases it might be necessary to add more routes to the virtual network
2381 interface.  There are two ways to indicate which interface a packet should go
2382 to, one is to use the name of the interface itself, another way is to specify
2383 the (local) address that is assigned to that interface (@var{local_address}). The
2384 former way is unambiguous and therefore preferable, but not all platforms
2385 support this.
2386
2387 Adding routes to IPv4 subnets:
2388
2389 @multitable {Darwin (MacOS/X)} {ifconfig route add -bla network address netmask netmask prefixlength interface}
2390 @item Linux
2391 @tab @code{route add -net} @var{network_address} @code{netmask} @var{netmask} @var{interface}
2392 @item Linux iproute2
2393 @tab @code{ip route add} @var{network_address}@code{/}@var{prefixlength} @code{dev} @var{interface}
2394 @item FreeBSD
2395 @tab @code{route add} @var{network_address}@code{/}@var{prefixlength} @var{local_address}
2396 @item OpenBSD
2397 @tab @code{route add} @var{network_address}@code{/}@var{prefixlength} @var{local_address}
2398 @item NetBSD
2399 @tab @code{route add} @var{network_address}@code{/}@var{prefixlength} @var{local_address}
2400 @item Solaris
2401 @tab @code{route add} @var{network_address}@code{/}@var{prefixlength} @var{local_address} @code{-interface}
2402 @item Darwin (MacOS/X)
2403 @tab @code{route add} @var{network_address}@code{/}@var{prefixlength} @var{local_address}
2404 @item Windows
2405 @tab @code{netsh routing ip add persistentroute} @var{network_address} @var{netmask} @var{interface} @var{local_address}
2406 @end multitable
2407
2408 Adding routes to IPv6 subnets:
2409
2410 @multitable {Darwin (MacOS/X)} {ifconfig route add -bla network address netmask netmask prefixlength interface}
2411 @item Linux
2412 @tab @code{route add -A inet6} @var{network_address}@code{/}@var{prefixlength} @var{interface}
2413 @item Linux iproute2
2414 @tab @code{ip route add} @var{network_address}@code{/}@var{prefixlength} @code{dev} @var{interface}
2415 @item FreeBSD
2416 @tab @code{route add -inet6} @var{network_address}@code{/}@var{prefixlength} @var{local_address}
2417 @item OpenBSD
2418 @tab @code{route add -inet6} @var{network_address} @var{local_address} @code{-prefixlen} @var{prefixlength}
2419 @item NetBSD
2420 @tab @code{route add -inet6} @var{network_address} @var{local_address} @code{-prefixlen} @var{prefixlength}
2421 @item Solaris
2422 @tab @code{route add -inet6} @var{network_address}@code{/}@var{prefixlength} @var{local_address} @code{-interface}
2423 @item Darwin (MacOS/X)
2424 @tab ?
2425 @item Windows
2426 @tab @code{netsh interface ipv6 add route} @var{network address}/@var{prefixlength} @var{interface}
2427 @end multitable
2428
2429
2430 @c ==================================================================
2431 @node    About us
2432 @chapter About us
2433
2434
2435 @menu
2436 * Contact information::
2437 * Authors::
2438 @end menu
2439
2440
2441 @c ==================================================================
2442 @node    Contact information
2443 @section Contact information
2444
2445 @cindex website
2446 Tinc's website is at @url{http://www.tinc-vpn.org/},
2447 this server is located in the Netherlands.
2448
2449 @cindex IRC
2450 We have an IRC channel on the FreeNode and OFTC IRC networks. Connect to
2451 @uref{http://www.freenode.net/, irc.freenode.net}
2452 or
2453 @uref{http://www.oftc.net/, irc.oftc.net}
2454 and join channel #tinc.
2455
2456
2457 @c ==================================================================
2458 @node    Authors
2459 @section Authors
2460
2461 @table @asis
2462 @item Ivo Timmermans (zarq) (@email{ivo@@tinc-vpn.org})
2463 @item Guus Sliepen (guus) (@email{guus@@tinc-vpn.org})
2464 @end table
2465
2466 We have received a lot of valuable input from users.  With their help,
2467 tinc has become the flexible and robust tool that it is today.  We have
2468 composed a list of contributions, in the file called @file{THANKS} in
2469 the source distribution.
2470
2471
2472 @c ==================================================================
2473 @node    Concept Index
2474 @unnumbered Concept Index
2475
2476 @c ==================================================================
2477 @printindex cp
2478
2479
2480 @c ==================================================================
2481 @contents
2482 @bye