Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: zz-x2580
Goals
The purpose of this assignment is to:
1. Demonstrate an understanding of network topology setup and firewall configurations.
2. Test network security by conducting vulnerability assessments.
3. Implement and verify access control rules and Deep Packet Inspection (DPI) measures.
Software Needed:
1. GNS3 Software
2. GNS3 VM for VMware Workstation and Fusion
3. VMware Workstation Player for Windows OR VMware Fusion Player for MAC (For MAC
users, please create an account on VMware's website to start the application trial.)
4. Kali Linux Live Images
5. Request access for the images here
Topology, Steps, and Configurations:
1. Set the IP address for the loopback interface on your machine to 192.168.10.11 with a
subnet mask of 255.255.255.0.
2. In GNS3, create a new project and connect the network topology as shown. Note that all
appliances should run on the GNS3 VM except for the cloud, which should be connected
to the management interface, it has to run on the GNS3 local server.
3. Start the Cisco ASAv and wait until it is fully loaded. Enter the following commands into
the ASA CLI (Console):
ciscoasa> enable
Password: ciscocisco1
Retype password: ciscocisco1
ciscoasa# conf t
ciscoasa (config)# interface Management0/0
ciscoasa (config-if)# management-only
ciscoasa (config-if)# nameif management
ciscoasa (config-if)# security-level 0
ciscoasa (config-if)# ip address 192.168.10.10 255.255.255.0
ciscoasa (config-if)# no shutdown
ciscoasa (config-if)# asdm image boot:/asdm-7181152.bin
ciscoasa (config)# aaa authentication http console LOCAL
ciscoasa (config)# username cisco password ciscocisco privilege 15
ciscoasa (config)# http server enable
ciscoasa (config)# http 192.168.10.11 255.255.255.255 management
ciscoasa (config)# write
4. Download and install Java (search google for Java download).
5. Ensure connectivity from your local machine to the FW management IP by issuing the
command ping 192.168.10.10 in a Windows command prompt (cmd). If successful,
proceed to the next step; if not, check your loopback interface and GNS3 topology
connections.