Stage 1: Network Setup - Xersis0907/Network-Lab GitHub Wiki

We are now going to build out the network infrastructure. The client requested a LAN, GUEST, and DMZ network. Let's build these on a firewall.

Step 1: First lets start off with starting up our firewall and accessing its console interface.

Step 2: Once logged in we are going to configure the LAN interface to the appropriate IP address and allow access for ping, HTTP, HTTPS, and SSH. To access configuration mode use "conf sys int". Then to edit LAN interface use "edit port(#)".

Step 3: Confirm the LAN configuration is correct by using "show sys int port(#)"

Step 4: Next we are going to enables the DHCP server on the LAN interface and set the pool scope. To access the DHCP configuration mode use "conf sys dhcp server".

Step 5: Confirm the DHCP configuration is cprrect by using "show sys dhcp server (#)".

Below you can see what our topology map would look like if configured correctly.

Stage1 Topology