cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
16111
Views
0
Helpful
5
Replies

My Anyconnect client doesn't save my used connection

Patrick Werner
Level 1
Level 1

Hi Community.

My Anyconnect client doesn't save my used connection, i have allways to type in the adress of my my asa if i want to connect.

I want t o use a dropdown menu with all used connection i had conneted.

How is that possible.

Thanks in advance a kind regards Patrick

5 Replies 5

Hi Patrick,

you need an anyconnect client profile. it is an XML file configured on the ASA then stored in its flash.

it gets pushed down to clients when they connect, then next time they have a connection entry...

it gets stored in:

C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Profile

Here's an example: (replace the last hostname/address lines with your values)

http://schemas.xmlsoap.org/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/encoding/ AnyConnectProfile.xsd">

   

        false

        false

        false

        All

        false

        Native

        true

        12

        false

        true

        false

        true

        IPv4,IPv6

        true

            DisconnectOnSuspend

       

        true

        Automatic

        SingleLocalLogon

        LocalUsersOnly

        false

        Disable

           

       

        false

        false

            20

            4

       

        false

       

   

   

       

            CORPORATE VPN CONNECTION

            192.168.1.1

       

   

Hope that helps,

Patrick

Thanks for your answer. And how knows the ASA that this file have to be pushed to the clients. Are there any settings on the asa to enable that?

Ah i see -> AnyConnect Client Profile. But ii i click on AnyConnect Client Profile the ASDM hangs with following window.

weird, try updating ASDM or running it with java 6...

you assign the AC profile to a group-policy

Patrick

I see the XML file, but it only seems to have one connection. I need to keep 2 for 2 diferent clients. Can I add multiple lines to the "List" of Host Entries at the bottom of the file?