Lab00 Routing and Windows - samuel-richardson/Sam-Tech-Journal GitHub Wiki

Lab00 Routing and Windows

Lab Steps

FW

  • Configure Firewall as stated in here

AD Server Core

  1. Use sconfig to configure network settings, change name, and set update to manual.
  2. Reboot
  3. Install AD using Install-WindowsFeature AD-Domain-Services -IncludeManagmentTools
  4. Install Forest using Install-ADDSForest -DomainName samuel.local
  5. reboot
  6. Login with AD account

MGMT Management Server

  1. Configure network settings and hostname
  2. Join to domain
  3. Install Remote Server Adminstration Tools > Role Adminstration Tools > AD DS and AD LDS Tools, DHCP Server Tools, DNS Server Tools, File Services Tools
  4. Add ad01 to the list of servers
  5. Configure adm and unprivileged accounts
  6. Add reverse lookup zone in DNS manager
  7. Add A records for machines on network

WKS Workstations

  • Join Workstations to domain

Additional Topics

  • Server Core and AD CLI management.
  • Setting firewall rules in pfsense.
  • Using multiple AD servers.