]> Cypherpunks.ru repositories - govpn.git/blob - doc/user.texi
Use A-EKE instead of EKE. Doc refactoring. Preparing for 3.0 release
[govpn.git] / doc / user.texi
1 @node User manual
2 @unnumbered User manual
3
4 Announcements about updates and new releases can be found in @ref{Contacts}.
5
6 GoVPN is split into two pieces: client and server. Each of them work on
7 top of UDP and TAP virtual network interfaces. GoVPN is just a
8 tunnelling of Ethernet frames, nothing less, nothing more. All you
9 IP-related network management is not touched by VPN at all. You can
10 automate it using up and down shell scripts.
11
12 @menu
13 * Identity::
14 * PAKE:: Password Authenticated Key Agreement
15 * Timeout::
16 * Nonce difference::
17 * MTU:: Maximum Transmission Unit
18 * Stats::
19 * Noise::
20 * CPR:: Constant Packet Rate
21 * Verifier::
22 * Client part::
23 * Server part::
24 * Example usage::
25 @end menu
26
27 @include identity.texi
28 @include pake.texi
29 @include timeout.texi
30 @include noncediff.texi
31 @include mtu.texi
32 @include stats.texi
33 @include noise.texi
34 @include cpr.texi
35 @include verifier.texi
36 @include client.texi
37 @include server.texi
38 @include example.texi