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.8 by pcg, Tue Jun 21 08:46:53 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
113=head1 BUGS 131=head1 BUGS
114 132
115The cryptography in gvpe has not been thoroughly checked by many people 133The cryptography in gvpe has not been thoroughly checked by many people
116yet. Use it at your own risk! 134yet. Use it at your own risk!
117 135
118If you find any bugs, report them to C<gvpe@plan9.de>. 136If you find any bugs, report them to C<gvpe@schmorp.de>.
119 137
120=head1 SEE ALSO 138=head1 SEE ALSO
121 139
122gvpe(5) for an introduction, gvpe.conf(5), gvpectrl(8). 140gvpe(5) for an introduction, gvpe.conf(5), gvpectrl(8).
123 141
128welcome to redistribute it under certain conditions; see the file COPYING 146welcome to redistribute it under certain conditions; see the file COPYING
129for details. 147for details.
130 148
131=head1 AUTHOR 149=head1 AUTHOR
132 150
133Marc Lehmann C<< <gvpe@plan9.de> >>. 151Marc Lehmann C<< <gvpe@schmorp.de> >>.
134 152
135And thanks to many others for their contributions to gvpe, especially the 153And thanks to many others for their contributions to gvpe, especially the
136tincd authors, who inspired me to write this program (after scavenging 154tincd authors, who inspired me to write this program (after scavenging
137their sourcecode ;). 155their sourcecode ;).
138 156

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines