Lab #4 Steps - wAlber47/Tech-Journal GitHub Wiki
- Connect to DHCP01 from AD01. Disable 'IE Enhanced Security Configuration' in Server Manager.
- Download PuTTY.
- Create a new putty connection for DHCP01-william on port 22.
- Install yum using
sudo yum install dhcp
.
- Edit the config file.
- Start DHCP Services.
- After starting up DHCP, open up WKS01 and change the IPv4 properties back to automatic.
- Then run
ipconfig /all
and you should have a new IP Address along with a DHCP server, and a lease time.
- At this point, you can check the logs on AD01, or run a Wireshark capture along with
ipconfig /renew
to see the DHCP server dialogue with your system.