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

Comparing gvpe/doc/vped.conf.5.pod (file contents):
Revision 1.2 by pcg, Fri Mar 28 19:46:47 2003 UTC vs.
Revision 1.3 by pcg, Sat Apr 5 03:05:14 2003 UTC

134The default is 47 (GRE), which has a good chance of tunneling through 134The default is 47 (GRE), which has a good chance of tunneling through
135firewalls (but note that the rawip protocol is not GRE compatible). Other 135firewalls (but note that the rawip protocol is not GRE compatible). Other
136common choices are 50 (IPSEC, ESP), 51 (IPSEC, AH), 4 (IPIP tunnels) or 98 136common choices are 50 (IPSEC, ESP), 51 (IPSEC, AH), 4 (IPIP tunnels) or 98
137(ENCAP, rfc1241) 137(ENCAP, rfc1241)
138 138
139=item enable-udp = yes|true|on | no|false|off
140
141Enable the UDPv4 transport using the C<udp-port> port
142(default: C<yes>). This is a good general choice since UDP tunnels well
143through many firewalls.
144
145=item enable-rawip = yes|true|on | no|false|off
146
147Enable the RAW IPv4 transport using the C<ip-proto> protocol
148(default: C<no>). This is the best choice, since the overhead per packet
149is only 38 bytes, as opposed to UDP's 58 (or TCP's 60+).
150
151=item if-up = relative-or-absolute-path 139=item if-up = relative-or-absolute-path
152 140
153Sets the path of a script that should be called immediately after the 141Sets the path of a script that should be called immediately after the
154network interface is initialized (but not neccessarily up). The following 142network interface is initialized (but not neccessarily up). The following
155environment variables are passed to it (the values are just examples): 143environment variables are passed to it (the values are just examples):
259=item udp-port = port-number 247=item udp-port = port-number
260 248
261Sets the port number used by the UDP protocol (default: C<407>, not 249Sets the port number used by the UDP protocol (default: C<407>, not
262officially assigned by IANA!). 250officially assigned by IANA!).
263 251
252=item tcp-port = port-number
253
254Similar to C<udp-port> (default: C<407>), but sets the TCP port number.
255
256=item enable-rawip = yes|true|on | no|false|off
257
258Enable the RAW IPv4 transport using the C<ip-proto> protocol
259(default: C<no>). This is the best choice, since the overhead per packet
260is only 38 bytes, as opposed to UDP's 58 (or TCP's 60+).
261
262=item enable-udp = yes|true|on | no|false|off
263
264Enable the UDPv4 transport using the C<udp-port> port
265(default: C<yes>). This is a good general choice since UDP tunnels well
266through many firewalls.
267
268=item enable-tcp = yes|true|on | no|false|off
269
270Enable the TCPv4 transport using the C<tcp-port> port
271(default: C<no>). Support for this horribly unsuitable protocol is only
272available when vpe was compiled using the C<--enable-tcp> option. Never
273use this transport unless you really must, it is horribly ineffiecent and
274resource-intensive compared to the other transports.
275
264=item router-priority = positive-number 276=item router-priority = positive-number
265 277
266Sets the router priority of the given host (default: C<0>, disabled). If 278Sets the router priority of the given host (default: C<0>, disabled). If
267some host tries to connect to another host without a hostname, it asks 279some host tries to connect to another host without a hostname, it asks
268the router host for it's IP address. The router host is the one with the 280the router host for it's IP address. The router host is the one with the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines