Lab 4.1 Network Firewalls - lizzy9596/my-tech-journal GitHub Wiki

Lab 4.1 Network Firewalls

In this lab we are going to shut down and then manage traffic between the LAN, DMZ,WAN and MGMT Networks.

Prerequisites

  • rw01 can ping web01 via its static route, rw01 can browse to web01
  • wks01 can browse web01
  • wks01 can browse wazuh
  • web01 can ping wazuh

Parts:

  1. Configuring Fw01
  2. Creating default drop and log rules across fw01

Configuring fw01

Create and link firewall zones:
 set zone-policy zone WAN interface eth0 
 set zone-policy zone DMZ interface eth1 
 set zone-policy zone LAN interface eth2 
 commit save 

Creating default drop and log rules across fw01