SSL VPN configuration for Cisco ASA with AnyConnect VPN client

This post is a guide to configure 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 this post: Cisco 5500 Series ASA with software version 8....

December 12, 2009 · 2 min

Ubuntu TFTP

This post is a guide on how to create a TFTP server for Cisco device configuration backups on Ubuntu 8.10. 1. Install atftpd. sudo apt-get install atftpd 2. Configure atftpd as a separate server and modify the tftpboot location. Modify the file with a text editor. sudo vim /etc/default/atftpd Set the configuration. USE_INETD=true -> USE_INETD=false /var/lib/tftpboot -> /srv/tftpboot Save and exit. 3. Initialize the new configuration. sudo invoke-rc.d atftpd start 4....

November 21, 2009 · 1 min