]> Cypherpunks.ru repositories - govpn.git/blob - doc/user.texi
a77fd8ad6afcba0ee5031eac83d53c7a72987942
[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
5 @ref{Reporting bugs}.
6
7 GoVPN is split into two pieces: client and server. Each of them work on
8 top of UDP and TAP virtual network interfaces. GoVPN is just a
9 tunnelling of Ethernet frames, nothing less, nothing more. All you
10 IP-level network management is not touched by VPN at all. You can
11 automate it using up and down shell scripts.
12
13 @menu
14 * Timeout::
15 * Nonce difference::
16 * MTU::
17 * Stats::
18 * Noise::
19 * CPR::
20 * Client part::
21 * Server part::
22 * Example usage::
23 @end menu
24
25 @include timeout.texi
26
27 @include noncediff.texi
28
29 @include mtu.texi
30
31 @include stats.texi
32
33 @include noise.texi
34
35 @include cpr.texi
36
37 @include client.texi
38
39 @include server.texi
40
41 @include example.texi