Changes between Version 139 and Version 140 of AccesVpn


Ignore:
Timestamp:
14/12/2020 14:18:28 (3 years ago)
Author:
/postalCode=75016/O=Centre national de la recherche scientifique/street=3, rue Michel-Ange/ST=\xC3\x8Ele-de-France/L=Paris/C=FR/CN=MELOT Frederic/emailAddress=frederic.melot@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AccesVpn

    v139 v140  
    8585
    8686
    87 == Pour les systèmes linux sous Fedora ==
     87== Installation détaillée pour les systèmes linux sous Fedora ==
    8888
    8989
    90 vérifier que openvpn est bien installé :
     90Vérifier que openvpn est bien installé :
    9191{{{
    9292rpm -qa | grep openvpn
     
    9696}}}
    9797
    98 si openvpn n'est pas installé :
     98Si ce n'est pas le cas :
    9999{{{
    100100sudo dnf install openvpn -y
    101101}}}
    102102
    103 Récupérer les fichiers ci-dessous
    104 
    105 {{{
    106 cd
    107 mkdir openvpn
    108 cd openvpn
    109   wget https://lpsc.in2p3.fr/OpenVPN/LPSC-VPN.zip
    110   unzip LPSC-VPN.zip
    111   rm -f LPSC-VPN.zip
    112   ls -l
    113   -rw-r--r-- 1 meyrand informatique 1415 Feb  8  2012 ca.crt
    114   -rw-r--r-- 1 meyrand informatique 4024 Feb  8  2012 client1.crt
    115   -rw-r--r-- 1 meyrand informatique  916 Feb  8  2012 client1.key
    116   -rw-r--r-- 1 meyrand informatique  177 Feb 15  2012 LPSC-VPN.conf
    117   -rw-r--r-- 1 meyrand informatique  177 Feb 15  2012 LPSC-VPN.ovpn 
    118 }}}
    119103
    120104Configuration du vpn :