--- gvpe/doc/gvpe.conf.5 2005/12/05 12:58:06 1.16 +++ gvpe/doc/gvpe.conf.5 2012/12/04 10:29:43 1.30 @@ -1,15 +1,7 @@ -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 +.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14) .\" .\" Standard preamble: .\" ======================================================================== -.de Sh \" Subsection heading -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp @@ -25,11 +17,11 @@ .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left -.\" double quote, and \*(R" will give a right double quote. | will give a -.\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to -.\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' -.\" expand to `' in nroff, nothing in troff, for use with C<>. -.tr \(*W-|\(bv\*(Tr +.\" double quote, and \*(R" will give a right double quote. \*(C+ will +.\" give a nicer C++. Capital omega is used to do unbreakable dashes and +.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, +.\" nothing in troff, for use with C<>. +.tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- @@ -48,22 +40,25 @@ . ds R" '' 'br\} .\" +.\" Escape single quotes in literal strings from groff's Unicode transform. +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" .\" If the F register is turned on, we'll generate index entries on stderr for -.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index +.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. -.if \nF \{\ +.ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} -.\" -.\" For nroff, turn off justification. Always turn off hyphenation; it makes -.\" way too many mistakes in technical documents. -.hy 0 -.if n .na +.el \{\ +. de IX +.. +.\} .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. @@ -129,29 +124,31 @@ .\" ======================================================================== .\" .IX Title "GVPE.CONF 5" -.TH GVPE.CONF 5 "2005-12-05" "1.9" "GNU Virtual Private Ethernet" +.TH GVPE.CONF 5 "2012-07-06" "2.24" "GNU Virtual Private Ethernet" +.\" For nroff, turn off justification. Always turn off hyphenation; it makes +.\" way too many mistakes in technical documents. +.if n .ad l +.nh .SH "NAME" gvpe.conf \- configuration file for the GNU VPE daemon .SH "SYNOPSIS" .IX Header "SYNOPSIS" -.Vb 3 -\& udp-port = 407 +.Vb 4 +\& # global options for all nodes +\& udp\-port = 407 \& mtu = 1492 \& ifname = vpn0 -.Ve -.PP -.Vb 2 +\& +\& # first node is named branch1 and is at 1.2.3.4 \& node = branch1 \& hostname = 1.2.3.4 -.Ve -.PP -.Vb 3 +\& +\& # second node uses dns to resolve the address \& node = branch2 \& hostname = www.example.net -\& udp-port = 500 # this host uses a different udp-port -.Ve -.PP -.Vb 2 +\& udp\-port = 500 # this host uses a different udp\-port +\& +\& # third node has no fixed ip address \& node = branch3 \& connect = ondemand .Ve @@ -163,34 +160,68 @@ after any directives. Whitespace is allowed around the \f(CW\*(C`=\*(C'\fR sign or after values, but not within the variable names or values themselves. .PP -The only exception to the above is the \*(L"on\*(R" directive that can prefix any -\&\f(CW\*(C`name = value\*(C'\fR setting and will only \*(L"execute\*(R" it on the named node, or -(if the nodename starts with \*(L"!\*(R") on all nodes except the named one. +All settings are applied \*(L"in order\*(R", that is, later settings of the same +variable overwrite earlier ones. .PP +The only exceptions to the above are the \*(L"on\*(R" and \*(L"include\*(R" directives: +.IP "on nodename ..." 4 +.IX Item "on nodename ..." +.PD 0 +.IP "on !nodename ..." 4 +.IX Item "on !nodename ..." +.PD +You can prefix any configuration directive with \f(CW\*(C`on\*(C'\fR and a nodename. \s-1GVPE\s0 +will will only \*(L"execute\*(R" it on the named node, or (if the nodename starts +with \f(CW\*(C`!\*(C'\fR) on all nodes except the named one. +.Sp +Example: set the \s-1MTU\s0 to \f(CW1450\fR everywhere, \f(CW\*(C`loglevel\*(C'\fR to \f(CW\*(C`noise\*(C'\fR on +\&\f(CW\*(C`branch1\*(C'\fR, and \f(CW\*(C`connect\*(C'\fR to \f(CW\*(C`ondemand\*(C'\fR everywhere but on branch2. +.Sp .Vb 3 -\& name = value +\& mtu = 1450 \& on branch1 loglevel = noise \& on !branch2 connect = ondemand .Ve -.PP -All settings are executed \*(L"in order\*(R", that is, later settings of the same -variable overwrite earlier ones. +.IP "include relative-or-absolute-path" 4 +.IX Item "include relative-or-absolute-path" +Reads the specified file (the path must not contain whitespace or \f(CW\*(C`=\*(C'\fR +characters) and evaluate all config directives in it as if they were +spelled out in place of the \f(CW\*(C`include\*(C'\fR directive. +.Sp +The path is a printf format string, that is, you must escape any \f(CW\*(C`%\*(C'\fR +by doubling it, and you can have a single \f(CW%s\fR inside, which will be +replaced by the current nodename. +.Sp +Relative paths are interpreted relative to the \s-1GVPE\s0 config directory. +.Sp +Example: include the file \fIlocal.conf\fR in the config directory on every +node. +.Sp +.Vb 1 +\& include local.conf +.Ve +.Sp +Example: include a file \fIconf/\fRnodename\fI.conf\fR +.Sp +.Vb 1 +\& include conf/%s.conf +.Ve .SH "ANATOMY OF A CONFIG FILE" .IX Header "ANATOMY OF A CONFIG FILE" -Usually, a config file starts with global settings (like the udp port to -listen on), followed by node-specific sections that begin with a \f(CW\*(C`node = -nickname\*(C'\fR line. +Usually, a config file starts with a few global settings (like the \s-1UDP\s0 +port to listen on), followed by node-specific sections that begin with a +\&\f(CW\*(C`node = nickname\*(C'\fR line. .PP Every node that is part of the network must have a section that starts with \f(CW\*(C`node = nickname\*(C'\fR. The number and order of the nodes is important -and must be the same on all hosts. It is not uncommon for node sections to +and must be the same on all nodes. It is not uncommon for node sections to be completely empty \- if the default values are right. .PP Node-specific settings can be used at any time. If used before the first node section they will set the default values for all following nodes. .SH "CONFIG VARIABLES" .IX Header "CONFIG VARIABLES" -.Sh "\s-1GLOBAL\s0 \s-1SETTINGS\s0" +.SS "\s-1GLOBAL\s0 \s-1SETTINGS\s0" .IX Subsection "GLOBAL SETTINGS" Global settings will affect the behaviour of the running gvpe daemon, that is, they are in some sense node-specific (config files can set different @@ -198,12 +229,20 @@ the gvpe daemon and all connections it creates. .IP "dns-forw-host = hostname/ip" 4 .IX Item "dns-forw-host = hostname/ip" -The dns server to forward dns requests to for the \s-1DNS\s0 tunnel protocol +The \s-1DNS\s0 server to forward \s-1DNS\s0 requests to for the \s-1DNS\s0 tunnel protocol (default: \f(CW127.0.0.1\fR, changing it is highly recommended). .IP "dns-forw-port = port-number" 4 .IX Item "dns-forw-port = port-number" The port where the \f(CW\*(C`dns\-forw\-host\*(C'\fR is to be contacted (default: \f(CW53\fR, which is fine in most cases). +.IP "dns-case-preserving = yes|true|on | no|false|off" 4 +.IX Item "dns-case-preserving = yes|true|on | no|false|off" +Sets whether the \s-1DNS\s0 transport forwarding server preserves case (\s-1DNS\s0 +servers have to, but some access systems are even more broken than others) +(default: true). +.Sp +Normally, when the forwarding server changes the case of domain names then +\&\s-1GVPE\s0 will automatically set this to false. .IP "dns-max-outstanding = integer-number-of-requests" 4 .IX Item "dns-max-outstanding = integer-number-of-requests" The maximum number of outstanding \s-1DNS\s0 transport requests @@ -212,7 +251,7 @@ help to set this to a low number (e.g. \f(CW3\fR or even \f(CW1\fR) to limit the number of parallel requests. .Sp -The default should be working ok for most links. +The default should be working \s-1OK\s0 for most links. .IP "dns-overlap-factor = float" 4 .IX Item "dns-overlap-factor = float" The \s-1DNS\s0 transport uses the minimum request latency (\fBmin_latency\fR) seen @@ -224,10 +263,10 @@ \&\f(CW0.5\fR means that \s-1GVPE\s0 will send requests twice as often as the minimum latency measured. .Sp -For congested or picky dns forwarders you could use a value nearer to or +For congested or picky \s-1DNS\s0 forwarders you could use a value nearer to or exceeding \f(CW1\fR. .Sp -The default should be working ok for most links. +The default should be working \s-1OK\s0 for most links. .IP "dns-send-interval = send-interval-in-seconds" 4 .IX Item "dns-send-interval = send-interval-in-seconds" The minimum send interval (= maximum rate) that the \s-1DNS\s0 transport will @@ -238,7 +277,7 @@ congested or rate-limited links, you might want to go higher, say \f(CW0.1\fR, \&\f(CW0.2\fR or even higher. .Sp -The default should be working ok for most links. +The default should be working \s-1OK\s0 for most links. .IP "dns-timeout-factor = float" 4 .IX Item "dns-timeout-factor = float" Factor to multiply the \f(CW\*(C`min_latency\*(C'\fR (see \f(CW\*(C`dns\-overlap\-factor\*(C'\fR) by to @@ -247,15 +286,16 @@ eight times the minimum (= expected) latency, assuming the request or reply has been lost. .Sp -For congested links a higher value might be necessary (e.g. \f(CW30\fR). If the -link is very stable lower values (e.g. \f(CW2\fR) might work nicely. Values -near or below \f(CW1\fR makes no sense whatsoever. +For congested links a higher value might be necessary (e.g. \f(CW30\fR). If +the link is very stable lower values (e.g. \f(CW2\fR) might work +nicely. Values near or below \f(CW1\fR makes no sense whatsoever. .Sp -The default should be working ok for most links. +The default should be working \s-1OK\s0 for most links but will result in low +throughput if packet loss is high. .IP "if-up = relative-or-absolute-path" 4 .IX Item "if-up = relative-or-absolute-path" Sets the path of a script that should be called immediately after the -network interface is initialized (but not neccessarily up). The following +network interface is initialized (but not necessarily up). The following environment variables are passed to it (the values are just examples). .Sp Variables that have the same value on all nodes: @@ -278,7 +318,8 @@ .IP "MTU=1436" 4 .IX Item "MTU=1436" The \s-1MTU\s0 to set the interface to. You can use lower values (if done -consistently on all hosts), but this is usually ineffective. +consistently on all nodes), but this is usually either inefficient or +simply ineffective. .IP "NODES=5" 4 .IX Item "NODES=5" The number of nodes in this \s-1GVPE\s0 network. @@ -295,7 +336,7 @@ The \s-1MAC\s0 address the network interface has to use. .Sp Might be used to initialize interfaces on platforms where \s-1GVPE\s0 does not -do this automatically. Please see the \f(CW\*(C`gvpe.osdep(5)\*(C'\fR manpage for +do this automatically. Please see the \f(CW\*(C`gvpe.osdep(5)\*(C'\fR man page for platform-specific information. .IP "NODENAME=branch1" 4 .IX Item "NODENAME=branch1" @@ -322,8 +363,8 @@ \& ip route add 10.0.0.0/8 dev $IFNAME .Ve .Sp -More complicated examples (using routing to reduce arp traffic) can be -found in the etc/ subdirectory of the distribution. +More complicated examples (using routing to reduce \s-1ARP\s0 traffic) can be +found in the \fIetc/\fR subdirectory of the distribution. .RE .IP "ifname = devname" 4 .IX Item "ifname = devname" @@ -340,15 +381,19 @@ .IP "ip-proto = numerical-ip-protocol" 4 .IX Item "ip-proto = numerical-ip-protocol" Sets the protocol number to be used for the rawip protocol. This is a -global option because all hosts must use the same protocol, and since +global option because all nodes must use the same protocol, and since there are no port numbers, you cannot easily run more than one gvpe instance using the same protocol, nor can you share the protocol with other programs. .Sp -The default is 47 (\s-1GRE\s0), which has a good chance of tunneling through -firewalls (but note that the rawip protocol is not \s-1GRE\s0 compatible). Other -common choices are 50 (\s-1IPSEC\s0, \s-1ESP\s0), 51 (\s-1IPSEC\s0, \s-1AH\s0), 4 (\s-1IPIP\s0 tunnels) or 98 -(\s-1ENCAP\s0, rfc1241) +The default is 47 (\s-1GRE\s0), which has a good chance of tunneling +through firewalls (but note that gvpe's rawip protocol is not \s-1GRE\s0 +compatible). Other common choices are 50 (\s-1IPSEC\s0, \s-1ESP\s0), 51 (\s-1IPSEC\s0, \s-1AH\s0), 4 +(\s-1IPIP\s0 tunnels) or 98 (\s-1ENCAP\s0, rfc1241). +.Sp +Many versions of Linux seem to have a bug that causes them to reorder +packets for some ip protocols (\s-1GRE\s0, \s-1ESP\s0) but not for others (\s-1AH\s0), so +choose wisely (that is, use 51, \s-1AH\s0). .IP "http-proxy-host = hostname/ip" 4 .IX Item "http-proxy-host = hostname/ip" The \f(CW\*(C`http\-proxy\-*\*(C'\fR family of options are only available if gvpe was @@ -360,22 +405,22 @@ requires authentication. .Sp Please note that gvpe will still try to resolve all hostnames in the -configuration file, so if you are behind a proxy without access to a dns +configuration file, so if you are behind a proxy without access to a \s-1DNS\s0 server better use numerical \s-1IP\s0 addresses. .Sp -To make best use of this option disable all protocols except tcp in your -config file and make sure your routers (or all other hosts) are listening +To make best use of this option disable all protocols except \s-1TCP\s0 in your +config file and make sure your routers (or all other nodes) are listening on a port that the proxy allows (443, https, is a common choice). .Sp -If you have a router, connecting to it will suffice. Otherwise tcp must be -enabled on all hosts. +If you have a router, connecting to it will suffice. Otherwise \s-1TCP\s0 must be +enabled on all nodes. .Sp Example: .Sp .Vb 3 -\& http-proxy-host = proxy.example.com -\& http-proxy-port = 3128 # 8080 is another common choice -\& http-proxy-auth = schmorp:grumbeere +\& http\-proxy\-host = proxy.example.com +\& http\-proxy\-port = 3128 # 8080 is another common choice +\& http\-proxy\-auth = schmorp:grumbeere .Ve .IP "http-proxy-port = proxy-tcp-port" 4 .IX Item "http-proxy-port = proxy-tcp-port" @@ -383,14 +428,14 @@ .IP "http-proxy-auth = login:password" 4 .IX Item "http-proxy-auth = login:password" The optional login and password used to authenticate to the proxy server, -seperated by a literal colon (\f(CW\*(C`:\*(C'\fR). Only basic authentication is +separated by a literal colon (\f(CW\*(C`:\*(C'\fR). Only basic authentication is currently supported. .IP "keepalive = seconds" 4 .IX Item "keepalive = seconds" Sets the keepalive probe interval in seconds (default: \f(CW60\fR). After this many seconds of inactivity the daemon will start to send keepalive probe -every 5 seconds until it receives a reply from the other end. If no reply -is received within 30 seconds, the peer is considered unreachable and the +every 3 seconds until it receives a reply from the other end. If no reply +is received within 15 seconds, the peer is considered unreachable and the connection is closed. .IP "loglevel = noise|trace|debug|info|notice|warn|error|critical" 4 .IX Item "loglevel = noise|trace|debug|info|notice|warn|error|critical" @@ -400,12 +445,12 @@ .IX Item "mtu = bytes" Sets the maximum \s-1MTU\s0 that should be used on outgoing packets (basically the \s-1MTU\s0 of the outgoing interface) The daemon will automatically calculate -maximum overhead (e.g. udp header size, encryption blocksize...) and pass +maximum overhead (e.g. \s-1UDP\s0 header size, encryption blocksize...) and pass this information to the \f(CW\*(C`if\-up\*(C'\fR script. .Sp Recommended values are 1500 (ethernet), 1492 (pppoe), 1472 (pptp). .Sp -This value must be the minimum of the mtu values of all hosts. +This value must be the minimum of the \s-1MTU\s0 values of all nodes. .IP "node = nickname" 4 .IX Item "node = nickname" Not really a config setting but introduces a node section. The nickname is @@ -413,10 +458,13 @@ argument to the gvpe daemon. .IP "node-up = relative-or-absolute-path" 4 .IX Item "node-up = relative-or-absolute-path" -Sets a command (default: no script) that should be called whenever a -connection is established (even on rekeying operations). In addition to -all the variables passed to \f(CW\*(C`if\-up\*(C'\fR scripts, the following environment -variables will be set: +Sets a command (default: none) that should be called whenever a connection +is established (even on rekeying operations). Note that node\-up/down +scripts will be run asynchronously, but execution is serialised, so there +will only ever be one such script running. +.Sp +In addition to all the variables passed to \f(CW\*(C`if\-up\*(C'\fR scripts, the following +environment variables will be set (values are just examples): .RS 4 .IP "DESTNODE=branch2" 4 .IX Item "DESTNODE=branch2" @@ -424,22 +472,26 @@ .IP "DESTID=2" 4 .IX Item "DESTID=2" The node id of the remote node. +.IP "DESTSI=rawip/88.99.77.55:0" 4 +.IX Item "DESTSI=rawip/88.99.77.55:0" +The \*(L"socket info\*(R" of the target node, protocol dependent but usually in +the format protocol/ip:port. .IP "DESTIP=188.13.66.8" 4 .IX Item "DESTIP=188.13.66.8" -The numerical \s-1IP\s0 address of the remote host (gvpe accepts connections from -everywhere, as long as the other host can authenticate itself). +The numerical \s-1IP\s0 address of the remote node (gvpe accepts connections from +everywhere, as long as the other node can authenticate itself). .IP "DESTPORT=655 # deprecated" 4 .IX Item "DESTPORT=655 # deprecated" -The \s-1UDP\s0 port used by the other side. -.IP "STATE=UP" 4 -.IX Item "STATE=UP" -Node-up scripts get called with STATE=UP, node-down scripts get called -with STATE=DOWN. +The protocol port used by the other side, if applicable. +.IP "STATE=up" 4 +.IX Item "STATE=up" +Node-up scripts get called with STATE=up, node-change scripts get called +with STATE=change and node-down scripts get called with STATE=down. .RE .RS 4 .Sp Here is a nontrivial example that uses nsupdate to update the name => ip -mapping in some dns zone: +mapping in some \s-1DNS\s0 zone: .Sp .Vb 6 \& #!/bin/sh @@ -447,9 +499,13 @@ \& echo update delete $DESTNODE.lowttl.example.net. a \& echo update add $DESTNODE.lowttl.example.net. 1 in a $DESTIP \& echo -\& } | nsupdate -d -k $CONFBASE:key.example.net. +\& } | nsupdate \-d \-k $CONFBASE:key.example.net. .Ve .RE +.IP "node-change = relative-or-absolute-path" 4 +.IX Item "node-change = relative-or-absolute-path" +Same as \f(CW\*(C`node\-change\*(C'\fR, but gets called whenever something about a +connection changes (such as the source \s-1IP\s0 address). .IP "node-down = relative-or-absolute-path" 4 .IX Item "node-down = relative-or-absolute-path" Same as \f(CW\*(C`node\-up\*(C'\fR, but gets called whenever a connection is lost. @@ -466,15 +522,31 @@ \&\f(CW\*(C`gvpectrl\*(C'\fR puts them. .Sp Since only the private key file of the current node is used and the -private key file should be kept secret per-host to avoid spoofings, it is +private key file should be kept secret per-node to avoid spoofing, it is not recommended to use this feature. .IP "rekey = seconds" 4 .IX Item "rekey = seconds" Sets the rekeying interval in seconds (default: \f(CW3600\fR). Connections are -reestablished every \f(CW\*(C`rekey\*(C'\fR seconds. -.Sh "\s-1NODE\s0 \s-1SPECIFIC\s0 \s-1SETTINGS\s0" +reestablished every \f(CW\*(C`rekey\*(C'\fR seconds, making them use a new encryption +key. +.IP "nfmark = integer" 4 +.IX Item "nfmark = integer" +This advanced option, when set to a nonzero value (default: \f(CW0\fR), tries +to set the netfilter mark (or fwmark) value on all sockets gvpe uses to +send packets. +.Sp +This can be used to make gvpe use a different set of routing rules. For +example, on GNU/Linux, the \f(CW\*(C`if\-up\*(C'\fR could set \f(CW\*(C`nfmark\*(C'\fR to 1000 and then +put all routing rules into table \f(CW99\fR and then use an ip rule to make +gvpe traffic avoid that routing table, in effect routing normal traffic +via gvpe and gvpe traffic via the normal system routing tables: +.Sp +.Vb 1 +\& ip rule add not fwmark 1000 lookup 99 +.Ve +.SS "\s-1NODE\s0 \s-1SPECIFIC\s0 \s-1SETTINGS\s0" .IX Subsection "NODE SPECIFIC SETTINGS" -The following settings are node\-specific, that is, every node can have +The following settings are node-specific, that is, every node can have different settings, even within the same gvpe instance. Settings that are set before the first node section set the defaults, settings that are set within a node section only apply to the given node. @@ -483,17 +555,23 @@ Allow direct connections to this node. See \f(CW\*(C`deny\-direct\*(C'\fR for more info. .IP "compress = yes|true|on | no|false|off" 4 .IX Item "compress = yes|true|on | no|false|off" -Wether to compress data packets sent to this host (default: \f(CW\*(C`yes\*(C'\fR). -Compression is really cheap even on slow computers and has no size -overhead at all, so enabling this is a good idea. +For the current node, this specified whether it will accept compressed +packets, and for all other nodes, this specifies whether to try to +compress data packets sent to this node (default: \f(CW\*(C`yes\*(C'\fR). Compression is +really cheap even on slow computers, has no size overhead at all and will +only be used when the other side supports compression, so enabling this is +often a good idea. .IP "connect = ondemand | never | always | disabled" 4 .IX Item "connect = ondemand | never | always | disabled" Sets the connect mode (default: \f(CW\*(C`always\*(C'\fR). It can be \f(CW\*(C`always\*(C'\fR (always -try to establish and keep a connection to the given host), \f(CW\*(C`never\*(C'\fR +try to establish and keep a connection to the given node), \f(CW\*(C`never\*(C'\fR (never initiate a connection to the given host, but accept connections), -\&\f(CW\*(C`ondemand\*(C'\fR (try to establish a connection on the first packet sent, and -take it down after the keepalive interval) or \f(CW\*(C`disabled\*(C'\fR (node is bad, -don't talk to it). +\&\f(CW\*(C`ondemand\*(C'\fR (try to establish a connection when there are outstanding +packets in the queue and take it down after the keepalive interval) or +\&\f(CW\*(C`disabled\*(C'\fR (node is bad, don't talk to it). +.Sp +Routers will automatically be forced to \f(CW\*(C`always\*(C'\fR unless they are +\&\f(CW\*(C`disabled\*(C'\fR, to ensure all nodes can talk to each other. .IP "deny-direct = nodename | *" 4 .IX Item "deny-direct = nodename | *" Deny direct connections to the specified node (or all nodes when \f(CW\*(C`*\*(C'\fR @@ -503,19 +581,19 @@ .Sp Sometimes, a node cannot reach some other nodes for reasons of network connectivity. For example, a node behind a firewall that only allows -conenctions to/from a single other node in the network. In this case one +connections to/from a single other node in the network. In this case one should specify \f(CW\*(C`deny\-direct = *\*(C'\fR and \f(CW\*(C`allow\-direct = othernodename\*(C'\fR (the other node \fImust\fR be a router for this to work). .Sp -The algorithm to check wether a connection may be direct is as follows: +The algorithm to check whether a connection may be direct is as follows: .Sp -1. Other node mentioned in a \f(CW\*(C`allow\-direct\*(C'\fR? If yes, allow the connection. +1. Other node mentioned in an \f(CW\*(C`allow\-direct\*(C'\fR? If yes, allow the connection. .Sp 2. Other node mentioned in a \f(CW\*(C`deny\-direct\*(C'\fR? If yes, deny direct connections. .Sp 3. Allow the connection. .Sp -That is, \f(CW\*(C`allow\-direct\*(C'\fR takes precende over \f(CW\*(C`deny\-direct\*(C'\fR. +That is, \f(CW\*(C`allow\-direct\*(C'\fR takes precedence over \f(CW\*(C`deny\-direct\*(C'\fR. .Sp The check is done in both directions, i.e. both nodes must allow a direct connection before one is attempted, so you only need to specify connect @@ -528,15 +606,15 @@ i.e. .Sp .Vb 2 -\& dns-domainname = tunnel.example.net -\& dns-hostname = tunnel-server.example.net +\& dns\-domainname = tunnel.example.net +\& dns\-hostname = tunnel\-server.example.net .Ve .Sp Corresponds to the following \s-1DNS\s0 entries in the \f(CW\*(C`example.net\*(C'\fR domain: .Sp .Vb 2 -\& tunnel.example.net. NS tunnel-server.example.net. -\& tunnel-server.example.net. A 13.13.13.13 +\& tunnel.example.net. NS tunnel\-server.example.net. +\& tunnel\-server.example.net. A 13.13.13.13 .Ve .IP "dns-hostname = hostname/ip" 4 .IX Item "dns-hostname = hostname/ip" @@ -558,7 +636,7 @@ .IX Item "enable-icmp = yes|true|on | no|false|off" See \fIgvpe.protocol\fR\|(7) for a description of the \s-1ICMP\s0 transport protocol. .Sp -Enable the \s-1ICMP\s0 transport using icmp packets of type \f(CW\*(C`icmp\-type\*(C'\fR on this +Enable the \s-1ICMP\s0 transport using \s-1ICMP\s0 packets of type \f(CW\*(C`icmp\-type\*(C'\fR on this node. .IP "enable-rawip = yes|true|on | no|false|off" 4 .IX Item "enable-rawip = yes|true|on | no|false|off" @@ -577,27 +655,24 @@ .IX Item "enable-udp = yes|true|on | no|false|off" See \fIgvpe.protocol\fR\|(7) for a description of the \s-1UDP\s0 transport protocol. .Sp -Enable the UDPv4 transport using the \f(CW\*(C`udp\-port\*(C'\fR port (default: \f(CW\*(C`no\*(C'\fR, -unless no other protocol is enabled for a node, in which case this -protocol is enabled automatically). -.Sp -\&\s-1NOTE:\s0 Please specify \f(CW\*(C`enable\-udp = yes\*(C'\fR if you want t use it even though -it might get switched on automatically, as some future version might -default to another default protocol. +Enable the UDPv4 transport using the \f(CW\*(C`udp\-port\*(C'\fR port (default: \f(CW\*(C`no\*(C'\fR). .IP "hostname = hostname | ip [can not be defaulted]" 4 .IX Item "hostname = hostname | ip [can not be defaulted]" -Forces the address of this node to be set to the given dns hostname or ip +Forces the address of this node to be set to the given \s-1DNS\s0 hostname or \s-1IP\s0 address. It will be resolved before each connect request, so dyndns should work fine. If this setting is not specified and a router is available, then the router will be queried for the address of this node. Otherwise, the connection attempt will fail. +.Sp +Note that \s-1DNS\s0 resolving is done synchronously, pausing the daemon. If that +is an issue you need to specify \s-1IP\s0 addresses. .IP "icmp-type = integer" 4 .IX Item "icmp-type = integer" Sets the type value to be used for outgoing (and incoming) packets sent via the \s-1ICMP\s0 transport. .Sp The default is \f(CW0\fR (which is \f(CW\*(C`echo\-reply\*(C'\fR, also known as -\&\*(L"ping\-replies\*(R"). Other useful values include \f(CW8\fR (\f(CW\*(C`echo\-request\*(C'\fR, a.k.a. +\&\*(L"ping-reply\*(R"). Other useful values include \f(CW8\fR (\f(CW\*(C`echo\-request\*(C'\fR, a.k.a. \&\*(L"ping\*(R") and \f(CW11\fR (\f(CW\*(C`time\-exceeded\*(C'\fR), but any 8\-bit value can be used. .IP "if-up-data = value" 4 .IX Item "if-up-data = value" @@ -605,7 +680,7 @@ script in the environment variable \f(CW\*(C`IFUPDATA\*(C'\fR. .IP "inherit-tos = yes|true|on | no|false|off" 4 .IX Item "inherit-tos = yes|true|on | no|false|off" -Wether to inherit the \s-1TOS\s0 settings of packets sent to the tunnel when +Whether to inherit the \s-1TOS\s0 settings of packets sent to the tunnel when sending packets to this node (default: \f(CW\*(C`yes\*(C'\fR). If set to \f(CW\*(C`yes\*(C'\fR then outgoing tunnel packets will have the same \s-1TOS\s0 setting as the packets sent to the tunnel device, which is usually what you want. @@ -613,27 +688,49 @@ .IX Item "max-retry = positive-number" The maximum interval in seconds (default: \f(CW3600\fR, one hour) between retries to establish a connection to this node. When a connection cannot -be established, gvpe uses exponential backoff capped at this value. It's +be established, gvpe uses exponential back-off capped at this value. It's sometimes useful to set this to a much lower value (e.g. \f(CW120\fR) on connections to routers that usually are stable but sometimes are down, to assure quick reconnections even after longer downtimes. +.IP "max-ttl = seconds" 4 +.IX Item "max-ttl = seconds" +Expire packets that couldn't be sent after this many seconds +(default: \f(CW60\fR). Gvpe will normally queue packets for a node without an +active connection, in the hope of establishing a connection soon. This +value specifies the maximum lifetime a packet will stay in the queue, if a +packet gets older, it will be thrown away. +.IP "max-queue = positive\-number>=1" 4 +.IX Item "max-queue = positive-number>=1" +The maximum number of packets that will be queued (default: \f(CW512\fR) +for this node. If more packets are sent then earlier packets will be +expired. See \f(CW\*(C`max\-ttl\*(C'\fR, above. .IP "router-priority = 0 | 1 | positive\-number>=2" 4 .IX Item "router-priority = 0 | 1 | positive-number>=2" -Sets the router priority of the given host (default: \f(CW0\fR, disabled). If -some host tries to connect to another host without a hostname, it asks -the router host for it's \s-1IP\s0 address. The router host is the one with the -highest priority larger than \f(CW1\fR that is currently reachable. +Sets the router priority of the given node (default: \f(CW0\fR, disabled). .Sp -Make sure all hosts always connect (\f(CW\*(C`connect = always\*(C'\fR) to the router -hosts, otherwise connecting to them might be impossible. +If some node tries to connect to another node but it doesn't have a +hostname, it asks a router node for it's \s-1IP\s0 address. The router node +chosen is the one with the highest priority larger than \f(CW1\fR that is +currently reachable. This is called a \fImediated\fR connection, as the +connection itself will still be direct, but it uses another node to +mediate between the two nodes. +.Sp +The value \f(CW0\fR disables routing, that means if the node receives a packet +not for itself it will not forward it but instead drop it. .Sp The special value \f(CW1\fR allows other hosts to route through the router -host, but they will never route through it by default. The value \f(CW0\fR -disables routing. The idea behind this is that some hosts can, if -required, bump the \f(CW\*(C`router\-priority\*(C'\fR setting to higher than \f(CW1\fR in their -local config to route through specific hosts. If \f(CW\*(C`router\-priority\*(C'\fR is -\&\f(CW0\fR, then routing will be refused, so \f(CW1\fR serves as a \*(L"enable, but do -not use by default\*(R" switch. +host, but they will never route through it by default (i.e. the config +file of another node needs to specify a router priority higher than one +to choose such a node for routing). +.Sp +The idea behind this is that some hosts can, if required, bump the +\&\f(CW\*(C`router\-priority\*(C'\fR setting to higher than \f(CW1\fR in their local config to +route through specific hosts. If \f(CW\*(C`router\-priority\*(C'\fR is \f(CW0\fR, then routing +will be refused, so \f(CW1\fR serves as a \*(L"enable, but do not use by default\*(R" +switch. +.Sp +Nodes with \f(CW\*(C`router\-priority\*(C'\fR set to \f(CW2\fR or higher will always be forced +to \f(CW\*(C`connect\*(C'\fR = \f(CW\*(C`always\*(C'\fR (unless they are \f(CW\*(C`disabled\*(C'\fR). .IP "tcp-port = port-number" 4 .IX Item "tcp-port = port-number" Similar to \f(CW\*(C`udp\-port\*(C'\fR (default: \f(CW655\fR), but sets the \s-1TCP\s0 port number. @@ -644,20 +741,20 @@ .SH "CONFIG DIRECTORY LAYOUT" .IX Header "CONFIG DIRECTORY LAYOUT" The default (or recommended) directory layout for the config directory is: -.IP "\(bu" 4 -.IX Xref "gvpe.conf" +.IP "gvpe.conf" 4 +.IX Item "gvpe.conf" The config file. -.IP "\(bu" 4 -.IX Xref "if-up" +.IP "if-up" 4 +.IX Item "if-up" The if-up script -.IP "," 4 -.IX Xref "node-up node-down" +.IP "node-up, node-down" 4 +.IX Item "node-up, node-down" If used the node up or node-down scripts. -.IP "\(bu" 4 -.IX Xref "hostkey" +.IP "hostkey" 4 +.IX Item "hostkey" The private key (taken from \f(CW\*(C`hostkeys/nodename\*(C'\fR) of the current host. -.IP "\(bu" 4 -.IX Xref "pubkey nodename" +.IP "pubkey/nodename" 4 +.IX Item "pubkey/nodename" The public keys of the other nodes, one file per node. .SH "SEE ALSO" .IX Header "SEE ALSO"