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.4 by pcg, Mon Apr 7 01:12:56 2003 UTC vs.
Revision 1.8 by pcg, Thu Oct 16 21:57:54 2003 UTC

158consistently on all hosts), but this is usually ineffective. 158consistently on all hosts), but this is usually ineffective.
159 159
160=item MAC=fe:fd:80:00:00:01 160=item MAC=fe:fd:80:00:00:01
161 161
162The MAC address to set the interface to. The script *must* set the 162The MAC address to set the interface to. The script *must* set the
163interface MAC to this value. On GNU/Linux you will most likely use this: 163interface MAC to this value. You will most likely use one of these:
164 164
165 ip link set $IFNAME address $MAC mtu $MTU up 165 ip link set $IFNAME address $MAC mtu $MTU up # GNU/Linux
166 ifconfig $IFNAME ether $MAC mtu $MTU up # FreeBSD
167
168Please see the C<vpe.osdep(5)> manpage for platform-specific information.
169
170=item IFTYPE=native # or tincd
171
172=item IFSUBTYPE=linux # or freebsd, darwin etc..
173
174The interface type (C<native> or C<tincd>) and the subtype (usually the os
175name in lowercase) that this vpe was configured for. Can be used to select
176the correct syntax to use for network-related commands.
166 177
167=item NODENAME=branch1 178=item NODENAME=branch1
168 179
169The nickname of the current node, as passed to the vped daemon. 180The nickname of the current node, as passed to the vped daemon.
170 181
206=item DESTIP=188.13.66.8 217=item DESTIP=188.13.66.8
207 218
208The numerical IP address of the remote host (vped accepts connections from 219The numerical IP address of the remote host (vped accepts connections from
209everywhere, as long as the other host can authenticate itself). 220everywhere, as long as the other host can authenticate itself).
210 221
211=item DESTPORT=407 # deprecated 222=item DESTPORT=655 # deprecated
212 223
213The UDP port used by the other side. 224The UDP port used by the other side.
214 225
215=item STATE=UP 226=item STATE=UP
216 227
233 244
234Same as C<node-up>, but gets called whenever a connection is lost. 245Same as C<node-up>, but gets called whenever a connection is lost.
235 246
236=item http-proxy-host = hostname/ip 247=item http-proxy-host = hostname/ip
237 248
238The C<http-proxy>-family of options are only available if vpe was 249The C<http-proxy-*> family of options are only available if vpe was
239compiled with the C<--enable-http-proxy> option and enable tunneling of 250compiled with the C<--enable-http-proxy> option and enable tunneling of
240tcp connections through a http proxy server. 251tcp connections through a http proxy server.
241 252
242C<http-proxy-host> and C<http-proxy-port> should specify the hostname and 253C<http-proxy-host> and C<http-proxy-port> should specify the hostname and
243port number of the proxy server. See C<http-proxy-loginpw> if your proxy 254port number of the proxy server. See C<http-proxy-loginpw> if your proxy
281 292
282=over 4 293=over 4
283 294
284=item udp-port = port-number 295=item udp-port = port-number
285 296
286Sets the port number used by the UDP protocol (default: C<407>, not 297Sets the port number used by the UDP protocol (default: C<655>, not
287officially assigned by IANA!). 298officially assigned by IANA!).
288 299
289=item tcp-port = port-number 300=item tcp-port = port-number
290 301
291Similar to C<udp-port> (default: C<407>), but sets the TCP port number. 302Similar to C<udp-port> (default: C<655>), but sets the TCP port number.
292 303
293=item enable-rawip = yes|true|on | no|false|off 304=item enable-rawip = yes|true|on | no|false|off
294 305
295Enable the RAW IPv4 transport using the C<ip-proto> protocol 306Enable the RAW IPv4 transport using the C<ip-proto> protocol
296(default: C<no>). This is the best choice, since the overhead per packet 307(default: C<no>). This is the best choice, since the overhead per packet

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines