Skip to content

bekinal/Implementing-DHCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Implementing DHCP

Description

Project consists of using Active Directory tools to create and maintain Group Policy across the domain. This project assumes that a Windows 7 Client has been installed and added to the domain.

Utilities Used

  • VirtualBox
  • Windows Server 2016
  • Windows 7

Environments Used

  • Windows Server 2016

DHCP:

Select "Add Roles and Features" from the server manager and click DHCP:
Disk Sanitization Steps

Click Next:
Disk Sanitization Steps

Select the SERVER1.cyber.local address and click next:
Disk Sanitization Steps

Check the DHCP Server box and proceed:
Disk Sanitization Steps

Select Add Features:
Disk Sanitization Steps

Proceed next:
Disk Sanitization Steps

Proceed next:
Disk Sanitization Steps

Proceed next again:
Disk Sanitization Steps

Finally, start the installation:
Disk Sanitization Steps

On the next window, click "Complete DHCP Configuration":
Disk Sanitization Steps

Click Next and enter the CYBER\Administrator user credentials. Select Commit.:
Disk Sanitization Steps

Notice the progress as "Done". Close the window:
Disk Sanitization Steps

Open the DHCP intervice:
Disk Sanitization Steps

Open server1.cyber.local and right click IPv4. Select New Scope:
Disk Sanitization Steps

Name the scope "Cyber Scope" and click Next:
Disk Sanitization Steps

Set the IP address rnage to 10.0.0.1-10.0.0.200, with a subnet mask of 255.255.255.0. Proceed next:
Disk Sanitization Steps

Exclude the range 10.0.0.1-10.0.0.10 from the DHCP allocation and click Next:
Disk Sanitization Steps

Set the lease duration to seven days and click Next:
Disk Sanitization Steps

Select Yes, I want to configure these options now, and click Next:
Disk Sanitization Steps

Leave the Router fields blank and click Next:
Disk Sanitization Steps

In the DNS config, make sure the parent domain is cyber.local and the address is 10.0.0.1, then click Next:
Disk Sanitization Steps

Skip the following configuration window and click Next:
Disk Sanitization Steps

Select the option to activate the scope and click Next, Finish:
Disk Sanitization Steps

Open the DHCP management tool and verify that the scope was created and is active:
Disk Sanitization Steps

Log into the Windows 7 Client and configure it to obtain the IP address automatically (if configured otherwise):
Disk Sanitization Steps

Open the command prompt and run "ipconfig /all". Notice the Primary DNS Suffix, IPv4 Addreess, and Subnet Mask. Take note of the MAC address for the next step:
Disk Sanitization Steps

Go to the DHCP server and navigate to the Address Leases folder. View the client's lease settings:
Disk Sanitization Steps

Click your scope to expand it, and right-click Reservations to create a new reservation:
Disk Sanitization Steps

Configure the DHCP reservations for the client with the name for Client7, as follows:
IP address: 10.0.0.50
MAC Address: Should be noted from the previous steps
Description: Optional
Support types: Select Both
Disk Sanitization Steps

Notice the Reservation for the Windows 7 Client:
Disk Sanitization Steps

Go back to the client, open CMD and run the command "ipconfig /renew". Try "ipconfig" if you recieve an error message, as the system may have already assigned the reservation:
Disk Sanitization Steps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors