Cisco ASA

ASA – inside , outside ip address allocated NAT – “nat (inside,outside) after-auto source dynamic any interface” Policy-map – policy-map global_policyclass inspection_defaultinspect icmp policy-map global_policyclass class-defaultset connection decrement-ttl Object networking – ” object network inside”, “subent 172.16.2.0 255.255.255.0”, “nat (inside, outside) dynamic interface Enable ASA http – “http server enable”, ” http 172.16.2.0 255.255.255.0 inside”

Connecting ASA ASDM on eve-ng ( Google Cloud)

Linux on eve-ng once you trying to connect to ASA by HTTPS, it will pop up an message. ASDM java need to be installed and cannot detected Have tried numberous Install Linux at the end find a way, Per jav instruciton. java installed at /usr/java/ after installed use command below:”~/java/jre1.8.0_291/bin/javaws https://172.16.1.254/admin/public.asdm.jnlp

Linux on AWS – GUI

sudo apt install xrdp sudo systemctl enable xrdp sudo add-apt-repository ppa:gnome3-team/gnome3 sudo passwd ubuntu sudo apt install gnome-session gdm3 sudo service gdm3 start <– window using RDP to connect For Devnet sudo apt install curl sudo apt install libssl-dev sudo apt install build-essential sudo apt install git git clone https://github.com/CiscoDevNet/hello_network sudo apt install python3 sudo apt install python3-virtualenv python3 -m […]