Home Cisco Anyconnect
Post
Cancel

Cisco Anyconnect

Cisco VPN AnyConnect

Profile Setup

Generate a file called profile.xml within the respective path:

Operating SystemLocation
Windows 8%ProgramData%\Cisco\Cisco AnyConnect Secure Mobility Client\Profile
Windows 10%ProgramData%\Cisco\Cisco AnyConnect Secure Mobility Client\Profile
Mac OS X/opt/cisco/anyconnect/profile
Linux/opt/cisco/anyconnect/profile

The profile.xml should look like this:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>

<AnyConnectProfile xmlns="http://schemas.xmlsoap.org/encoding/">

    <ServerList>

        <HostEntry>

            <User>AUSER</User>

            <HostName>VPN NAME</HostName>

            <HostAddress>AHOSTADDED</HostAddress>

        </HostEntry>

        <HostEntry>

            <User>AUSER</User>

            <HostName>VPN NAME</HostName>

            <HostAddress>AHOSTADDED</HostAddress>

        </HostEntry>

        <HostEntry>

            <User>AUSER</User>

            <HostName>VPN NAME</HostName>

            <HostAddress>AHOSTADDED</HostAddress>

        </HostEntry>

    </ServerList>

</AnyConnectProfile>
This post is licensed under CC BY 4.0 by the author.