Assessment 1 Prep Guide - eamonstackpole/my-tech-journal GitHub Wiki
Assessment 1 Prep Guide
Topology
New Devices
traveler02 - WAN workstation
edge02 - LAN,WAN,DMZ firewall
nginx02 - DMZ web server
dhcp02 - LAN DHCP
Requirements
All systems should have an accurate hostname. (DONE)
All Linux systems should have a named sudo or administrator user. (DONE)
The two new ubuntu systems do not have a host firewall enabled, this is ok (for now) (DONE)
wks1, mgmt01 should be able to surf the internet.
wks1, mgmt01 should be able to navigate to nginx01
mgmt01 should be able to ssh to nginx01
nginx01 and dhcp01 should have wazuh agents installed and be able to connect to wazuh (DONE)
nginx01 should have a custom web page (practice this on jump) (DONE)
traveler should be able to get to nginx01's custom test page by navigating to edge01's WAN IP address.
traveler should be able to perform ssh keybased authentication with jump. Traveler is a Windows box, but ssh on powershell is nearly exactly the same as linux to include key generation. You will need to add a new public key to authorized_keys.
dhcp01 should serve a pool of dhcp addresses to the LAN from .100 to .150.(DONE)