--- gvpe/doc/gvpe.conf.5.pod 2004/07/25 18:11:40 1.2 +++ gvpe/doc/gvpe.conf.5.pod 2005/03/01 06:27:20 1.5 @@ -4,7 +4,6 @@ =head1 SYNOPSIS - enable-udp = yes udp-port = 407 mtu = 1492 ifname = vpn0 @@ -314,12 +313,14 @@ =item enable-udp = yes|true|on | no|false|off -Enable the UDPv4 transport using the C port (default: C, -but this will change!). This is a good general choice since UDP tunnels -well through many firewalls. - -NOTE: Please specify C even though it is the default, as -some future version will have all protocols disabled by default. +Enable the UDPv4 transport using the C port (default: C, +unless no other protocol is enabled for a node, in which case this +protocol is enabled automatically). This is a good general choice since +UDP tunnels well through many firewalls. + +NOTE: Please specify C if you want t use it even though +it might get switched on automatically, as some future version might +default to another default protocol. =item enable-tcp = yes|true|on | no|false|off @@ -351,7 +352,7 @@ Sets the connect mode (default: C). It can be C (always try to establish and keep a connection to the given host), C -(nevr initiate a connection to the given host, but accept connections), +(never initiate a connection to the given host, but accept connections), C (try to establish a connection on the first packet sent, and take it down after the keepalive interval) or C (node is bad, don't talk to it). @@ -386,23 +387,23 @@ =over 4 -=item gvpe.conf +=item X The config file. -=item if-up +=item X The if-up script -=item node-up, node-down +=item X, X If used the node up or node-down scripts. -=item hostkey +=item X The private key (taken from C) of the current host. -=item pubkey/nodename +=item X The public keys of the other nodes, one file per node.