homehowtokbslinksaboutcontactprojectsmusic

Index > Knowledge Base > Anyconnect on Ubuntu
Anyconnect on Ubuntu
  1. Install libraries
    apt-get install lib32z1 lib32ncurses6
    
  2. Go to https://uci.service-now.com/kb_view.do?sysparm_article=KB0010201 and download the VPN client
  3. Unpack the Anyconnect
    tar xfv anyconnect-linux64-4.9.00086-predeploy-k9.tar.gz
  4. Rename anyconnect extract
    mv anyconnect-linux64-4.9.00086 anyconnect
  5. Move to /opt directory
    mv anyconnect /opt
  6. Change to anyconnect vpn direcotry
    cd /opt/anyconnect/vpn
  7. Run the installer script and follow the prompt
    ./vpn_install.sh
  8. Anwer y when asked
  9. That is it
  10. Run Anyconnect VPN Client
    /opt/anyconnect/vpn/vpnui
  11. Create default profile
  12. Sample profile, view page source to get the xml contents
    cat << eot > /opt/cisco/anyconnect/profile/profile.xml
    
      
        SingleLocalLogon
        AllowRemoteUsers
      
      
        
          username
          DisplayName
          HostName/Address
        
      
    
    eot