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

Comparing gvpe/doc/gvpe.conf.5 (file contents):
Revision 1.1 by pcg, Fri Jun 11 15:56:12 2004 UTC vs.
Revision 1.2 by pcg, Sun Jul 25 18:11:39 2004 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "GVPE.CONF 5" 131.IX Title "GVPE.CONF 5"
132.TH GVPE.CONF 5 "2004-06-11" "1.7" "GNU Virtual Private Ethernet" 132.TH GVPE.CONF 5 "2004-07-25" "1.7" "GNU Virtual Private Ethernet"
133.SH "NAME" 133.SH "NAME"
134gvpe.conf \- configuration file for the GNU VPE daemon 134gvpe.conf \- configuration file for the GNU VPE daemon
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 4 137.Vb 4
433Enable the TCPv4 transport using the \f(CW\*(C`tcp\-port\*(C'\fR port 433Enable the TCPv4 transport using the \f(CW\*(C`tcp\-port\*(C'\fR port
434(default: \f(CW\*(C`no\*(C'\fR). Support for this horribly unsuitable protocol is only 434(default: \f(CW\*(C`no\*(C'\fR). Support for this horribly unsuitable protocol is only
435available when gvpe was compiled using the \f(CW\*(C`\-\-enable\-tcp\*(C'\fR option. Never 435available when gvpe was compiled using the \f(CW\*(C`\-\-enable\-tcp\*(C'\fR option. Never
436use this transport unless you really must, it is horribly ineffiecent and 436use this transport unless you really must, it is horribly ineffiecent and
437resource-intensive compared to the other transports. 437resource-intensive compared to the other transports.
438.IP "router-priority = positive-number" 4 438.IP "router-priority = 0 | 1 | positive\-number>2" 4
439.IX Item "router-priority = positive-number" 439.IX Item "router-priority = 0 | 1 | positive-number>2"
440Sets the router priority of the given host (default: \f(CW0\fR, disabled). If 440Sets the router priority of the given host (default: \f(CW0\fR, disabled). If
441some host tries to connect to another host without a hostname, it asks 441some host tries to connect to another host without a hostname, it asks
442the router host for it's \s-1IP\s0 address. The router host is the one with the 442the router host for it's \s-1IP\s0 address. The router host is the one with the
443highest priority that is currently reachable. Make sure all clients always 443highest priority larger than \f(CW1\fR that is currently reachable.
444.Sp
445Make sure all hosts always connect (\f(CW\*(C`connect = always\*(C'\fR) to the router
444connect to the router hosts, otherwise conencting to them is impossible. 446hosts, otherwise connecting to them might be impossible.
447.Sp
448The special value \f(CW1\fR allows other hosts to route through the router
449host, but they will never route through it by default. The value \f(CW0\fR
450disables routing. The idea behind this is that some hosts can, if
451required, bump the \f(CW\*(C`router\-priority\*(C'\fR setting to higher than \f(CW1\fR in their
452local config to route through specific hosts. If \f(CW\*(C`router\-priority\*(C'\fR is
453\&\f(CW0\fR, then routing will be refused, so \f(CW1\fR serves as a \*(L"enable, but do
454not use by default\*(R" switch.
445.IP "connect = ondemand|never|always|disabled" 4 455.IP "connect = ondemand | never | always | disabled" 4
446.IX Item "connect = ondemand|never|always|disabled" 456.IX Item "connect = ondemand | never | always | disabled"
447Sets the connect mode (default: \f(CW\*(C`always\*(C'\fR). It can be \f(CW\*(C`always\*(C'\fR (always 457Sets the connect mode (default: \f(CW\*(C`always\*(C'\fR). It can be \f(CW\*(C`always\*(C'\fR (always
448try to establish and keep a conenction to the given host), \f(CW\*(C`never\*(C'\fR 458try to establish and keep a connection to the given host), \f(CW\*(C`never\*(C'\fR
449(nevr initiate a connection to the given host, but accept connections), 459(nevr initiate a connection to the given host, but accept connections),
450\&\f(CW\*(C`ondemand\*(C'\fR (try to establish a connection on the first packet sent, and 460\&\f(CW\*(C`ondemand\*(C'\fR (try to establish a connection on the first packet sent, and
451take it down after the keepalive interval) or \f(CW\*(C`disabled\*(C'\fR (node is bad, 461take it down after the keepalive interval) or \f(CW\*(C`disabled\*(C'\fR (node is bad,
452don't talk to it). 462don't talk to it).
453.IP "inherit-tos = yes|true|on | no|false|off" 4 463.IP "inherit-tos = yes|true|on | no|false|off" 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines