ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/gvpe.conf.5.pod
(Generate patch)

Comparing gvpe/doc/gvpe.conf.5.pod (file contents):
Revision 1.14 by pcg, Tue Jun 21 08:46:53 2005 UTC vs.
Revision 1.20 by pcg, Sun Aug 10 22:18:58 2008 UTC

43listen on), followed by node-specific sections that begin with a C<node = 43listen on), followed by node-specific sections that begin with a C<node =
44nickname> line. 44nickname> line.
45 45
46Every node that is part of the network must have a section that starts 46Every node that is part of the network must have a section that starts
47with C<node = nickname>. The number and order of the nodes is important 47with C<node = nickname>. The number and order of the nodes is important
48and must be the same on all hosts. It is not uncommon for node sections to 48and must be the same on all nodes. It is not uncommon for node sections to
49be completely empty - if the default values are right. 49be completely empty - if the default values are right.
50 50
51Node-specific settings can be used at any time. If used before the first 51Node-specific settings can be used at any time. If used before the first
52node section they will set the default values for all following nodes. 52node section they will set the default values for all following nodes.
53 53
116get request timeouts. The default of C<8> means that the DNS transport 116get request timeouts. The default of C<8> means that the DNS transport
117will resend the request when no reply has been received for longer than 117will resend the request when no reply has been received for longer than
118eight times the minimum (= expected) latency, assuming the request or 118eight times the minimum (= expected) latency, assuming the request or
119reply has been lost. 119reply has been lost.
120 120
121For congested links a higher value might be necessary (e.g. C<30>). If the 121For congested links a higher value might be necessary (e.g. C<30>). If
122link is very stable lower values (e.g. C<2>) might work nicely. Values 122the link is very stable lower values (e.g. C<2>) might work
123near or below C<1> makes no sense whatsoever. 123nicely. Values near or below C<1> makes no sense whatsoever.
124 124
125The default should be working ok for most links. 125The default should be working ok for most links but will result in low
126throughput if packet loss is high.
126 127
127=item if-up = relative-or-absolute-path 128=item if-up = relative-or-absolute-path
128 129
129Sets the path of a script that should be called immediately after the 130Sets the path of a script that should be called immediately after the
130network interface is initialized (but not neccessarily up). The following 131network interface is initialized (but not neccessarily up). The following
151select the correct syntax to use for network-related commands. 152select the correct syntax to use for network-related commands.
152 153
153=item MTU=1436 154=item MTU=1436
154 155
155The MTU to set the interface to. You can use lower values (if done 156The MTU to set the interface to. You can use lower values (if done
156consistently on all hosts), but this is usually ineffective. 157consistently on all nodes), but this is usually either inefficient or
158simply ineffective.
157 159
158=item NODES=5 160=item NODES=5
159 161
160The number of nodes in this GVPE network. 162The number of nodes in this GVPE network.
161 163
220device. 222device.
221 223
222=item ip-proto = numerical-ip-protocol 224=item ip-proto = numerical-ip-protocol
223 225
224Sets the protocol number to be used for the rawip protocol. This is a 226Sets the protocol number to be used for the rawip protocol. This is a
225global option because all hosts must use the same protocol, and since 227global option because all nodes must use the same protocol, and since
226there are no port numbers, you cannot easily run more than one gvpe 228there are no port numbers, you cannot easily run more than one gvpe
227instance using the same protocol, nor can you share the protocol with 229instance using the same protocol, nor can you share the protocol with
228other programs. 230other programs.
229 231
230The default is 47 (GRE), which has a good chance of tunneling through 232The default is 47 (GRE), which has a good chance of tunneling through
245Please note that gvpe will still try to resolve all hostnames in the 247Please note that gvpe will still try to resolve all hostnames in the
246configuration file, so if you are behind a proxy without access to a dns 248configuration file, so if you are behind a proxy without access to a dns
247server better use numerical IP addresses. 249server better use numerical IP addresses.
248 250
249To make best use of this option disable all protocols except tcp in your 251To make best use of this option disable all protocols except tcp in your
250config file and make sure your routers (or all other hosts) are listening 252config file and make sure your routers (or all other nodes) are listening
251on a port that the proxy allows (443, https, is a common choice). 253on a port that the proxy allows (443, https, is a common choice).
252 254
253If you have a router, connecting to it will suffice. Otherwise tcp must be 255If you have a router, connecting to it will suffice. Otherwise tcp must be
254enabled on all hosts. 256enabled on all nodes.
255 257
256Example: 258Example:
257 259
258 http-proxy-host = proxy.example.com 260 http-proxy-host = proxy.example.com
259 http-proxy-port = 3128 # 8080 is another common choice 261 http-proxy-port = 3128 # 8080 is another common choice
289maximum overhead (e.g. udp header size, encryption blocksize...) and pass 291maximum overhead (e.g. udp header size, encryption blocksize...) and pass
290this information to the C<if-up> script. 292this information to the C<if-up> script.
291 293
292Recommended values are 1500 (ethernet), 1492 (pppoe), 1472 (pptp). 294Recommended values are 1500 (ethernet), 1492 (pppoe), 1472 (pptp).
293 295
294This value must be the minimum of the mtu values of all hosts. 296This value must be the minimum of the mtu values of all nodes.
295 297
296=item node = nickname 298=item node = nickname
297 299
298Not really a config setting but introduces a node section. The nickname is 300Not really a config setting but introduces a node section. The nickname is
299used to select the right configuration section and must be passed as an 301used to select the right configuration section and must be passed as an
300argument to the gvpe daemon. 302argument to the gvpe daemon.
301 303
302=item node-up = relative-or-absolute-path 304=item node-up = relative-or-absolute-path
303 305
304Sets a command (default: no script) that should be called whenever a 306Sets a command (default: none) that should be called whenever a connection
305connection is established (even on rekeying operations). In addition to 307is established (even on rekeying operations). Note that node-up/down
308scripts will be run asynchronously, but execution is serialised, so there
309will only ever be one such script running.
310
306all the variables passed to C<if-up> scripts, the following environment 311In addition to all the variables passed to C<if-up> scripts, the following
307variables will be set: 312environment variables will be set:
308 313
309=over 4 314=over 4
310 315
311=item DESTNODE=branch2 316=item DESTNODE=branch2
312 317
316 321
317The node id of the remote node. 322The node id of the remote node.
318 323
319=item DESTIP=188.13.66.8 324=item DESTIP=188.13.66.8
320 325
321The numerical IP address of the remote host (gvpe accepts connections from 326The numerical IP address of the remote node (gvpe accepts connections from
322everywhere, as long as the other host can authenticate itself). 327everywhere, as long as the other node can authenticate itself).
323 328
324=item DESTPORT=655 # deprecated 329=item DESTPORT=655 # deprecated
325 330
326The UDP port used by the other side. 331The UDP port used by the other side.
327 332
358be doubled. A single C<%s> is replaced by the hostname, so you could 363be doubled. A single C<%s> is replaced by the hostname, so you could
359use paths like C<hostkeys/%s> to fetch the files at the location where 364use paths like C<hostkeys/%s> to fetch the files at the location where
360C<gvpectrl> puts them. 365C<gvpectrl> puts them.
361 366
362Since only the private key file of the current node is used and the 367Since only the private key file of the current node is used and the
363private key file should be kept secret per-host to avoid spoofings, it is 368private key file should be kept secret per-node to avoid spoofings, it is
364not recommended to use this feature. 369not recommended to use this feature.
365 370
366=item rekey = seconds 371=item rekey = seconds
367 372
368Sets the rekeying interval in seconds (default: C<3600>). Connections are 373Sets the rekeying interval in seconds (default: C<3600>). Connections are
372 377
373=head2 NODE SPECIFIC SETTINGS 378=head2 NODE SPECIFIC SETTINGS
374 379
375The following settings are node-specific, that is, every node can have 380The following settings are node-specific, that is, every node can have
376different settings, even within the same gvpe instance. Settings that are 381different settings, even within the same gvpe instance. Settings that are
377executed before the first node section set the defaults, settings that are 382set before the first node section set the defaults, settings that are
378executed within a node section only apply to the given node. 383set within a node section only apply to the given node.
379 384
380=over 4 385=over 4
381 386
387=item allow-direct = nodename
388
389Allow direct connections to this node. See C<deny-direct> for more info.
390
382=item compress = yes|true|on | no|false|off 391=item compress = yes|true|on | no|false|off
383 392
384Wether to compress data packets sent to this host (default: C<yes>). 393Wether to compress data packets sent to this node (default: C<yes>).
385Compression is really cheap even on slow computers and has no size 394Compression is really cheap even on slow computers and has no size
386overhead at all, so enabling this is a good idea. 395overhead at all, so enabling this is a good idea.
387 396
388=item connect = ondemand | never | always | disabled 397=item connect = ondemand | never | always | disabled
389 398
390Sets the connect mode (default: C<always>). It can be C<always> (always 399Sets the connect mode (default: C<always>). It can be C<always> (always
391try to establish and keep a connection to the given host), C<never> 400try to establish and keep a connection to the given node), C<never>
392(never initiate a connection to the given host, but accept connections), 401(never initiate a connection to the given host, but accept connections),
393C<ondemand> (try to establish a connection on the first packet sent, and 402C<ondemand> (try to establish a connection when there are outstanding
394take it down after the keepalive interval) or C<disabled> (node is bad, 403packets in the queue and take it down after the keepalive interval) or
395don't talk to it). 404C<disabled> (node is bad, don't talk to it).
405
406Routers will automatically be forced to C<always> unless they are
407C<disabled>, to ensure all nodes can talk to each other.
408
409=item deny-direct = nodename | *
410
411Deny direct connections to the specified node (or all nodes when C<*>
412is given). Only one node can be specified, but you can use multiple
413C<allow-direct> and C<deny-direct> statements. This only makes sense in
414networks with routers, as routers are required for indirect connections.
415
416Sometimes, a node cannot reach some other nodes for reasons of network
417connectivity. For example, a node behind a firewall that only allows
418conenctions to/from a single other node in the network. In this case one
419should specify C<deny-direct = *> and C<allow-direct = othernodename> (the other
420node I<must> be a router for this to work).
421
422The algorithm to check wether a connection may be direct is as follows:
423
4241. Other node mentioned in a C<allow-direct>? If yes, allow the connection.
425
4262. Other node mentioned in a C<deny-direct>? If yes, deny direct connections.
427
4283. Allow the connection.
429
430That is, C<allow-direct> takes precedence over C<deny-direct>.
431
432The check is done in both directions, i.e. both nodes must allow a direct
433connection before one is attempted, so you only need to specify connect
434limitations on one node.
396 435
397=item dns-domain = domain-suffix 436=item dns-domain = domain-suffix
398 437
399The DNS domain suffix that points to the DNS tunnel server for this node. 438The DNS domain suffix that points to the DNS tunnel server for this node.
400 439
459protocol is enabled automatically). 498protocol is enabled automatically).
460 499
461NOTE: Please specify C<enable-udp = yes> if you want t use it even though 500NOTE: Please specify C<enable-udp = yes> if you want t use it even though
462it might get switched on automatically, as some future version might 501it might get switched on automatically, as some future version might
463default to another default protocol. 502default to another default protocol.
503
504=item hostname = hostname | ip [can not be defaulted]
505
506Forces the address of this node to be set to the given dns hostname or ip
507address. It will be resolved before each connect request, so dyndns should
508work fine. If this setting is not specified and a router is available,
509then the router will be queried for the address of this node. Otherwise,
510the connection attempt will fail.
464 511
465=item icmp-type = integer 512=item icmp-type = integer
466 513
467Sets the type value to be used for outgoing (and incoming) packets sent 514Sets the type value to be used for outgoing (and incoming) packets sent
468via the ICMP transport. 515via the ICMP transport.
490be established, gvpe uses exponential backoff capped at this value. It's 537be established, gvpe uses exponential backoff capped at this value. It's
491sometimes useful to set this to a much lower value (e.g. C<120>) on 538sometimes useful to set this to a much lower value (e.g. C<120>) on
492connections to routers that usually are stable but sometimes are down, to 539connections to routers that usually are stable but sometimes are down, to
493assure quick reconnections even after longer downtimes. 540assure quick reconnections even after longer downtimes.
494 541
542=item max-ttl = seconds
543
544Expire packets that couldn't be sent after this many seconds
545(default: C<60>). Gvpe will normally queue packets for a node without an
546active connection, in the hope of establishing a connection soon. This
547value specifies the maximum lifetime a packet will stay in the queue, if a
548packet gets older, it will be thrown away.
549
550=item max-queue = positive-number>=1
551
552The maximum number of packets that will be queued (default: C<512>)
553for this node. If more packets are sent then earlier packets will be
554expired. See C<max-ttl>, above.
555
495=item router-priority = 0 | 1 | positive-number>=2 556=item router-priority = 0 | 1 | positive-number>=2
496 557
497Sets the router priority of the given host (default: C<0>, disabled). If 558Sets the router priority of the given node (default: C<0>, disabled).
498some host tries to connect to another host without a hostname, it asks
499the router host for it's IP address. The router host is the one with the
500highest priority larger than C<1> that is currently reachable.
501 559
502Make sure all hosts always connect (C<connect = always>) to the router 560If some node tries to connect to another node but it doesn't have a
503hosts, otherwise connecting to them might be impossible. 561hostname, it asks a router node for it's IP address. The router node
562chosen is the one with the highest priority larger than C<1> that is
563currently reachable. This is called a I<mediated> connection, as the
564connection itself will still be direct, but it uses another node to
565mediate between the two nodes.
566
567The value C<0> disables routing, that means if the node receives a packet
568not for itself it will not forward it but instead drop it.
504 569
505The special value C<1> allows other hosts to route through the router 570The special value C<1> allows other hosts to route through the router
506host, but they will never route through it by default. The value C<0> 571host, but they will never route through it by default (i.e. the config
507disables routing. The idea behind this is that some hosts can, if 572file of another node needs to specify a router priority higher than one
573to choose such a node for routing).
574
575The idea behind this is that some hosts can, if required, bump the
508required, bump the C<router-priority> setting to higher than C<1> in their 576C<router-priority> setting to higher than C<1> in their local config to
509local config to route through specific hosts. If C<router-priority> is 577route through specific hosts. If C<router-priority> is C<0>, then routing
510C<0>, then routing will be refused, so C<1> serves as a "enable, but do 578will be refused, so C<1> serves as a "enable, but do not use by default"
511not use by default" switch. 579switch.
580
581Nodes with C<router-priority> set to C<2> or higher will always be forced
582to C<connect> = C<always> (unless they are C<disabled>).
512 583
513=item tcp-port = port-number 584=item tcp-port = port-number
514 585
515Similar to C<udp-port> (default: C<655>), but sets the TCP port number. 586Similar to C<udp-port> (default: C<655>), but sets the TCP port number.
516 587

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines