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.10 by pcg, Thu Oct 16 21:57:54 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
284.Sp 284.Sp
285.Vb 2 285.Vb 2
286\& ip link set $IFNAME address $MAC mtu $MTU up # GNU/Linux 286\& ip link set $IFNAME address $MAC mtu $MTU up # GNU/Linux
287\& ifconfig $IFNAME ether $MAC mtu $MTU up # FreeBSD 287\& ifconfig $IFNAME ether $MAC mtu $MTU up # FreeBSD
288.Ve 288.Ve
289.Sp
290Please see the \f(CW\*(C`vpe.osdep(5)\*(C'\fR manpage for platform-specific information.
289.IP "IFTYPE=native" 4 291.IP "IFTYPE=native # or tincd" 4
290.IX Item "IFTYPE=native" 292.IX Item "IFTYPE=native # or tincd"
291.PD 0 293.PD 0
292.IP "IFSUBTYPE=linux # or freebsd, darwin etc.." 4 294.IP "IFSUBTYPE=linux # or freebsd, darwin etc.." 4
293.IX Item "IFSUBTYPE=linux # or freebsd, darwin etc.." 295.IX Item "IFSUBTYPE=linux # or freebsd, darwin etc.."
294.PD 296.PD
295The interface type (\f(CW\*(C`native\*(C'\fR or \f(CW\*(C`tincd\*(C'\fR) and the subtype (usually the os 297The interface type (\f(CW\*(C`native\*(C'\fR or \f(CW\*(C`tincd\*(C'\fR) and the subtype (usually the os
333The node id of the remote node. 335The node id of the remote node.
334.IP "DESTIP=188.13.66.8" 4 336.IP "DESTIP=188.13.66.8" 4
335.IX Item "DESTIP=188.13.66.8" 337.IX Item "DESTIP=188.13.66.8"
336The numerical \s-1IP\s0 address of the remote host (vped accepts connections from 338The numerical \s-1IP\s0 address of the remote host (vped accepts connections from
337everywhere, as long as the other host can authenticate itself). 339everywhere, as long as the other host can authenticate itself).
338.IP "DESTPORT=407 # deprecated" 4 340.IP "DESTPORT=655 # deprecated" 4
339.IX Item "DESTPORT=407 # deprecated" 341.IX Item "DESTPORT=655 # deprecated"
340The \s-1UDP\s0 port used by the other side. 342The \s-1UDP\s0 port used by the other side.
341.IP "STATE=UP" 4 343.IP "STATE=UP" 4
342.IX Item "STATE=UP" 344.IX Item "STATE=UP"
343Node-up scripts get called with STATE=UP, node-down scripts get called 345Node-up scripts get called with STATE=UP, node-down scripts get called
344with STATE=DOWN. 346with STATE=DOWN.
402different settings, even within the same vped instance. Settings that are 404different settings, even within the same vped instance. Settings that are
403executed before the first node section set the defaults, settings that are 405executed before the first node section set the defaults, settings that are
404executed within a node section only apply to the given node. 406executed within a node section only apply to the given node.
405.IP "udp-port = port-number" 4 407.IP "udp-port = port-number" 4
406.IX Item "udp-port = port-number" 408.IX Item "udp-port = port-number"
407Sets the port number used by the \s-1UDP\s0 protocol (default: \f(CW407\fR, not 409Sets the port number used by the \s-1UDP\s0 protocol (default: \f(CW655\fR, not
408officially assigned by \s-1IANA\s0!). 410officially assigned by \s-1IANA\s0!).
409.IP "tcp-port = port-number" 4 411.IP "tcp-port = port-number" 4
410.IX Item "tcp-port = port-number" 412.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. 413Similar 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 414.IP "enable-rawip = yes|true|on | no|false|off" 4
413.IX Item "enable-rawip = yes|true|on | no|false|off" 415.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 416Enable 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 417(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+). 418is 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