Go to …
C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Profile
Create or edit xml file xxxxxx.xml
<?xml version="1.0" encoding="UTF-8"?>
<AnyConnectProfile xmlns="http://schemas.xmlsoap.org/encoding/">;
  <ServerList>
    <HostEntry>
      <HostName>vpn.site1.com</HostName>
      <HostAddress>vpn.site1.com</HostAddress>
    </HostEntry>
	<HostEntry>
      <HostName>vpn.site2.org</HostName>
      <HostAddress>vpn.site2.org</HostAddress>
    </HostEntry>	
  </ServerList>
</AnyConnectProfile>Make sure to restart the AnyConnect application for the changes to go into effect.
Comments