migrate to git.charlotte.sh
This commit is contained in:
commit
fbd588721e
412 changed files with 13750 additions and 0 deletions
51
sysadmin-ii-sys265/labs/lab00-environment-setup.md
Normal file
51
sysadmin-ii-sys265/labs/lab00-environment-setup.md
Normal file
|
@ -0,0 +1,51 @@
|
|||
# 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](https://git.charlotte.sh/lotte/ChamplainTechJournals/src/branch/main/sysadmin-i-sys255/lab01-environment-setup.md), configuration is exactly the same
|
||||
|
||||
## AD01
|
||||
- (admin password is `password123!`)
|
||||
- `sconfig` \
|
||||

|
||||
|
||||
- Invoke powershell and install Active Directory: `Install-WindowsFeature AD-Domain-Services -IncludeManagementTools` \
|
||||

|
||||
|
||||
- Install the Forest: `Install-ADDSForest -DomainName charlotte.local` \
|
||||

|
||||
|
||||
- You should be in a domain now \
|
||||

|
||||
|
||||
### 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
|
||||
- add the following features: \
|
||||

|
||||

|
||||
|
||||
- create DNS records: [use this doc](https://git.charlotte.sh/lotte/ChamplainTechJournals/src/branch/main/sysadmin-i-sys255/lab02-dns%2Badds-role.md)
|
||||
- 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
|
||||

|
||||
|
Loading…
Add table
Add a link
Reference in a new issue