0% found this document useful (0 votes)
2 views

AnyConnect Install Linux

Uploaded by

dizzymaster
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

AnyConnect Install Linux

Uploaded by

dizzymaster
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Step 1: Download AnyConnect Client

Link for downloading of AnyConnect client for Linux is available on Intranet page.
Once you download the archive, extract it.

$ tar xvf anyconnect-linux64- 4.9.01095-predeploy-k9.tar.gz

Step 2: Install Cisco AnyConnect on Ubuntu


cd to created folder.

cd anyconnect-linux64-*/

You should see following folders:

$ ls

dart nvm posture vpn

Go to vpn directory and execute vpn_install.sh script with sudo.

sudo ./vpn_install.sh

Accept License when prompted.

Description of Other Rights and Obligations

Please refer to the Cisco Systems, Inc. End User License Agreement.

http://www.cisco.com/en/US/docs/general/warranty/English/EU1KEN_.html

Do you accept the terms in the license agreement? [y/n] y

Waint until the installer script finishes.

You have accepted the license agreement.

Please wait while Cisco AnyConnect Secure Mobility Client is being


installed...

Starting Cisco AnyConnect Secure Mobility Client Agent...

Done!
Step 3:Launch Cisco AnyConnect
For Desktop, launch Cisco AnyConnect Secure Mobility Client from your Desktop.

Input VPN server name or IP address and hit connect key. Then click on change settings to trust
the server.

CLI connection:
Check the vpn connection script command options:

$ /opt/cisco/anyconnect/bin/vpn --help

Usage: vpn [options] | [cmd] [host]

options:

-h Print this usage statement.

-v Print version.

-s Read commands from response file to work non-


interactively.

Example: vpn -s < response.txt

commands: [connect|disconnect|hosts|state|stats]

Connection example

$ /opt/cisco/anyconnect/bin/vpn -s connect vpn.rt-rk.com

To disconnect from VPN, use:

$ /opt/cisco/anyconnect/bin/vpn -s disconnect vpn.rt-rk.com

Replace vpn.rt-rk.com with your preferred VPN server name/IP address.

You might also like