|
Size: 485
Comment:
|
← Revision 4 as of 2026-04-08 20:17:23 ⇥
Size: 584
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| * https://community.openvpn.net/ * https://github.com/OpenVPN/openvpn?hl=en-GB |
|
| Line 6: | Line 8: |
| {{{ | {{{#!highlight bash |
openvpn
https://openvpn.net/index.php/open-source/333-what-is-openvpn.html
https://openvpn.net/index.php/download/community-downloads.html
Install from source code
1 cd /tmp
2 wget https://swupdate.openvpn.org/community/releases/openvpn-2.3.13.tar.xz
3 tar xvif openvpn-2.3.13.tar.xz
4 cd openvpn-2.3.13
5 ./configure
6 make clean
7 make
8 make install
9
10 nano client.ovpn
11 auth-user-pass auth.txt # use and pass on auth.txt file
12 openvpn --config client.ovpn
