Wiki source code of Connexion VPN pour Linux

Version 1.1 by Jeremie Jacquin on 2023/01/26 13:37

Show last authors
1 Pour installer le VPN sur votre ordinateur sous Linux :
2
3 * (((
4 Installer le client openVPN à l'aide des outils d'installation de votre distribution :* (((
5 Ubuntu :
6
7 |(((
8 sudo apt-get install network-manager-openvpn-gnome
9 )))
10 )))
11 * (((
12 Centos 8 :
13
14 |(((
15 dnf install epel-release
16
17 dnf install NetworkManager-openvpn
18 )))
19 )))
20 * Arch :
21 )))
22
23 |(((
24 sudo pacman -S networkmanager-openvpn
25 )))