... | @@ -44,11 +44,61 @@ La version du client proposée via le lien [webvpn.he-arc.ch](webvpn.he-arc.ch) |
... | @@ -44,11 +44,61 @@ La version du client proposée via le lien [webvpn.he-arc.ch](webvpn.he-arc.ch) |
|
|
|
|
|
_Le souci rencontré avec la vieille version est que le processus s'arrête et la connexion ne se fait jamais. Si vous avez installé cette version, il faut aller dans `bin` et lancer le script `anyconnect_unistall.sh` puis supprimer les dossier sous `opt/cisco`._
|
|
_Le souci rencontré avec la vieille version est que le processus s'arrête et la connexion ne se fait jamais. Si vous avez installé cette version, il faut aller dans `bin` et lancer le script `anyconnect_unistall.sh` puis supprimer les dossier sous `opt/cisco`._
|
|
|
|
|
|
Une fois que le téléchargement est terminé, il suffit de copier le profil `profile_hearc1.xml` depuis la version __Windows__ qui se trouve dans le dossier `%ProgramData%\Cisco\Cisco AnyConnect Secure Mobility Client\Profile` sous `/opt/cisco/anyconnect/profile` (avec privilège root) sur votre machine Linux.
|
|
Une fois que le téléchargement est terminé, il suffit de copier le profil ci-dessous dans un fichier `xml` dans le répertoire `/opt/cisco/anyconnect/profile` (avec privilège root) sur votre machine Linux.
|
|
|
|
|
|
Pour les **Macs**, il faut copier le profil sous le dossier `/opt/cisco/anyconnect/profile` car pour le moment ça n'est pas le cas.
|
|
```xml
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
Vous pouvez demander le fichier à l'un de vos camarades ou envoyer un mail au [Labinfo](labinfo@he-arc.ch), ce dernier point étant valable également si vous rencontrez un problème qui ne serait pas cité ici.
|
|
<AnyConnectProfile xmlns="http://schemas.xmlsoap.org/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/encoding/ AnyConnectProfile.xsd">
|
|
|
|
<ClientInitialization>
|
|
|
|
<UseStartBeforeLogon UserControllable="true">true</UseStartBeforeLogon>
|
|
|
|
<AutomaticCertSelection UserControllable="false">true</AutomaticCertSelection>
|
|
|
|
<ShowPreConnectMessage>false</ShowPreConnectMessage>
|
|
|
|
<CertificateStore>All</CertificateStore>
|
|
|
|
<CertificateStoreMac>All</CertificateStoreMac>
|
|
|
|
<CertificateStoreOverride>false</CertificateStoreOverride>
|
|
|
|
<ProxySettings>Native</ProxySettings>
|
|
|
|
<AllowLocalProxyConnections>true</AllowLocalProxyConnections>
|
|
|
|
<AuthenticationTimeout>12</AuthenticationTimeout>
|
|
|
|
<AutoConnectOnStart UserControllable="false">false</AutoConnectOnStart>
|
|
|
|
<MinimizeOnConnect UserControllable="true">true</MinimizeOnConnect>
|
|
|
|
<LocalLanAccess UserControllable="true">true</LocalLanAccess>
|
|
|
|
<DisableCaptivePortalDetection UserControllable="true">false</DisableCaptivePortalDetection>
|
|
|
|
<ClearSmartcardPin UserControllable="true">true</ClearSmartcardPin>
|
|
|
|
<IPProtocolSupport>IPv4,IPv6</IPProtocolSupport>
|
|
|
|
<AutoReconnect UserControllable="true">true
|
|
|
|
<AutoReconnectBehavior UserControllable="false">ReconnectAfterResume</AutoReconnectBehavior>
|
|
|
|
</AutoReconnect>
|
|
|
|
<AutoUpdate UserControllable="false">false</AutoUpdate>
|
|
|
|
<RSASecurIDIntegration UserControllable="false">Automatic</RSASecurIDIntegration>
|
|
|
|
<WindowsLogonEnforcement>SingleLocalLogon</WindowsLogonEnforcement>
|
|
|
|
<WindowsVPNEstablishment>AllowRemoteUsers</WindowsVPNEstablishment>
|
|
|
|
<AutomaticVPNPolicy>false</AutomaticVPNPolicy>
|
|
|
|
<PPPExclusion UserControllable="false">Disable
|
|
|
|
<PPPExclusionServerIP UserControllable="false"></PPPExclusionServerIP>
|
|
|
|
</PPPExclusion>
|
|
|
|
<EnableScripting UserControllable="false">false</EnableScripting>
|
|
|
|
<EnableAutomaticServerSelection UserControllable="false">false
|
|
|
|
<AutoServerSelectionImprovement>20</AutoServerSelectionImprovement>
|
|
|
|
<AutoServerSelectionSuspendTime>4</AutoServerSelectionSuspendTime>
|
|
|
|
</EnableAutomaticServerSelection>
|
|
|
|
<RetainVpnOnLogoff>false
|
|
|
|
</RetainVpnOnLogoff>
|
|
|
|
<AllowManualHostInput>true</AllowManualHostInput>
|
|
|
|
</ClientInitialization>
|
|
|
|
<ServerList>
|
|
|
|
<HostEntry>
|
|
|
|
<HostName>HE-ARC-vpn_biblio</HostName>
|
|
|
|
<HostAddress>webvpn.he-arc.ch</HostAddress>
|
|
|
|
<UserGroup>anyinterne</UserGroup>
|
|
|
|
</HostEntry>
|
|
|
|
<HostEntry>
|
|
|
|
<HostName>HE-ARC-vpn</HostName>
|
|
|
|
<HostAddress>webvpn.he-arc.ch</HostAddress>
|
|
|
|
<UserGroup>anyexterne</UserGroup>
|
|
|
|
</HostEntry>
|
|
|
|
</ServerList>
|
|
|
|
</AnyConnectProfile>
|
|
|
|
```
|
|
|
|
|
|
**Attention** la procédure est a priori temporaire, et cette page sera mise à jour quand on aura plus d'infos.
|
|
**Attention** la procédure est a priori temporaire, et cette page sera mise à jour quand on aura plus d'infos.
|
|
|
|
|
... | | ... | |