]> Cypherpunks.ru repositories - govpn.git/blob - doc/user.texi
[DOC] User manual refactoring
[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 * Client part::
18 * Server part::
19 * Stats::
20 * Example usage::
21 @end menu
22
23 @include timeout.texi
24
25 @include noncediff.texi
26
27 @include mtu.texi
28
29 @include client.texi
30
31 @include server.texi
32
33 @include stats.texi
34
35 @include example.texi