ChamplainTechJournals/sysadmin-ii-sys265/labs/lab00-environment-setup.md
2025-04-19 23:42:08 -04:00

2.4 KiB

Lab00 - Routing and Windows

Our goal is to build a realistic server environment consisting of a routed network (LAN and WAN) as well as introduce Server 2019 Desktop and Core and the systems required to manage them.

FW01 and WKS01

AD01

  • (admin password is password123!)

  • sconfig
    image

  • Invoke powershell and install Active Directory: Install-WindowsFeature AD-Domain-Services -IncludeManagementTools
    image

  • Install the Forest: Install-ADDSForest -DomainName charlotte.local
    image

  • You should be in a domain now
    image

creating domain users (one user, one admin):

  • net user charlotte.croce password123! /ADD /DOMAIN
  • net user charlotte.croce-adm password123! /ADD /DOMAIN
  • net group "Domain Admins" charlotte.croce-adm /ADD /DOMAIN

MGMT01

MGMT01 is a Server 2019 with GUI. Its job will be to remotely manage any server core systems. password: password123!
image

to join domain:

  • sconfig -> 1 -> D -> charlotte.local -> Administrator -> type Administrator password in prompt -> restart
  • login as the charlotte.croce-adm domain user

adding ad01 to management scope

  • server manager - add roles and features

  • add the following features:
    image image

  • create DNS records: use this doc

  • note: it's easier to create the reverse lookup zone first, as PTR records will be created automatically when you create a new A record, although you will still have to manually create some PTRs image image

  • finally, join wks01 to the domain

  • before doing so, we must change the DNS server to 10.0.5.5, to recognize charlotte.local image