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.3 by pcg, Sat Apr 5 03:05:14 2003 UTC vs.
Revision 1.4 by pcg, Mon Apr 7 01:12:56 2003 UTC

231 231
232=item node-down = relative-or-absolute-path 232=item node-down = relative-or-absolute-path
233 233
234Same as C<node-up>, but gets called whenever a connection is lost. 234Same as C<node-up>, but gets called whenever a connection is lost.
235 235
236=item http-proxy-host = hostname/ip
237
238The C<http-proxy>-family of options are only available if vpe was
239compiled with the C<--enable-http-proxy> option and enable tunneling of
240tcp connections through a http proxy server.
241
242C<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
244requires authentication.
245
246Please note that vpe will still try to resolve all hostnames in the
247configuration file, so if you are behind a proxy without access to a dns
248server better use numerical IP addresses.
249
250To make best use of this option disable all protocols except tcp in your
251config file and make sure your routers (or all other hosts) are listening
252on a port that the proxy allows (443, https, is a common choice).
253
254If you have a router, connecting to it will suffice. Otherwise tcp must be
255enabled on all hosts.
256
257Example:
258
259 http-proxy-host = proxy.example.com
260 http-proxy-port = 3128 # 8080 is another common choice
261 http-proxy-auth = schmorp:grumbeere
262
263=item http-proxy-port = proxy-tcp-port
264
265The port where your proxy server listens.
266
267=item http-proxy-auth = login:password
268
269The optional login and password used to authenticate to the proxy server,
270seperated by a literal colon (C<:>). Only basic authentication is
271currently supported.
272
236=back 273=back
237 274
238=head2 NODE SPECIFIC SETTINGS 275=head2 NODE SPECIFIC SETTINGS
239 276
240The following settings are node-specific, that is, every node can have 277The following settings are node-specific, that is, every node can have

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines