Posts

Showing posts with the label icedtea

Install ASDM 6.4(9) for an ASA 5520 in GNS3

Image
In my last post , I use a TAP interface to connect a VBox network to my pc. Now, I going to show you how to install Cisco Adaptive Security Device Manager (ASDM) in an ASA firewall. First, you can download ASA iOS from  http://www.mediafire.com/download/c228c2sjdyrkwf3/ASA_842.7z Extract the files and add a new Qemu image in GNS3. Configure as follows: Connect ASA to a cloud with TAP interface to be in the same network. Maybe you can get this error at the moment to play your project: Execution log: Failed to initialize module: /usr/lib/x86_64-linux-gnu/qemu/block-curl.so Note: only modules from the same build can be loaded. Failed to initialize module: /usr/lib/x86_64-linux-gnu/qemu/block-rbd.so Note: only modules from the same build can be loaded. qemu-system-x86_64: -netdev tap,id=gns3-0,ifname=tap0,script=no,downscript=no: could not configure /dev/net/tun (tap0): Operation not permitted qemu-system-x86_64: -netdev tap,id=gns3-0,ifname=tap0,scr...