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.2 by pcg, Sun Jul 25 18:11:39 2004 UTC vs.
Revision 1.6 by pcg, Thu Mar 3 07:24:57 2005 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-07-25" "1.7" "GNU Virtual Private Ethernet" 132.TH GVPE.CONF 5 "2005-03-01" "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 3
138\& enable-udp = yes
139\& udp-port = 407 138\& udp-port = 407
140\& mtu = 1492 139\& mtu = 1492
141\& ifname = vpn0 140\& ifname = vpn0
142.Ve 141.Ve
143.PP 142.PP
420Enable the \s-1RAW\s0 IPv4 transport using the \f(CW\*(C`ip\-proto\*(C'\fR protocol 419Enable the \s-1RAW\s0 IPv4 transport using the \f(CW\*(C`ip\-proto\*(C'\fR protocol
421(default: \f(CW\*(C`no\*(C'\fR). This is the best choice, since the overhead per packet 420(default: \f(CW\*(C`no\*(C'\fR). This is the best choice, since the overhead per packet
422is only 38 bytes, as opposed to \s-1UDP\s0's 58 (or \s-1TCP\s0's 60+). 421is only 38 bytes, as opposed to \s-1UDP\s0's 58 (or \s-1TCP\s0's 60+).
423.IP "enable-udp = yes|true|on | no|false|off" 4 422.IP "enable-udp = yes|true|on | no|false|off" 4
424.IX Item "enable-udp = yes|true|on | no|false|off" 423.IX Item "enable-udp = yes|true|on | no|false|off"
425Enable the UDPv4 transport using the \f(CW\*(C`udp\-port\*(C'\fR port (default: \f(CW\*(C`yes\*(C'\fR, 424Enable the UDPv4 transport using the \f(CW\*(C`udp\-port\*(C'\fR port (default: \f(CW\*(C`no\*(C'\fR,
426but this will change!). This is a good general choice since \s-1UDP\s0 tunnels 425unless no other protocol is enabled for a node, in which case this
427well through many firewalls. 426protocol is enabled automatically). This is a good general choice since
427\&\s-1UDP\s0 tunnels well through many firewalls.
428.Sp 428.Sp
429\&\s-1NOTE:\s0 Please specify \f(CW\*(C`enable\-udp = yes\*(C'\fR even though it is the default, as 429\&\s-1NOTE:\s0 Please specify \f(CW\*(C`enable\-udp = yes\*(C'\fR if you want t use it even though
430some future version will have all protocols disabled by default. 430it might get switched on automatically, as some future version might
431default to another default protocol.
431.IP "enable-tcp = yes|true|on | no|false|off" 4 432.IP "enable-tcp = yes|true|on | no|false|off" 4
432.IX Item "enable-tcp = yes|true|on | no|false|off" 433.IX Item "enable-tcp = yes|true|on | no|false|off"
433Enable the TCPv4 transport using the \f(CW\*(C`tcp\-port\*(C'\fR port 434Enable 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 435(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 436available when gvpe was compiled using the \f(CW\*(C`\-\-enable\-tcp\*(C'\fR option. Never
454not use by default\*(R" switch. 455not use by default\*(R" switch.
455.IP "connect = ondemand | never | always | disabled" 4 456.IP "connect = ondemand | never | always | disabled" 4
456.IX Item "connect = ondemand | never | always | disabled" 457.IX Item "connect = ondemand | never | always | disabled"
457Sets the connect mode (default: \f(CW\*(C`always\*(C'\fR). It can be \f(CW\*(C`always\*(C'\fR (always 458Sets the connect mode (default: \f(CW\*(C`always\*(C'\fR). It can be \f(CW\*(C`always\*(C'\fR (always
458try to establish and keep a connection to the given host), \f(CW\*(C`never\*(C'\fR 459try to establish and keep a connection to the given host), \f(CW\*(C`never\*(C'\fR
459(nevr initiate a connection to the given host, but accept connections), 460(never initiate a connection to the given host, but accept connections),
460\&\f(CW\*(C`ondemand\*(C'\fR (try to establish a connection on the first packet sent, and 461\&\f(CW\*(C`ondemand\*(C'\fR (try to establish a connection on the first packet sent, and
461take it down after the keepalive interval) or \f(CW\*(C`disabled\*(C'\fR (node is bad, 462take it down after the keepalive interval) or \f(CW\*(C`disabled\*(C'\fR (node is bad,
462don't talk to it). 463don't talk to it).
463.IP "inherit-tos = yes|true|on | no|false|off" 4 464.IP "inherit-tos = yes|true|on | no|false|off" 4
464.IX Item "inherit-tos = yes|true|on | no|false|off" 465.IX Item "inherit-tos = yes|true|on | no|false|off"
480connections to routers that usually are stable but sometimes are down, to 481connections to routers that usually are stable but sometimes are down, to
481assure quick reconnections. 482assure quick reconnections.
482.SH "CONFIG DIRECTORY LAYOUT" 483.SH "CONFIG DIRECTORY LAYOUT"
483.IX Header "CONFIG DIRECTORY LAYOUT" 484.IX Header "CONFIG DIRECTORY LAYOUT"
484The default (or recommended) directory layout for the config directory is: 485The default (or recommended) directory layout for the config directory is:
485.IP "gvpe.conf" 4 486.IP "\(bu" 4
486.IX Item "gvpe.conf" 487.IX Xref "gvpe.conf"
487The config file. 488The config file.
488.IP "if-up" 4 489.IP "\(bu" 4
489.IX Item "if-up" 490.IX Xref "if-up"
490The if-up script 491The if-up script
491.IP "node\-up, node-down" 4 492.IP "," 4
492.IX Item "node-up, node-down" 493.IX Xref "node-up node-down"
493If used the node up or node-down scripts. 494If used the node up or node-down scripts.
494.IP "hostkey" 4 495.IP "\(bu" 4
495.IX Item "hostkey" 496.IX Xref "hostkey"
496The private key (taken from \f(CW\*(C`hostkeys/nodename\*(C'\fR) of the current host. 497The private key (taken from \f(CW\*(C`hostkeys/nodename\*(C'\fR) of the current host.
497.IP "pubkey/nodename" 4 498.IP "\(bu" 4
498.IX Item "pubkey/nodename" 499.IX Xref "pubkey nodename"
499The public keys of the other nodes, one file per node. 500The public keys of the other nodes, one file per node.
500.SH "SEE ALSO" 501.SH "SEE ALSO"
501.IX Header "SEE ALSO" 502.IX Header "SEE ALSO"
502\&\fIgvpe\fR\|(5), \fIgvpe\fR\|(8), \fIgvpectrl\fR\|(8). 503\&\fIgvpe\fR\|(5), \fIgvpe\fR\|(8), \fIgvpectrl\fR\|(8).
503.SH "AUTHOR" 504.SH "AUTHOR"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines