Lab #0 Steps - wAlber47/Tech-Journal GitHub Wiki
FW01 Setup
- Log into fw01 after switching the network adapters, (1-WAN, 2-LAN).
- Settings to follow are:
- em0: WAN, em1: LAN
- WAN IP: 10.0.17.113
- LAN IP: 10.0.17.2
- WAN Gateway: 10.0.17.2
- No to other settings
- Test connection by pinging google.com
WKS01 Setup
- Log into wks01 after switching the network adapters, (1-LAN).
- Network settings:
- IP: 10.0.5.100
- Gateway + DNS: 10.0.5.2
- Hostname: wks01-walber
- If fw01 setup has been completed, then log into 10.0.5.2 using admin/pfsense:
- Hostname: fw01-walber
- Domain: walber.local
- DNS: 8.8.8.8
- Uncheck RFC1918 Networks
- Test connection to 10.0.5.2, (gateway), and google.com
AD01 Setup
- Log into ad01 after switching the network adapters, (1-LAN).
- Using
sconfig
configure the following:
- IP: 10.0.5.5
- Gateway: 10.0.5.2
- DNS: 10.0.5.2
- Hostname: ad01-walber
- System should restart.
- Install Active Directory using Powershell:
- `Install-WindowsFeature AD-Domain-Services -IncludeManagementTools
Install-ADDSForest -DomainName walber.local
Join WKS01 to Domain
Configure MGMT01
- Log into mgmt01 after switching the network adapters, (1-LAN).
- Using
sconfig
configure the following:
- IP: 10.0.5.10
- Gateway: 10.0.5.2
- DNS: 10.0.5.5
- Hostname: mgmt01-walber
- Join PC to domain, (walber.local).
- When restarting, make sure to log into the domain and not the local host, (domain\user).
- Install "ADDS and AD LDS Tools", "DHCP Server Tools", "DNS Server Tools", and "File Services Tools" under "Remote Server Administration".
- Then add ad01 to the list of managed servers.
- Create two new named users:
- first.lastname
- first.lastname-adm (domain admin)
- Add a Reverse Lookup zone for 10.0.5. network
- Create an A and PTR record for fw01-yourname
- Add the PTR records for ad01 and mgmt01. You should then have 5 total Reverse Lookup Zones.
- Log out and check that your admin login works properly.