--- gvpe/doc/vped.conf.5.pod 2003/03/28 19:46:47 1.2 +++ gvpe/doc/vped.conf.5.pod 2003/04/05 03:05:14 1.3 @@ -136,18 +136,6 @@ common choices are 50 (IPSEC, ESP), 51 (IPSEC, AH), 4 (IPIP tunnels) or 98 (ENCAP, rfc1241) -=item enable-udp = yes|true|on | no|false|off - -Enable the UDPv4 transport using the C port -(default: C). This is a good general choice since UDP tunnels well -through many firewalls. - -=item enable-rawip = yes|true|on | no|false|off - -Enable the RAW IPv4 transport using the C protocol -(default: C). This is the best choice, since the overhead per packet -is only 38 bytes, as opposed to UDP's 58 (or TCP's 60+). - =item if-up = relative-or-absolute-path Sets the path of a script that should be called immediately after the @@ -261,6 +249,30 @@ Sets the port number used by the UDP protocol (default: C<407>, not officially assigned by IANA!). +=item tcp-port = port-number + +Similar to C (default: C<407>), but sets the TCP port number. + +=item enable-rawip = yes|true|on | no|false|off + +Enable the RAW IPv4 transport using the C protocol +(default: C). This is the best choice, since the overhead per packet +is only 38 bytes, as opposed to UDP's 58 (or TCP's 60+). + +=item enable-udp = yes|true|on | no|false|off + +Enable the UDPv4 transport using the C port +(default: C). This is a good general choice since UDP tunnels well +through many firewalls. + +=item enable-tcp = yes|true|on | no|false|off + +Enable the TCPv4 transport using the C port +(default: C). Support for this horribly unsuitable protocol is only +available when vpe was compiled using the C<--enable-tcp> option. Never +use this transport unless you really must, it is horribly ineffiecent and +resource-intensive compared to the other transports. + =item router-priority = positive-number Sets the router priority of the given host (default: C<0>, disabled). If