Firewall Configuration-Assignmnet-Lab
Firewall Configuration-Assignmnet-Lab
Drag and Drop: From the Packet Tracer inventory, drag a firewall device (like a
Cisco ASA) onto the canvas.
Connect: Connect the firewall to the serial link between the two routers. Ensure the
connections are made to the appropriate interfaces on the firewall and routers.
Example Configuration:
Interface GigabitEthernet0/0
ip address 192.168.1.254 255.255.255.0
no shutdown
Interface GigabitEthernet0/1
ip address 192.168.2.254 255.255.255.0
no shutdown
3. Create Access Control Lists (ACLs):
Create ACLs to define the traffic rules for each network.
Decide which traffic should be allowed or denied between the two networks.
Create separate ACLs for each direction (inbound and outbound) if necessary.
Apply the ACLs to the firewall's interfaces.
From Network A: Try to ping a device in Network B. If the ping is successful, traffic
is flowing. If not, there might be an issue with the firewall configuration.
From Network B: Try to ping a device in Network A. This will help verify the
outbound traffic rules.
Check ACLs: Ensure the ACLs you've applied to the firewall interfaces are correct
and match your desired traffic flow.
Debug: Use the show access-lists command to view the ACLs and their entries.
If traffic is blocked incorrectly: Modify the ACLs to permit the desired traffic.
If traffic is allowed incorrectly: Deny the unwanted traffic using the ACLs.
Example:
If you're trying to block all traffic except for HTTP traffic from Network A to Network B,
you might need to adjust the ACLs to include only the HTTP traffic.
Before: