Lab #0 Steps - wAlber47/Tech-Journal GitHub Wiki

FW01 Setup

  1. Log into fw01 after switching the network adapters, (1-WAN, 2-LAN).
  2. Settings to follow are:
    1. em0: WAN, em1: LAN
    2. WAN IP: 10.0.17.113
    3. LAN IP: 10.0.17.2
    4. WAN Gateway: 10.0.17.2
    5. No to other settings
  3. Test connection by pinging google.com

WKS01 Setup

  1. Log into wks01 after switching the network adapters, (1-LAN).
  2. Network settings:
    1. IP: 10.0.5.100
    2. Gateway + DNS: 10.0.5.2
    3. Hostname: wks01-walber
  3. If fw01 setup has been completed, then log into 10.0.5.2 using admin/pfsense:
    1. Hostname: fw01-walber
    2. Domain: walber.local
    3. DNS: 8.8.8.8
    4. Uncheck RFC1918 Networks
  4. Test connection to 10.0.5.2, (gateway), and google.com

AD01 Setup

  1. Log into ad01 after switching the network adapters, (1-LAN).
  2. Using sconfig configure the following:
    1. IP: 10.0.5.5
    2. Gateway: 10.0.5.2
    3. DNS: 10.0.5.2
    4. Hostname: ad01-walber
  3. System should restart.
  4. Install Active Directory using Powershell:
    1. `Install-WindowsFeature AD-Domain-Services -IncludeManagementTools
    2. Install-ADDSForest -DomainName walber.local

Join WKS01 to Domain

Configure MGMT01

  1. Log into mgmt01 after switching the network adapters, (1-LAN).
  2. Using sconfig configure the following:
    1. IP: 10.0.5.10
    2. Gateway: 10.0.5.2
    3. DNS: 10.0.5.5
    4. Hostname: mgmt01-walber
  3. Join PC to domain, (walber.local).
  4. When restarting, make sure to log into the domain and not the local host, (domain\user).
  5. Install "ADDS and AD LDS Tools", "DHCP Server Tools", "DNS Server Tools", and "File Services Tools" under "Remote Server Administration".
  6. Then add ad01 to the list of managed servers.
  7. Create two new named users:
    1. first.lastname
    2. first.lastname-adm (domain admin)
  8. Add a Reverse Lookup zone for 10.0.5. network
  9. Create an A and PTR record for fw01-yourname
  10. Add the PTR records for ad01 and mgmt01. You should then have 5 total Reverse Lookup Zones.
  11. Log out and check that your admin login works properly.