Environment Configuration - Bobleoble/tech-journal GitHub Wiki
Firewall Configuration (fw01-felix):
- Ensure that Network Adapter 1 is WAN and Network Adapter 2 is the correct LAN network
- Fetch IP from the excel IP list
- Go through the typical steps for firewall config from basically all of the last semester
- Ensure that the firewall is properly connected to internet by pinging google.com Workstation Configuration (wks01-felix):
- Ensure Network Adapter is LAN
- Create local admin
- Ethernet properties -> IPv4, IP = 10.0.5.100, netmask 255.255.255.0, gateway = 10.0.5.2, DNS = 10.0.5.2
- https://10.0.5.2, login with admin/pfsense
- hostname: fw01-felix
- domain: felix.local
- primary DNS server: 8.8.8.8
- Uncheck block RFC1918
- wks01 ping google.com and fw01 Domain Controller Configuration (ad01-felix):
- Network Adapter 1 LAN
- sconfig to access settings
- press 8 for network settings, 1 for network adapter
- s for static IP -> IP = 10.0.5.5, Netmask = 255.255.255.0, Gateway = 10.0.5.2, preferred DNS = 10.0.5.2
- 2 for computer name
- Change name to ad01-felix and restart
- Select 5 to change Windows Update Settings to manual (m)
- run powershell
- use command Install-WindowsFeature AD-Domain-Services -IncludeManagementTools
- Install forrest with Install-ADDSForest -DomainName felix.local
- Join wks01-felix to Domain -> felix\administrator Management Machine Configuration (mgmt01):
- IP = 10.0.5.10, Netmask = 255.255.255.0, Gateway = 10.0.5.2, DNS = 10.0.5.5
- Hostname mgmt01-felix
- Join it to the Domain
- Server Manager -> Features -> Remote Server Administration Tools, Role Administration Tools, ADDS Tools, DHCP Server Tools, DNS Server Tools, File Service Tools
- Add ad01 as server
- Add 2 domain users (felix.workman & felix.workman-adm)
- Create DNS records for the zones (A and PTR for each connected machine)