by Ras
16. November 2011 16:38

Below are the configuration steps on GNS3 to get it working with Cisco ASA version 8.X.
1- Download and install GNS3
http://www.gns3.net/download
2- Download the below zip file which includes all required files:
http://rapidshare.com/files/444753211/asa.zip
or
http://www.mediafire.com/download.php?1ol3njom97v79mk
3- Configure GNS3 preferrences -> QEMU -> ASA with below settings
Qemu options: -hdachs 980,16,32 -vnc :1
Initrd: C:\ASA\asa.gz
Kernel: C:\ASA\vmlinuz
Kernel cmd line: -append auto nousb ide1=noprobe bigphysarea=16384 console=ttyS0,9600n8 hda=980,16,32
4- After you start the simulation on the openning window type the following commands:
modprobe e1000
ifconfig eth0 hw ether 00:00:AB:CD:10:10
ifconfig eth1 hw ether 00:00:AB:CD:10:11
ifconfig eth2 hw ether 00:00:AB:CD:10:12
ifconfig eth3 hw ether 00:00:AB:CD:10:13
ifconfig eth4 hw ether 00:00:AB:CD:10:14
ifconfig eth5 hw ether 00:00:AB:CD:10:15
ifconfig eth0 up
ifconfig eth1 up
ifconfig eth2 up
ifconfig eth3 up
ifconfig eth4 up
ifconfig eth5 up
cp /asa/bin/lina /mnt/disk0/lina
cp /asa/bin/lina_monitor /mnt/disk0/lina_monitor
cd /mnt/disk0
/mnt/disk0/lina_monitor
PS - For ASA version 8.4 I have created a new post, plz see below:
http://www.network-blog.com/ittech/post/2012/02/06/Configure-Cisco-ASA-firewall-version-84-on-GNS3.aspx