Lab00 Setup - jacob-dinapoli/tech-journal GitHub Wiki

Requirements

  • FW01
    • Change the virtual network configuration for fw01
      • Network Adapter 2 to LAN
  • OS Configuration
    • set configurations
      • select option 2 to set IP addresses
      • Pick 1 "WAN"
      • "n" for DHCP
      • enter the new WAN address
      • put 24 for new subnet bit count
      • enter the WAN upstream gateway address
      • "n" for IPv6 address
      • "n" for reverting to HTTP
    • enter 8 and ping google, it should work
  • WKS01
    • set up new local admin account
      • jacob.dinapoli
      • badpassword123 -set user to be a part of admin group
        • go into properties and type location "\Administrators"
    • change IP address
      • locate IPv4 in control panel in the network settings
      • click properties and change
    • change the hostname
  • AD01 - Server Core
    • use sconfig to change the network settings
      • IP: 10.0.5.5
      • Netmask: 255.255.255.0
      • Gateway: 10.0.5.2
      • Preferred DNS: 10.0.5.2 - change computer name
  • Installing AD on Server Core
    • in sconfig type powershell
      • run the command "Install-WindowsFeature AD-Domain-Services -IncludeManagementTools"
      • run this command "Install-ADDSForest -DomainName jacob.local"
  • Configure MGMT01
    • log into mgmt01
    • open up cmd and run "sconfig"
      • IP: 10.0.5.10
      • subnet: 255.255.255.0
      • gateway: 10.0.5.2
      • dns: 10.0.5.5
    • Connect to the domain
    • run same commands in powershell as in "Installing AD on server core"
    • Add AD01 to the list of managed servers
      • right click on all servers in server manager
      • Click add server and type IP address 10.0.5.5
  • Domain Users
    • locate to the Active directory users and computers