Lab00 - JadenGil/Jaden-Tech-Journal GitHub Wiki
fw01:
- Added a new network adapter and connected SYS265-01-LAN-jaden.gilmond
- Net adapter 1 is WAN and Net adapter 2 is LAN
WAN - Don't use DHCP, New IP is 10.0.17.108/24, the upstream gateway is 10.0.17.2, and all other prompts should be responded to with "n" LAN - Don't use DHCP, New IP is 10.0.5.2/24, there is no upstream gateway, and all other prompts should be responded to with "n"
wks01:
-
Change the net adapter to LAN instead of WAN before powering it on
-
Once in the OS set the network to the following: IP: 10.0.5.100 Subnet: 255.255.255.0 Gateway: 10.0.5.2 DNS: 10.0.5.2
-
Go into control panel > System and security > system > computer name > change settings > and change the name to wks01-jaden. The system will restart to confirm the name change
-
Open the web browser and go to 10.0.5.2 to log into pfsense and begin setup
Hostname: fw01-jaden Domain: jaden.local Primary DNS: 8.8.8.8 Uncheck "block RFC 1918"
AD01:
- Changed from WAN to LAN settings
- Boot-up, changed the name and made sure the network was set up properly
Name: AD01-Jaden IP: 10.0.5.5 Netmask: 255.255.255.0 Gateway: 10.0.5.2 Preferred DNS: 10.0.5.2
- entered power shell with "powershell" command and then used "Install-WindowsFeature AD-Domain-Services -IncludeManagementTools"
- set the domain name with, "Install-ADDSForest -DomainName jaden.local"
MGMT01:
- Changed from WAN to LAN settings