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.7 by pcg, Sun Mar 6 22:45:29 2005 UTC vs.
Revision 1.8 by pcg, Mon Mar 7 01:31:26 2005 UTC

343but for the DNS tunnel protocol only. Default: C<0.0.0.0>, but that might 343but for the DNS tunnel protocol only. Default: C<0.0.0.0>, but that might
344change. 344change.
345 345
346=item dns-port = port-number 346=item dns-port = port-number
347 347
348The port to bind the DNS tunnel socket to. Must be C<0> on all DNS tunnel 348The port to bind the DNS tunnel socket to. Must be C<53> on DNS tunnel servers.
349clients and C<53> on the server.
350 349
351=item enable-dns = yes|true|on | no|false|off 350=item enable-dns = yes|true|on | no|false|off
352 351
353Enable the DNS tunneling protocol on this node, either as server 352Enable the DNS tunneling protocol on this node, either as server or as
354C<dns-port != 0> or as client C<dns-port == 0> (both at the same time is 353client (only available when gvpe was compiled with C<--enable-dns>).
355not possible at the moment). 354
355This is the worst choice of transport protocol with respect to overhead
356(overhead cna be 2-3 times higher than the transferred data), and probably
357the best choice when tunneling through firewalls.
356 358
357=item enable-rawip = yes|true|on | no|false|off 359=item enable-rawip = yes|true|on | no|false|off
358 360
359Enable the RAW IPv4 transport using the C<ip-proto> protocol 361Enable the RAW IPv4 transport using the C<ip-proto> protocol
360(default: C<no>). This is the best choice, since the overhead per packet 362(default: C<no>). This is the best choice, since the minimum overhead per
361is only 38 bytes, as opposed to UDP's 58 (or TCP's 60+). 363packet is only 38 bytes, as opposed to UDP's 58 (or TCP's 60+).
362 364
363=item enable-tcp = yes|true|on | no|false|off 365=item enable-tcp = yes|true|on | no|false|off
364 366
365Enable the TCPv4 transport using the C<tcp-port> port 367Enable the TCPv4 transport using the C<tcp-port> port
366(default: C<no>). Support for this horribly unsuitable protocol is only 368(default: C<no>). Support for this horribly unsuitable protocol is only
367available when gvpe was compiled using the C<--enable-tcp> option. Never 369available when gvpe was compiled using the C<--enable-tcp> option. Never
368use this transport unless you really must, it is horribly ineffiecent and 370use this transport unless you really must, it is very inefficient and
369resource-intensive compared to the other transports. 371resource-intensive compared to the other transports (except for DNS, which
372is worse).
370 373
371=item enable-udp = yes|true|on | no|false|off 374=item enable-udp = yes|true|on | no|false|off
372 375
373Enable the UDPv4 transport using the C<udp-port> port (default: C<no>, 376Enable the UDPv4 transport using the C<udp-port> port (default: C<no>,
374unless no other protocol is enabled for a node, in which case this 377unless no other protocol is enabled for a node, in which case this
386outgoing tunnel packets will have the same TOS setting as the packets sent 389outgoing tunnel packets will have the same TOS setting as the packets sent
387to the tunnel device, which is usually what you want. 390to the tunnel device, which is usually what you want.
388 391
389=item max-retry = positive-number 392=item max-retry = positive-number
390 393
391The maximum interval in seconds (default: C<28800>, 8 hours) between 394The maximum interval in seconds (default: C<3600>, one hour) between
392retries to establish a connection to this node. When a connection cannot 395retries to establish a connection to this node. When a connection cannot
393be established, gvpe uses exponential backoff capped at this value. It's 396be established, gvpe uses exponential backoff capped at this value. It's
394sometimes useful to set this to a much lower value (e.g. C<120>) on 397sometimes useful to set this to a much lower value (e.g. C<120>) on
395connections to routers that usually are stable but sometimes are down, to 398connections to routers that usually are stable but sometimes are down, to
396assure quick reconnections. 399assure quick reconnections even after longer downtimes.
397 400
398=item router-priority = 0 | 1 | positive-number>2 401=item router-priority = 0 | 1 | positive-number>=2
399 402
400Sets the router priority of the given host (default: C<0>, disabled). If 403Sets the router priority of the given host (default: C<0>, disabled). If
401some host tries to connect to another host without a hostname, it asks 404some host tries to connect to another host without a hostname, it asks
402the router host for it's IP address. The router host is the one with the 405the router host for it's IP address. The router host is the one with the
403highest priority larger than C<1> that is currently reachable. 406highest priority larger than C<1> that is currently reachable.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines