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

Comparing gvpe/doc/gvpe.8.pod (file contents):
Revision 1.6 by pcg, Fri Mar 18 01:53:05 2005 UTC vs.
Revision 1.7 by pcg, Mon Mar 28 20:39:18 2005 UTC

4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7C<gvpe> [B<-cDlL>] [B<--config=>I<DIR>] [B<--no-detach>] [B<-l=>I<LEVEL]>] 7C<gvpe> [B<-cDlL>] [B<--config=>I<DIR>] [B<--no-detach>] [B<-l=>I<LEVEL]>]
8[B<--kill>[B<=>I<SIGNAL>]] [B<--mlock>] [B<--help>] [B<--version>] 8[B<--kill>[B<=>I<SIGNAL>]] [B<--mlock>] [B<--help>] [B<--version>]
9I<NODENAME> 9I<NODENAME> [I<option...>]
10 10
11=head1 DESCRIPTION 11=head1 DESCRIPTION
12 12
13See the gvpe(5) manpage for an introduction to the gvpe suite. 13See the gvpe(5) manpage for an introduction to the gvpe suite.
14 14
19up a socket for incoming connections. Then a script will be executed to 19up a socket for incoming connections. Then a script will be executed to
20further configure the virtual device. If that succeeds, it will detach 20further configure the virtual device. If that succeeds, it will detach
21from the controlling terminal and continue in the background, accepting 21from the controlling terminal and continue in the background, accepting
22and setting up connections to other gvpe daemons that are part of the 22and setting up connections to other gvpe daemons that are part of the
23virtual private ethernet. 23virtual private ethernet.
24
25The optional arguments after the node name have to be of the form:
26
27 [I<nodename>.]var=value
28
29If the argument has a prefix of C<nodename.>
30(i.e. C<laptop.enable-dns=yes>) then it will be parsed after all the
31config directives for that node, if not, it is parsed befroe the first
32node directive in the config file, and can be used to set global options
33or default variables.
34
35For example, to start C<gvpe> in the foreground, with log-level C<info> on
36the node C<laptop>, with TCP enabled and HTTP-Proxy host and Port set, use
37this:
38
39 gvpe -D -l info laptop \
40 http-proxy-host=10.0.0.18 http-proxy-port=3128 \
41 laptop.enable-tcp=yes
24 42
25=head1 OPTIONS 43=head1 OPTIONS
26 44
27=over 4 45=over 4
28 46

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines