Wiki source code of Connexion VPN
Last modified by Jeremie Jacquin on 2024/05/22 11:40
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Installation et configuration du VPN = | ||
2 | |||
3 | |||
4 | Choisissez la méthode d'installation du VPN en fonction du système installé sur votre ordinateur : | ||
5 | |||
6 | |||
7 | * [[Windows>>doc:.Connexion VPN pour Windows.WebHome]] | ||
8 | * [[MacOS>>doc:Documentation publique.Connexion VPN.Connexion VPN pour MacOS.WebHome]] | ||
9 | * [[Linux>>doc:Documentation publique.Connexion VPN.Connexion VPN pour Linux.WebHome]] | ||
10 | |||
11 | {{velocity filter="html"}} | ||
12 | #set($gs = $services.user.group) | ||
13 | #set($wiki = $services.model.createWikiReference('xwiki')) | ||
14 | #set($groups = $services.user.group.getGroupsFromAllWikis($services.model.serialize('xwiki:' + $xwiki.getUser().getUser()))) | ||
15 | #set($filterValue = 'D4300001H5') | ||
16 | #set($isDNum = false) | ||
17 | |||
18 | #foreach($group in $groups) | ||
19 | #set($groupString = $services.model.serialize($group, 'default')) | ||
20 | #if ($groupString.toLowerCase().contains($filterValue.toLowerCase())) | ||
21 | #set($isDNum = true) | ||
22 | #break | ||
23 | #end | ||
24 | #end | ||
25 | |||
26 | #if($isDNum) | ||
27 | ==Info pour les membres de la DNum== | ||
28 | {{info}} | ||
29 | Si les personnes n’ont pas le portail Ivanti sur leur ordi pro de CY, il faut voir à installer l’agent d’inventaire. | ||
30 | Si c’est sur un PC perso, ils peuvent installer //[[OpenVPN Connect>>https://wiki.dnum.cyu.fr/bin/download/Documentation%20publique/Connexion%20VPN/WebHome/openvpn-connect-3.3.7.2979_signed.msi]]// pour [[Windows>>https://openvpn.net/client-connect-vpn-for-windows/]], [[macOS>>https://openvpn.net/client-connect-vpn-for-mac-os/]] ou [[Linux>>https://openvpn.net/openvpn-client-for-linux/]]. | ||
31 | {{/info}} | ||
32 | #end | ||
33 | {{/velocity}} |