| 1 |
=head1 NAME |
| 2 |
|
| 3 |
C<vpectrl> - Virtual Private Ethernet Control Program |
| 4 |
|
| 5 |
=head1 SYNOPSIS |
| 6 |
|
| 7 |
C<vpectrl> [B<-ckgs>] [B<--config=>I<DIR>] [B<--generate-keys>] [B<--help>] |
| 8 |
[B<--kill>[B<=>I<SIGNAL>]] [B<--show-config>] [B<--version>] |
| 9 |
|
| 10 |
=head1 DESCRIPTION |
| 11 |
|
| 12 |
This is the control program for the C<vped>, the virtual private ethernet daemon. |
| 13 |
|
| 14 |
=head1 OPTIONS |
| 15 |
|
| 16 |
=over 4 |
| 17 |
|
| 18 |
=item B<-c>, B<--config=>I<DIR> |
| 19 |
|
| 20 |
Read configuration options from I<DIR>. |
| 21 |
|
| 22 |
=item B<-g>, B<--generate-keys> |
| 23 |
|
| 24 |
Generate public/private RSA keypair and exit. |
| 25 |
|
| 26 |
=item B<--help> |
| 27 |
|
| 28 |
Display short list of options. |
| 29 |
|
| 30 |
=item B<--kill>[B<=>I<SIGNAL>] |
| 31 |
|
| 32 |
Attempt to kill a running C<vpectrl> (optionally with the specified |
| 33 |
I<SIGNAL> instead of C<SIGTERM>) and exit. |
| 34 |
|
| 35 |
=item B<--show-config> |
| 36 |
|
| 37 |
Show a summary of the configuration, and how vped interprets it. Can also be very useful |
| 38 |
when designing firewall scripts. |
| 39 |
|
| 40 |
=item B<--version> |
| 41 |
|
| 42 |
Output version information and exit. |
| 43 |
|
| 44 |
=back |
| 45 |
|
| 46 |
=head1 BUGS |
| 47 |
|
| 48 |
If you find any bugs, report them to C<vpe@plan9.de>. |
| 49 |
|
| 50 |
=head1 SEE ALSO |
| 51 |
|
| 52 |
vpe(5), vpe.conf(5), vped(8). |
| 53 |
|
| 54 |
vpe comes with ABSOLUTELY NO WARRANTY. This is free software, and you are |
| 55 |
welcome to redistribute it under certain conditions; see the file COPYING |
| 56 |
for details. |
| 57 |
|
| 58 |
=head1 AUTHORS |
| 59 |
|
| 60 |
Marc Lehmann C<< <vpe@plan9.de> >>. |