SSL VPN configuration on Cisco ASA with AnyConnect VPN client
SSL VPN configuration on Cisco ASA with AnyConnect VPN client This post will describe how to setup a Cisco Adaptive Security Appliance (ASA) device to perform remote access SSL VPN with the stand-alone Cisco AnyConnect VPN client. I followed a few tutorials on the web (including a couple of examples from the Cisco website), but I failed to implement a complete solution. The following recipe has been thoroughly tested and verified. Ingredients used for the recipe: Cisco 5500 Series ASA that runs software version 8.0(2) Cisco AnyConnect SSL VPN client version for Windows 2.3.0254 1. Copy AnyConnect package to the Cisco ASA device ciscoasa# copy tftp flash Address or name of remote host ? 192.168.100.30 Source filename ? anyconnect-win-2.3.0254-k9.pkg Destination filename [anyconnect-win-2.3.0254-k9.pkg]? 2. Create an IP address pool ciscoasa(config)# ip local pool VPNPOOL 192.168.20.1-192.168.20.100 mask 255.255.255.0 3. Enable and configure WebVPN ciscoasa(config)# webvpn ciscoasa(confi...