Remove text saying you must have one of PrivateKey or PrivateKeyFile in tinc.conf.
[tinc] / doc / tinc.conf.5.in
1 .Dd 2012-09-27
2 .Dt TINC.CONF 5
3 .\" Manual page created by:
4 .\" Ivo Timmermans
5 .\" Guus Sliepen <guus@tinc-vpn.org>
6 .Sh NAME
7 .Nm tinc.conf
8 .Nd tinc daemon configuration
9 .Sh DESCRIPTION
10 The files in the
11 .Pa @sysconfdir@/tinc/
12 directory contain runtime and security information for the tinc daemon.
13 .Sh NETWORKS
14 To distinguish multiple instances of tinc running on one computer,
15 you can use the
16 .Fl n
17 option to assign a network name to each tinc daemon.
18 .Pp
19 The effect of this option is that the daemon will set its configuration root to
20 .Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa / ,
21 where 
22 .Ar NETNAME
23 is your argument to the
24 .Fl n
25 option.
26 You'll notice that messages appear in syslog as coming from
27 .Nm tincd. Ns Ar NETNAME ,
28 and on Linux, unless specified otherwise, the name of the virtual network interface will be the same as the network name.
29 .Pp
30 It is recommended that you use network names even if you run only one instance of tinc.
31 However, you can choose not to use the
32 .Fl n
33 option.
34 In this case, the network name would just be empty, and
35 .Nm tinc
36 now looks for files in
37 .Pa @sysconfdir@/tinc/ ,
38 instead of 
39 .Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa / ;
40 the configuration file should be
41 .Pa @sysconfdir@/tinc/tinc.conf ,
42 and the host configuration files are now expected to be in
43 .Pa @sysconfdir@/tinc/hosts/ .
44 .Sh NAMES
45 Each tinc daemon should have a name that is unique in the network which it will be part of.
46 The name will be used by other tinc daemons for identification.
47 The name has to be declared in the
48 .Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /tinc.conf
49 file.
50 .Pp
51 To make things easy,
52 choose something that will give unique and easy to remember names to your tinc daemon(s).
53 You could try things like hostnames, owner surnames or location names.
54 However, you are only allowed to use alphanumerical characters (a-z, A-Z, and 0-9) and underscores (_) in the name.
55 .Sh INITIAL CONFIGURATION
56 If you have not configured tinc yet, you can easily create a basic configuration using the following command:
57 .Bd -literal -offset indent
58 .Nm tincctl Fl n Ar NETNAME Li init Ar NAME
59 .Ed
60 .Pp
61 You can further change the configuration as needed either by manually editing the configuration files,
62 or by using
63 .Xr tincctl 8 .
64 .Sh PUBLIC/PRIVATE KEYS
65 The
66 .Nm tincctl Li init
67 command will have generated both RSA and ECDSA public/private keypairs.
68 The private keys should be stored in files named
69 .Pa rsa_key.priv
70 and
71 .Pa ecdsa_key.priv
72 in the directory
73 .Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /
74 The public keys should be stored in the host configuration file
75 .Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /hosts/ Ns Va NAME .
76 The RSA keys are used for backwards compatibility with tinc version 1.0.
77 If you are upgrading from version 1.0 to 1.1, you can keep the old configuration files,
78 but you will need to create ECDSA keys using the following command:
79 .Bd -literal -offset indent
80 .Nm tincctl Fl n Ar NETNAME Li generate-ecdsa-keys
81 .Ed
82 .Sh SERVER CONFIGURATION
83 The server configuration of the daemon is done in the file
84 .Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /tinc.conf .
85 This file consists of comments (lines started with a
86 .Li # )
87 or assignments in the form of:
88 .Pp
89 .Va Variable Li = Ar Value .
90 .Pp
91 The variable names are case insensitive, and any spaces, tabs,
92 newlines and carriage returns are ignored.
93 Note: it is not required that you put in the 
94 .Li =
95 sign, but doing so improves readability.
96 If you leave it out, remember to replace it with at least one space character.
97 .Pp
98 The server configuration is complemented with host specific configuration (see the next section).
99 Although all configuration options for the local host listed in this document can also be put in
100 .Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /tinc.conf ,
101 it is recommended to put host specific configuration options in the host configuration file,
102 as this makes it easy to exchange with other nodes.
103 .Pp
104 You can edit the config file manually, but it is recommended that you use
105 .Xr tincctl 8
106 to change configuration variables for you.
107 .Pp
108 Here are all valid variables, listed in alphabetical order.
109 The default value is given between parentheses.
110 .Bl -tag -width indent
111 .It Va AddressFamily Li = ipv4 | ipv6 | any Pq any
112 This option affects the address family of listening and outgoing sockets.
113 If
114 .Qq any
115 is selected, then depending on the operating system both IPv4 and IPv6 or just
116 IPv6 listening sockets will be created.
117 .It Va AutoConnect Li = Ar count Po 0 Pc Bq experimental
118 If set to a non-zero value,
119 .Nm
120 will try to only have
121 .Ar count
122 meta connections to other nodes,
123 by automatically making or breaking connections to known nodes.
124 Higher values increase redundancy but also increase meta data overhead.
125 When using this option, a good value is 3.
126 .It Va BindToAddress Li = Ar address Op Ar port
127 If your computer has more than one IPv4 or IPv6 address,
128 .Nm tinc
129 will by default listen on all of them for incoming connections.
130 Multiple
131 .Va BindToAddress
132 variables may be specified,
133 in which case listening sockets for each specified address are made.
134 .Pp
135 If no
136 .Ar port
137 is specified, the socket will be bound to the port specified by the
138 .Va Port
139 option, or to port 655 if neither is given.
140 To only bind to a specific port but not to a specific address, use
141 .Li *
142 for the
143 .Ar address .
144 .It Va BindToInterface Li = Ar interface Bq experimental
145 If your computer has more than one network interface,
146 .Nm tinc
147 will by default listen on all of them for incoming connections.
148 It is possible to bind only to a single interface with this variable.
149 .Pp
150 This option may not work on all platforms.
151 Also, on some platforms it will not actually bind to an interface,
152 but rather to the address that the interface has at the moment a socket is created.
153 .It Va Broadcast Li = no | mst | direct Po mst Pc Bq experimental
154 This option selects the way broadcast packets are sent to other daemons.
155 NOTE: all nodes in a VPN must use the same
156 .Va Broadcast
157 mode, otherwise routing loops can form.
158 .Bl -tag -width indent
159 .It no
160 Broadcast packets are never sent to other nodes.
161 .It mst
162 Broadcast packets are sent and forwarded via the VPN's Minimum Spanning Tree.
163 This ensures broadcast packets reach all nodes.
164 .It direct
165 Broadcast packets are sent directly to all nodes that can be reached directly.
166 Broadcast packets received from other nodes are never forwarded.
167 If the IndirectData option is also set, broadcast packets will only be sent to nodes which we have a meta connection to.
168 .El
169 .It Va ConnectTo Li = Ar name
170 Specifies which other tinc daemon to connect to on startup.
171 Multiple
172 .Va ConnectTo
173 variables may be specified,
174 in which case outgoing connections to each specified tinc daemon are made.
175 The names should be known to this tinc daemon
176 (i.e., there should be a host configuration file for the name on the
177 .Va ConnectTo
178 line).
179 .Pp
180 If you don't specify a host with
181 .Va ConnectTo ,
182 .Nm tinc
183 won't try to connect to other daemons at all,
184 and will instead just listen for incoming connections.
185 .It Va DecrementTTL Li = yes | no Po no Pc Bq experimental
186 When enabled,
187 .Nm tinc
188 will decrement the Time To Live field in IPv4 packets, or the Hop Limit field in IPv6 packets,
189 before forwarding a received packet to the virtual network device or to another node,
190 and will drop packets that have a TTL value of zero,
191 in which case it will send an ICMP Time Exceeded packet back.
192 .Pp
193 Do not use this option if you use switch mode and want to use IPv6.
194 .It Va Device Li = Ar device Po Pa /dev/tap0 , Pa /dev/net/tun No or other depending on platform Pc
195 The virtual network device to use.
196 .Nm tinc
197 will automatically detect what kind of device it is.
198 Note that you can only use one device per daemon.
199 Under Windows, use
200 .Va Interface
201 instead of
202 .Va Device .
203 The info pages of the tinc package contain more information
204 about configuring the virtual network device.
205 .It Va DeviceType Li = Ar type Pq platform dependent
206 The type of the virtual network device.
207 Tinc will normally automatically select the right type of tun/tap interface, and this option should not be used.
208 However, this option can be used to select one of the special interface types, if support for them is compiled in.
209 .Bl -tag -width indent
210 .It dummy
211 Use a dummy interface.
212 No packets are ever read or written to a virtual network device.
213 Useful for testing, or when setting up a node that only forwards packets for other nodes.
214 .It raw_socket
215 Open a raw socket, and bind it to a pre-existing
216 .Va Interface
217 (eth0 by default).
218 All packets are read from this interface.
219 Packets received for the local node are written to the raw socket.
220 However, at least on Linux, the operating system does not process IP packets destined for the local host.
221 .It multicast
222 Open a multicast UDP socket and bind it to the address and port (separated by spaces) and optionally a TTL value specified using
223 .Va Device .
224 Packets are read from and written to this multicast socket.
225 This can be used to connect to UML, QEMU or KVM instances listening on the same multicast address.
226 Do NOT connect multiple
227 .Nm tinc 
228 daemons to the same multicast address, this will very likely cause routing loops.
229 Also note that this can cause decrypted VPN packets to be sent out on a real network if misconfigured.
230 .It uml Pq not compiled in by default
231 Create a UNIX socket with the filename specified by
232 .Va Device ,
233 or
234 .Pa @localstatedir@/run/ Ns Ar NETNAME Ns Pa .umlsocket
235 if not specified.
236 .Nm tinc
237 will wait for a User Mode Linux instance to connect to this socket.
238 .It vde Pq not compiled in by default
239 Uses the libvdeplug library to connect to a Virtual Distributed Ethernet switch,
240 using the UNIX socket specified by
241 .Va Device ,
242 or
243 .Pa @localstatedir@/run/vde.ctl
244 if not specified.
245 .El
246 Also, in case tinc does not seem to correctly interpret packets received from the virtual network device,
247 it can be used to change the way packets are interpreted:
248 .Bl -tag -width indent
249 .It tun Pq BSD and Linux
250 Set type to tun.
251 Depending on the platform, this can either be with or without an address family header (see below).
252 .It tunnohead Pq BSD
253 Set type to tun without an address family header.
254 Tinc will expect packets read from the virtual network device to start with an IP header.
255 On some platforms IPv6 packets cannot be read from or written to the device in this mode.
256 .It tunifhead Pq BSD
257 Set type to tun with an address family header.
258 Tinc will expect packets read from the virtual network device
259 to start with a four byte header containing the address family,
260 followed by an IP header.
261 This mode should support both IPv4 and IPv6 packets.
262 .It tap Pq BSD and Linux
263 Set type to tap.
264 Tinc will expect packets read from the virtual network device
265 to start with an Ethernet header.
266 .El
267 .It Va DirectOnly Li = yes | no Po no Pc Bq experimental
268 When this option is enabled, packets that cannot be sent directly to the destination node,
269 but which would have to be forwarded by an intermediate node, are dropped instead.
270 When combined with the IndirectData option,
271 packets for nodes for which we do not have a meta connection with are also dropped.
272 .It Va ECDSAPrivateKeyFile Li = Ar filename Po Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /ecdsa_key.priv Pc
273 The file in which the private ECDSA key of this tinc daemon resides.
274 This is only used if
275 .Va ExperimentalProtocol
276 is enabled.
277 .It Va ExperimentalProtocol Li = yes | no Po no Pc Bq experimental
278 When this option is enabled, experimental protocol enhancements will be used.
279 Ephemeral ECDH will be used for key exchanges,
280 and ECDSA will be used instead of RSA for authentication.
281 When enabled, an ECDSA key must have been generated before with
282 .Nm tincctl generate-ecdsa-keys .
283 The experimental protocol may change at any time,
284 and there is no guarantee that tinc will run stable when it is used.
285 .It Va Forwarding Li = off | internal | kernel Po internal Pc Bq experimental
286 This option selects the way indirect packets are forwarded.
287 .Bl -tag -width indent
288 .It off
289 Incoming packets that are not meant for the local node,
290 but which should be forwarded to another node, are dropped.
291 .It internal
292 Incoming packets that are meant for another node are forwarded by tinc internally.
293 .Pp
294 This is the default mode, and unless you really know you need another forwarding mode, don't change it.
295 .It kernel
296 Incoming packets are always sent to the TUN/TAP device, even if the packets are not for the local node.
297 This is less efficient, but allows the kernel to apply its routing and firewall rules on them,
298 and can also help debugging.
299 .El
300 .It Va GraphDumpFile Li = Ar filename
301 If this option is present,
302 .Nm tinc
303 will dump the current network graph to the file
304 .Ar filename
305 every minute, unless there were no changes to the graph.
306 The file is in a format that can be read by graphviz tools.
307 If
308 .Ar filename
309 starts with a pipe symbol |,
310 then the rest of the filename is interpreted as a shell command
311 that is executed, the graph is then sent to stdin.
312 .It Va Hostnames Li = yes | no Pq no
313 This option selects whether IP addresses (both real and on the VPN) should
314 be resolved. Since DNS lookups are blocking, it might affect tinc's
315 efficiency, even stopping the daemon for a few seconds every time it does
316 a lookup if your DNS server is not responding.
317 .Pp
318 This does not affect resolving hostnames to IP addresses from the
319 host configuration files, but whether hostnames should be resolved while logging.
320 .It Va IffOneQueue Li = yes | no Po no Pc Bq experimental
321 (Linux only) Set IFF_ONE_QUEUE flag on TUN/TAP devices.
322 .It Va Interface Li = Ar interface
323 Defines the name of the interface corresponding to the virtual network device.
324 Depending on the operating system and the type of device this may or may not actually set the name of the interface.
325 Under Windows, this variable is used to select which network interface will be used.
326 If you specified a
327 .Va Device ,
328 this variable is almost always already correctly set.
329 .It Va KeyExpire Li = Ar seconds Pq 3600
330 This option controls the period the encryption keys used to encrypt the data are valid.
331 It is common practice to change keys at regular intervals to make it even harder for crackers,
332 even though it is thought to be nearly impossible to crack a single key.
333 .It Va LocalDiscovery Li = yes | no Pq no
334 When enabled,
335 .Nm tinc
336 will try to detect peers that are on the same local network.
337 This will allow direct communication using LAN addresses, even if both peers are behind a NAT
338 and they only ConnectTo a third node outside the NAT,
339 which normally would prevent the peers from learning each other's LAN address.
340 .Pp
341 Currently, local discovery is implemented by sending broadcast packets to the LAN during path MTU discovery.
342 This feature may not work in all possible situations.
343 .It Va MACExpire Li = Ar seconds Pq 600
344 This option controls the amount of time MAC addresses are kept before they are removed.
345 This only has effect when
346 .Va Mode
347 is set to
348 .Qq switch .
349 .It Va MaxTimeout Li = Ar seconds Pq 900
350 This is the maximum delay before trying to reconnect to other tinc daemons.
351 .It Va Mode Li = router | switch | hub Pq router
352 This option selects the way packets are routed to other daemons.
353 .Bl -tag -width indent
354 .It router
355 In this mode
356 .Va Subnet
357 variables in the host configuration files will be used to form a routing table.
358 Only unicast packets of routable protocols (IPv4 and IPv6) are supported in this mode.
359 .Pp
360 This is the default mode, and unless you really know you need another mode, don't change it.
361 .It switch
362 In this mode the MAC addresses of the packets on the VPN will be used to
363 dynamically create a routing table just like an Ethernet switch does.
364 Unicast, multicast and broadcast packets of every protocol that runs over Ethernet are supported in this mode
365 at the cost of frequent broadcast ARP requests and routing table updates.
366 .Pp
367 This mode is primarily useful if you want to bridge Ethernet segments.
368 .It hub
369 This mode is almost the same as the switch mode, but instead
370 every packet will be broadcast to the other daemons
371 while no routing table is managed.
372 .El
373 .It Va Name Li = Ar name Bq required
374 This is the name which identifies this tinc daemon.
375 It must be unique for the virtual private network this daemon will connect to.
376 The Name may only consist of alphanumeric and underscore characters.
377 If 
378 .Va Name
379 starts with a
380 .Li $ ,
381 then the contents of the environment variable that follows will be used.
382 In that case, invalid characters will be converted to underscores.
383 If
384 .Va Name
385 is
386 .Li $HOST ,
387 but no such environment variable exist, the hostname will be read using the gethostnname() system call.
388 .It Va PingInterval Li = Ar seconds Pq 60
389 The number of seconds of inactivity that
390 .Nm tinc
391 will wait before sending a probe to the other end.
392 .It Va PingTimeout Li = Ar seconds Pq 5
393 The number of seconds to wait for a response to pings or to allow meta
394 connections to block. If the other end doesn't respond within this time,
395 the connection is terminated,
396 and the others will be notified of this.
397 .It Va PriorityInheritance Li = yes | no Po no Pc Bq experimental
398 When this option is enabled the value of the TOS field of tunneled IPv4 packets
399 will be inherited by the UDP packets that are sent out.
400 .It Va PrivateKey Li = Ar key Bq obsolete
401 The private RSA key of this tinc daemon.
402 It will allow this tinc daemon to authenticate itself to other daemons.
403 .It Va PrivateKeyFile Li = Ar filename Po Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /rsa_key.priv Pc
404 The file in which the private RSA key of this tinc daemon resides.
405 .It Va ProcessPriority Li = low | normal | high
406 When this option is used the priority of the 
407 .Nm tincd
408 process will be adjusted.
409 Increasing the priority may help to reduce latency and packet loss on the VPN.
410 .It Va Proxy Li = socks4 | socks5 | http | exec Ar ... Bq experimental
411 Use a proxy when making outgoing connections.
412 The following proxy types are currently supported:
413 .Bl -tag -width indent
414 .It socks4 Ar address Ar port Op Ar username
415 Connects to the proxy using the SOCKS version 4 protocol.
416 Optionally, a
417 .Ar username
418 can be supplied which will be passed on to the proxy server.
419 Only IPv4 connections can be proxied using SOCKS 4.
420 .It socks5 Ar address Ar port Op Ar username Ar password
421 Connect to the proxy using the SOCKS version 5 protocol.
422 If a
423 .Ar username
424 and
425 .Ar password
426 are given, basic username/password authentication will be used,
427 otherwise no authentication will be used.
428 .It http Ar address Ar port
429 Connects to the proxy and sends a HTTP CONNECT request.
430 .It exec Ar command
431 Executes the given
432 .Ar command
433 which should set up the outgoing connection.
434 The environment variables
435 .Ev NAME ,
436 .Ev NODE ,
437 .Ev REMOTEADDRES
438 and
439 .Ev REMOTEPORT
440 are available.
441 .El
442 .It Va ReplayWindow Li = Ar bytes Pq 16
443 vhis is the size of the replay tracking window for each remote node, in bytes.
444 The window is a bitfield which tracks 1 packet per bit, so for example
445 the default setting of 16 will track up to 128 packets in the window.  In high
446 bandwidth scenarios, setting this to a higher value can reduce packet loss from
447 the interaction of replay tracking with underlying real packet loss and/or
448 reordering.  Setting this to zero will disable replay tracking completely and
449 pass all traffic, but leaves tinc vulnerable to replay-based attacks on your
450 traffic.
451 .It Va StrictSubnets Li = yes | no Po no Pc Bq experimental
452 When this option is enabled tinc will only use Subnet statements which are
453 present in the host config files in the local
454 .Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /hosts/
455 directory.
456 .It Va TunnelServer Li = yes | no Po no Pc Bq experimental
457 When this option is enabled tinc will no longer forward information between other tinc daemons,
458 and will only allow connections with nodes for which host config files are present in the local
459 .Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /hosts/
460 directory.
461 Setting this options also implicitly sets StrictSubnets.
462 .It Va UDPRcvBuf Li = Ar bytes Pq OS default
463 Sets the socket receive buffer size for the UDP socket, in bytes.
464 If unset, the default buffer size will be used by the operating system.
465 .It Va UDPSndBuf Li = Ar bytes Pq OS default
466 Sets the socket send buffer size for the UDP socket, in bytes.
467 If unset, the default buffer size will be used by the operating system.
468 .El
469 .Sh HOST CONFIGURATION FILES
470 The host configuration files contain all information needed
471 to establish a connection to those hosts.
472 A host configuration file is also required for the local tinc daemon,
473 it will use it to read in it's listen port, public key and subnets.
474 .Pp
475 The idea is that these files are portable.
476 You can safely mail your own host configuration file to someone else.
477 That other person can then copy it to his own hosts directory,
478 and now his tinc daemon will be able to connect to your tinc daemon.
479 Since host configuration files only contain public keys,
480 no secrets are revealed by sending out this information.
481 .Bl -tag -width indent
482 .It Va Address Li = Ar address Oo Ar port Oc Bq recommended
483 The IP address or hostname of this tinc daemon on the real network.
484 This will only be used when trying to make an outgoing connection to this tinc daemon.
485 Optionally, a port can be specified to use for this address.
486 Multiple
487 .Va Address
488 variables can be specified, in which case each address will be tried until a working
489 connection has been established.
490 .It Va Cipher Li = Ar cipher Pq blowfish
491 The symmetric cipher algorithm used to encrypt UDP packets.
492 Any cipher supported by OpenSSL is recognised.
493 Furthermore, specifying
494 .Qq none
495 will turn off packet encryption.
496 It is best to use only those ciphers which support CBC mode.
497 .It Va ClampMSS Li = yes | no Pq yes
498 This option specifies whether tinc should clamp the maximum segment size (MSS)
499 of TCP packets to the path MTU. This helps in situations where ICMP
500 Fragmentation Needed or Packet too Big messages are dropped by firewalls.
501 .It Va Compression Li = Ar level Pq 0
502 This option sets the level of compression used for UDP packets.
503 Possible values are 0 (off), 1 (fast zlib) and any integer up to 9 (best zlib),
504 10 (fast lzo) and 11 (best lzo).
505 .It Va Digest Li = Ar digest Pq sha1
506 The digest algorithm used to authenticate UDP packets.
507 Any digest supported by OpenSSL is recognised.
508 Furthermore, specifying
509 .Qq none
510 will turn off packet authentication.
511 .It Va IndirectData Li = yes | no Pq no
512 This option specifies whether other tinc daemons besides the one you specified with
513 .Va ConnectTo
514 can make a direct connection to you.
515 This is especially useful if you are behind a firewall
516 and it is impossible to make a connection from the outside to your tinc daemon.
517 Otherwise, it is best to leave this option out or set it to no.
518 .It Va MACLength Li = Ar length Pq 4
519 The length of the message authentication code used to authenticate UDP packets.
520 Can be anything from
521 .Qq 0
522 up to the length of the digest produced by the digest algorithm.
523 .It Va PMTU Li = Ar mtu Po 1514 Pc
524 This option controls the initial path MTU to this node.
525 .It Va PMTUDiscovery Li = yes | no Po yes Pc
526 When this option is enabled, tinc will try to discover the path MTU to this node.
527 After the path MTU has been discovered, it will be enforced on the VPN.
528 .It Va Port Li = Ar port Pq 655
529 The port number on which this tinc daemon is listening for incoming connections,
530 which is used if no port number is specified in an
531 .Va Address
532 statement.
533 .It Va PublicKey Li = Ar key Bq obsolete
534 The public RSA key of this tinc daemon.
535 It will be used to cryptographically verify it's identity and to set up a secure connection.
536 .It Va PublicKeyFile Li = Ar filename Bq obsolete
537 The file in which the public RSA key of this tinc daemon resides.
538 .Pp
539 From version 1.0pre4 on
540 .Nm tinc
541 will store the public key directly into the host configuration file in PEM format,
542 the above two options then are not necessary.
543 Either the PEM format is used, or exactly one of the above two options must be specified
544 in each host configuration file,
545 if you want to be able to establish a connection with that host.
546 .It Va Subnet Li = Ar address Ns Op Li / Ns Ar prefixlength Ns Op Li # Ns Ar weight
547 The subnet which this tinc daemon will serve.
548 .Nm tinc
549 tries to look up which other daemon it should send a packet to by searching the appropriate subnet.
550 If the packet matches a subnet,
551 it will be sent to the daemon who has this subnet in his host configuration file.
552 Multiple
553 .Va Subnet
554 variables can be specified.
555 .Pp
556 Subnets can either be single MAC, IPv4 or IPv6 addresses,
557 in which case a subnet consisting of only that single address is assumed,
558 or they can be a IPv4 or IPv6 network address with a prefixlength.
559 For example, IPv4 subnets must be in a form like 192.168.1.0/24,
560 where 192.168.1.0 is the network address and 24 is the number of bits set in the netmask.
561 Note that subnets like 192.168.1.1/24 are invalid!
562 Read a networking HOWTO/FAQ/guide if you don't understand this.
563 IPv6 subnets are notated like fec0:0:0:1::/64.
564 MAC addresses are notated like 0:1a:2b:3c:4d:5e.
565 .Pp
566 A Subnet can be given a weight to indicate its priority over identical Subnets
567 owned by different nodes.  The default weight is 10. Lower values indicate
568 higher priority. Packets will be sent to the node with the highest priority,
569 unless that node is not reachable, in which case the node with the next highest
570 priority will be tried, and so on.
571 .It Va TCPOnly Li = yes | no Pq no Bq obsolete
572 If this variable is set to yes,
573 then the packets are tunnelled over the TCP connection instead of a UDP connection.
574 This is especially useful for those who want to run a tinc daemon
575 from behind a masquerading firewall,
576 or if UDP packet routing is disabled somehow.
577 Setting this options also implicitly sets IndirectData.
578 .Pp
579 Since version 1.0.10, tinc will automatically detect whether communication via
580 UDP is possible or not.
581 .El
582 .Sh SCRIPTS
583 Apart from reading the server and host configuration files,
584 tinc can also run scripts at certain moments.
585 Under Windows (not Cygwin), the scripts should have the extension
586 .Pa .bat .
587 .Bl -tag -width indent
588 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /tinc-up
589 This is the most important script.
590 If it is present it will be executed right after the tinc daemon has been started and has connected to the virtual network device.
591 It should be used to set up the corresponding network interface,
592 but can also be used to start other things.
593 Under Windows you can use the Network Connections control panel instead of creating this script.
594 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /tinc-down
595 This script is started right before the tinc daemon quits.
596 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /hosts/ Ns Ar HOST Ns Pa -up
597 This script is started when the tinc daemon with name
598 .Ar HOST
599 becomes reachable.
600 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /hosts/ Ns Ar HOST Ns Pa -down
601 This script is started when the tinc daemon with name
602 .Ar HOST
603 becomes unreachable.
604 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /host-up
605 This script is started when any host becomes reachable.
606 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /host-down
607 This script is started when any host becomes unreachable.
608 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /subnet-up
609 This script is started when a Subnet becomes reachable.
610 The Subnet and the node it belongs to are passed in environment variables.
611 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /subnet-down
612 This script is started when a Subnet becomes unreachable.
613 .El
614 .Pp
615 The scripts are started without command line arguments, but can make use of certain environment variables.
616 Under UNIX like operating systems the names of environment variables must be preceded by a
617 .Li $ 
618 in scripts.
619 Under Windows, in
620 .Pa .bat
621 files, they have to be put between
622 .Li %
623 signs.
624 .Bl -tag -width indent
625 .It Ev NETNAME
626 If a netname was specified, this environment variable contains it.
627 .It Ev NAME
628 Contains the name of this tinc daemon.
629 .It Ev DEVICE
630 Contains the name of the virtual network device that tinc uses.
631 .It Ev INTERFACE
632 Contains the name of the virtual network interface that tinc uses.
633 This should be used for commands like
634 .Pa ifconfig .
635 .It Ev NODE
636 When a host becomes (un)reachable, this is set to its name.
637 If a subnet becomes (un)reachable, this is set to the owner of that subnet.
638 .It Ev REMOTEADDRESS
639 When a host becomes (un)reachable, this is set to its real address.
640 .It Ev REMOTEPORT
641 When a host becomes (un)reachable, this is set to the port number it uses for communication with other tinc daemons.
642 .It Ev SUBNET
643 When a subnet becomes (un)reachable, this is set to the subnet.
644 .It Ev WEIGHT
645 When a subnet becomes (un)reachable, this is set to the subnet weight.
646 .El
647 .Pp
648 Do not forget that under UNIX operating systems, you have to make the scripts executable, using the command
649 .Nm chmod Li a+x Pa script .
650 .Sh FILES
651 The most important files are:
652 .Bl -tag -width indent
653 .It Pa @sysconfdir@/tinc/
654 The top directory for configuration files.
655 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /tinc.conf
656 The default name of the server configuration file for net
657 .Ar NETNAME .
658 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /hosts/
659 Host configuration files are kept in this directory.
660 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /tinc-up
661 If an executable file with this name exists,
662 it will be executed right after the tinc daemon has connected to the virtual network device.
663 It can be used to set up the corresponding network interface.
664 .It Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /tinc-down
665 If an executable file with this name exists,
666 it will be executed right before the tinc daemon is going to close
667 its connection to the virtual network device.
668 .El
669 .Sh SEE ALSO
670 .Xr tincd 8 ,
671 .Xr tincctl 8 ,
672 .Pa http://www.tinc-vpn.org/ ,
673 .Pa http://www.tldp.org/LDP/nag2/ .
674 .Pp
675 The full documentation for
676 .Nm tinc
677 is maintained as a Texinfo manual.
678 If the info and tinc programs are properly installed at your site, the command
679 .Ic info tinc
680 should give you access to the complete manual.
681 .Pp
682 .Nm tinc
683 comes with ABSOLUTELY NO WARRANTY.
684 This is free software, and you are welcome to redistribute it under certain conditions;
685 see the file COPYING for details.