GNS3 – Assign an IP Address to Linux Microcore QEMU Guest
KB ID 0000932 Problem The whole point of having these guest machines is for testing communications, putting an IP address on them so you can ping things, is a pretty basic step. Solution 1. Console in, and execute the following commands, obviously change the IP addresses to the ones you require. sudo su ifconfig eth0 10.10.10.10 netmask 255.0.0.0 up route add ip default gw 10.10.10.1 route add default gw 10.10.10.1 Related Articles,...
Install and use ASDM in a Virtual Cisco ASA
KB ID 0000052 Problem You have already created a Virtual ASA, now you want to web manage it. Solution Notes: Software Download Links Fiddler Fiddler Script Related Articles, References, Credits, or External Links NA
Deploy Dual Virtual ASA Firewalls In Active/Standby Failover
KB ID 0000053 Problem Now you have created your Virtual ASA platform you want to deploy 2 of them in failover configuration. Solution Notes: Software To Download Qemu with ASA Dynamips WinPcap Sample Batch File @echo off ECHO Telnet to 127.0.0.1 on port 1234 to access ASA Console ECHO ——————————————————- ECHO * * * * * * *DO NOT...
Building a Virtual Cisco ASA
KB ID 0000051 Problem You would like to create a virtual Cisco ASA platform in a virtualized environment for training and or testing. Solution Notes: Software To Download Qemu with ASA Dynamips WinPcap Sample Batch File @echo off ECHO Telnet to 127.0.0.1 on port 1234 to access ASA Console ECHO ——————————————————- ECHO * * * * *...