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.7 by pcg, Thu Oct 16 20:35:14 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
168=item IFTYPE=native
169
170=item IFSUBTYPE=linux # or freebsd, darwin etc..
171
172The interface type (C<native> or C<tincd>) and the subtype (usually the os
173name in lowercase) that this vpe was configured for. Can be used to select
174the correct syntax to use for network-related commands.
166 175
167=item NODENAME=branch1 176=item NODENAME=branch1
168 177
169The nickname of the current node, as passed to the vped daemon. 178The nickname of the current node, as passed to the vped daemon.
170 179
206=item DESTIP=188.13.66.8 215=item DESTIP=188.13.66.8
207 216
208The numerical IP address of the remote host (vped accepts connections from 217The numerical IP address of the remote host (vped accepts connections from
209everywhere, as long as the other host can authenticate itself). 218everywhere, as long as the other host can authenticate itself).
210 219
211=item DESTPORT=407 # deprecated 220=item DESTPORT=655 # deprecated
212 221
213The UDP port used by the other side. 222The UDP port used by the other side.
214 223
215=item STATE=UP 224=item STATE=UP
216 225
233 242
234Same as C<node-up>, but gets called whenever a connection is lost. 243Same as C<node-up>, but gets called whenever a connection is lost.
235 244
236=item http-proxy-host = hostname/ip 245=item http-proxy-host = hostname/ip
237 246
238The C<http-proxy>-family of options are only available if vpe was 247The C<http-proxy-*> family of options are only available if vpe was
239compiled with the C<--enable-http-proxy> option and enable tunneling of 248compiled with the C<--enable-http-proxy> option and enable tunneling of
240tcp connections through a http proxy server. 249tcp connections through a http proxy server.
241 250
242C<http-proxy-host> and C<http-proxy-port> should specify the hostname and 251C<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 252port number of the proxy server. See C<http-proxy-loginpw> if your proxy
281 290
282=over 4 291=over 4
283 292
284=item udp-port = port-number 293=item udp-port = port-number
285 294
286Sets the port number used by the UDP protocol (default: C<407>, not 295Sets the port number used by the UDP protocol (default: C<655>, not
287officially assigned by IANA!). 296officially assigned by IANA!).
288 297
289=item tcp-port = port-number 298=item tcp-port = port-number
290 299
291Similar to C<udp-port> (default: C<407>), but sets the TCP port number. 300Similar to C<udp-port> (default: C<655>), but sets the TCP port number.
292 301
293=item enable-rawip = yes|true|on | no|false|off 302=item enable-rawip = yes|true|on | no|false|off
294 303
295Enable the RAW IPv4 transport using the C<ip-proto> protocol 304Enable the RAW IPv4 transport using the C<ip-proto> protocol
296(default: C<no>). This is the best choice, since the overhead per packet 305(default: C<no>). This is the best choice, since the overhead per packet

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines