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

Comparing gvpe/doc/vped.conf.5 (file contents):
Revision 1.10 by pcg, Thu Oct 16 21:57:54 2003 UTC vs.
Revision 1.11 by pcg, Mon May 10 18:57:07 2004 UTC

1.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.13 1.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
2.\" 2.\"
3.\" Standard preamble: 3.\" Standard preamble:
4.\" ======================================================================== 4.\" ========================================================================
5.de Sh \" Subsection heading 5.de Sh \" Subsection heading
6.br 6.br
127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "VPED.CONF 5" 131.IX Title "VPED.CONF 5"
132.TH VPED.CONF 5 "2003-10-16" "1.2" "Virtual Private Ethernet" 132.TH VPED.CONF 5 "2004-04-01" "1.5" "Virtual Private Ethernet"
133.SH "NAME" 133.SH "NAME"
134vped.conf \- vpe daemon configuration file 134vped.conf \- vpe daemon configuration file
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 3 137.Vb 4
138\& enable-udp = yes
138\& udp-port = 407 139\& udp-port = 407
139\& mtu = 1492 140\& mtu = 1492
140\& ifname = vpn0 141\& ifname = vpn0
141.Ve 142.Ve
142.PP 143.PP
396.IP "http-proxy-auth = login:password" 4 397.IP "http-proxy-auth = login:password" 4
397.IX Item "http-proxy-auth = login:password" 398.IX Item "http-proxy-auth = login:password"
398The optional login and password used to authenticate to the proxy server, 399The optional login and password used to authenticate to the proxy server,
399seperated by a literal colon (\f(CW\*(C`:\*(C'\fR). Only basic authentication is 400seperated by a literal colon (\f(CW\*(C`:\*(C'\fR). Only basic authentication is
400currently supported. 401currently supported.
402.IP "pid-file = path" 4
403.IX Item "pid-file = path"
404The path to the pid file to check and create (Default:
401.Sh "\s-1NODE\s0 \s-1SPECIFIC\s0 \s-1SETTINGS\s0" 405.Sh "\s-1NODE\s0 \s-1SPECIFIC\s0 \s-1SETTINGS\s0"
402.IX Subsection "NODE SPECIFIC SETTINGS" 406.IX Subsection "NODE SPECIFIC SETTINGS"
403The following settings are node\-specific, that is, every node can have 407The following settings are node\-specific, that is, every node can have
404different settings, even within the same vped instance. Settings that are 408different settings, even within the same vped instance. Settings that are
405executed before the first node section set the defaults, settings that are 409executed before the first node section set the defaults, settings that are
416Enable the \s-1RAW\s0 IPv4 transport using the \f(CW\*(C`ip\-proto\*(C'\fR protocol 420Enable the \s-1RAW\s0 IPv4 transport using the \f(CW\*(C`ip\-proto\*(C'\fR protocol
417(default: \f(CW\*(C`no\*(C'\fR). This is the best choice, since the overhead per packet 421(default: \f(CW\*(C`no\*(C'\fR). This is the best choice, since the overhead per packet
418is only 38 bytes, as opposed to \s-1UDP\s0's 58 (or \s-1TCP\s0's 60+). 422is only 38 bytes, as opposed to \s-1UDP\s0's 58 (or \s-1TCP\s0's 60+).
419.IP "enable-udp = yes|true|on | no|false|off" 4 423.IP "enable-udp = yes|true|on | no|false|off" 4
420.IX Item "enable-udp = yes|true|on | no|false|off" 424.IX Item "enable-udp = yes|true|on | no|false|off"
421Enable the UDPv4 transport using the \f(CW\*(C`udp\-port\*(C'\fR port 425Enable the UDPv4 transport using the \f(CW\*(C`udp\-port\*(C'\fR port (default: \f(CW\*(C`yes\*(C'\fR,
422(default: \f(CW\*(C`yes\*(C'\fR). This is a good general choice since \s-1UDP\s0 tunnels well 426but this will change!). This is a good general choice since \s-1UDP\s0 tunnels
423through many firewalls. 427well through many firewalls.
428.Sp
429\&\s-1NOTE:\s0 Please specify \f(CW\*(C`enable\-udp = yes\*(C'\fR even though it is the default, as
430some future version will have all protocols disabled by default.
424.IP "enable-tcp = yes|true|on | no|false|off" 4 431.IP "enable-tcp = yes|true|on | no|false|off" 4
425.IX Item "enable-tcp = yes|true|on | no|false|off" 432.IX Item "enable-tcp = yes|true|on | no|false|off"
426Enable 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
427(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
428available when vpe was compiled using the \f(CW\*(C`\-\-enable\-tcp\*(C'\fR option. Never 435available when vpe was compiled using the \f(CW\*(C`\-\-enable\-tcp\*(C'\fR option. Never

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines