Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
services:network:internal:vpnclient-mac [2020/03/04 11:47]
ace [3. Launch the Cisco AnyConnect VPN Client and connect to SISSA VPN Server]
services:network:internal:vpnclient-mac [2024/01/26 11:16]
giunta
Line 37: Line 37:
 {{ :​services:​network:​internal:​rvpn_mac18.png?​400 |}} {{ :​services:​network:​internal:​rvpn_mac18.png?​400 |}}
  
-  * Insert your Username and Password, then type ''​Connect''​+  * Insert your Username and Password, then click ''​Connect''​
  
 {{ :​services:​network:​internal:​rvpn_mac19.png?​400 |}} {{ :​services:​network:​internal:​rvpn_mac19.png?​400 |}}
Line 51: Line 51:
 ==== 4. Disconnect from SISSA VPN Server ==== ==== 4. Disconnect from SISSA VPN Server ====
  
 +After you have done your job, disconnect from the SISSA VPN Server:
  
 +  * Click the Cisco AnyConnect Secure Mobility Client icon from the “Active Application” tab, in the lower right of the taskbar
  
 +{{ :​services:​network:​internal:​rvpn_mac22.png?​400 |}}
  
 +  * The app box will pop up on the desktop. Click ''​Disconnect''​ in the Cisco AnyConnect Mobility Client app box
  
 +{{ :​services:​network:​internal:​rvpn_mac23.png?​400 |}}
  
 +===== FAQ =====
  
 +==== Cannot Install Cisco VPN because Cisco VPN Already Installed ====
 +
 +If you try to install the VPN but you're getting the error ''​Client is already installed''​ this is because there is a previous installation of the Cisco Anyconnect VPN still on your machine.
 +
 +{{:​services:​network:​internal:​cisco_anyconnect_error_already_installed.png?​400|}}
 +
 +First check if it is still installed:
 +
 +  * From the Finder go to the Application folder.
 +  * Look for the ''​Cisco''​ folder and open the folder.
 +  * Then double click on ''​Uninstall Anyconnect''​ start uninstall process.
 +  * Follow the onscreen instructions.
 +  * Reboot.
 +
 +If nothing is there here is the procedure for manually uninstalling the AnyConnect client:
 +
 +  * Go to Applications > Utilities > Terminal.
 +  * Type in the following command at the prompt:
 +
 +<code bash>
 +sudo /​opt/​cisco/​anyconnect/​bin/​anyconnect_uninstall.sh
 +</​code>​
 +
 +  * Enter your Mac password.
 +  * Follow the onscreen instructions.
 +  * Reboot.
 +
 +If you are still having problems, run this command from the Terminal (as above) and then reboot:
 +
 +<code bash>
 +sudo pkgutil --forget com.cisco.pkg.anyconnect.vpn
 +</​code>​