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
- use this doc, configuration is exactly the same
AD01
-
(admin password is
password123!
) -
Invoke powershell and install Active Directory:
Install-WindowsFeature AD-Domain-Services -IncludeManagementTools
-
Install the Forest:
Install-ADDSForest -DomainName charlotte.local
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!
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
-
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
-
finally, join wks01 to the domain
-
before doing so, we must change the DNS server to 10.0.5.5, to recognize charlotte.local