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.8 by pcg, Wed Oct 15 01:02:27 2003 UTC vs.
Revision 1.9 by pcg, Thu Oct 16 20:35:14 2003 UTC

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-14" "1.0" "Virtual Private Ethernet" 132.TH VPED.CONF 5 "2003-10-16" "1.2" "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 3
333The node id of the remote node. 333The node id of the remote node.
334.IP "DESTIP=188.13.66.8" 4 334.IP "DESTIP=188.13.66.8" 4
335.IX Item "DESTIP=188.13.66.8" 335.IX Item "DESTIP=188.13.66.8"
336The numerical \s-1IP\s0 address of the remote host (vped accepts connections from 336The numerical \s-1IP\s0 address of the remote host (vped accepts connections from
337everywhere, as long as the other host can authenticate itself). 337everywhere, as long as the other host can authenticate itself).
338.IP "DESTPORT=407 # deprecated" 4 338.IP "DESTPORT=655 # deprecated" 4
339.IX Item "DESTPORT=407 # deprecated" 339.IX Item "DESTPORT=655 # deprecated"
340The \s-1UDP\s0 port used by the other side. 340The \s-1UDP\s0 port used by the other side.
341.IP "STATE=UP" 4 341.IP "STATE=UP" 4
342.IX Item "STATE=UP" 342.IX Item "STATE=UP"
343Node-up scripts get called with STATE=UP, node-down scripts get called 343Node-up scripts get called with STATE=UP, node-down scripts get called
344with STATE=DOWN. 344with STATE=DOWN.
402different settings, even within the same vped instance. Settings that are 402different settings, even within the same vped instance. Settings that are
403executed before the first node section set the defaults, settings that are 403executed before the first node section set the defaults, settings that are
404executed within a node section only apply to the given node. 404executed within a node section only apply to the given node.
405.IP "udp-port = port-number" 4 405.IP "udp-port = port-number" 4
406.IX Item "udp-port = port-number" 406.IX Item "udp-port = port-number"
407Sets the port number used by the \s-1UDP\s0 protocol (default: \f(CW407\fR, not 407Sets the port number used by the \s-1UDP\s0 protocol (default: \f(CW655\fR, not
408officially assigned by \s-1IANA\s0!). 408officially assigned by \s-1IANA\s0!).
409.IP "tcp-port = port-number" 4 409.IP "tcp-port = port-number" 4
410.IX Item "tcp-port = port-number" 410.IX Item "tcp-port = port-number"
411Similar to \f(CW\*(C`udp\-port\*(C'\fR (default: \f(CW407\fR), but sets the \s-1TCP\s0 port number. 411Similar to \f(CW\*(C`udp\-port\*(C'\fR (default: \f(CW655\fR), but sets the \s-1TCP\s0 port number.
412.IP "enable-rawip = yes|true|on | no|false|off" 4 412.IP "enable-rawip = yes|true|on | no|false|off" 4
413.IX Item "enable-rawip = yes|true|on | no|false|off" 413.IX Item "enable-rawip = yes|true|on | no|false|off"
414Enable the \s-1RAW\s0 IPv4 transport using the \f(CW\*(C`ip\-proto\*(C'\fR protocol 414Enable the \s-1RAW\s0 IPv4 transport using the \f(CW\*(C`ip\-proto\*(C'\fR protocol
415(default: \f(CW\*(C`no\*(C'\fR). This is the best choice, since the overhead per packet 415(default: \f(CW\*(C`no\*(C'\fR). This is the best choice, since the overhead per packet
416is only 38 bytes, as opposed to \s-1UDP\s0's 58 (or \s-1TCP\s0's 60+). 416is only 38 bytes, as opposed to \s-1UDP\s0's 58 (or \s-1TCP\s0's 60+).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines