Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

How to Configure DHCP on Windows Server 2012

Summary: Step by step visual guide to configure DHCP on Windows Server 2012

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms


1. You should install the role and RSAT Management features like discribed in Point 1 to Point 6 in this article. Please select this time DHCP Server. 
SLN312489_en_US__1i-82-150x150 SLN312489_en_US__2i-73-150x150
Figure 1: DHCP Server Figure 2: DHCP Server
SLN312489_en_US__3i-92-150x150 SLN312489_en_US__4i-101-150x150
Figure 3: DHCP Server Figure 4: DHCP Server


2. After you installed the DHCP Server, you should see the role in the Server Manager. You should also see the warning that you have to complette the DHCP Server configuration. Please click on "More" to open the detail information. 

SLN312489_en_US__5i-13-1024x886
Figure 5: DHCP

3. In the detail window please click on "Configure DHCP configuration" to start the Wizzard. 

SLN312489_en_US__6i-25-1024x887
Figure 6: Configure DHCP configuration

4. The Install Wizzard starts. 

SLN312489_en_US__7i-34
Figure 7: Install Wizzard starts

5. In the next step you can authorize the DHCP server to your active directory. You should do this because DHCP will update DNS and AD DS entry's directly after allocating IP to DHCP Client. The credetial you choose should have Domain admin rights. 

SLN312489_en_US__8i-42
Figure 8: Domain admin rights

6. After this the DHCP will authorized to AD DS. In my lap this took 5 minutes. 

SLN312489_en_US__9i-52
Figure 9: DHCP will authorized

7. Please be adviced in Windows Server 2012 "closed" don't mean the configuration has finished. It only means that configuration will be done in Background. You can see the status by clicking on the Flag in the top of the Server Manager. 

SLN312489_en_US__10i-62-1024x883
Figure 10: Closed

8. To configure a DHCP Scope we have to open the DHCP MMC. So please click "Tool" and than "DHCP"

SLN312489_en_US__11i-302
Figure 11: DHCP Scope

9. In the the DHCP MMC we click right on the DHCP Server and than on first on "Add/Remove Bindings..."

SLN312489_en_US__12i-111
Figure 12: Add/Remove Bindings

10. Please check if your Binding is set on the right Network Interface if not please change it before you go on.

SLN312489_en_US__13i-121
Figure 13: Network Interface

11. After you checked and changed the settings please click ok and go back in the DHCP MMC. Klick right on the DHCP IPv4 stack and select "New Scope"

SLN312489_en_US__14i-131
Figure 14: New Scope

12. The wizzard starts. Klick "Next"

SLN312489_en_US__15i-14
Figure 15: Wizzard starts


13. Select your Scope Name and a Discription. 

SLN312489_en_US__16i-15
Figure 16: Scope Name

14. Now you have to select the IP range and the subnet, that will be managed by your server. To calculate the range you need you can use this online tool LINK.

SLN312489_en_US__17i-16
Figure 17: IP Address

15. Now you can select exclusion from DHCP e.g. static IPs or reservations and the delay.  

SLN312489_en_US__18i-17
Figure 18: IP Address

SLN312489_en_US__19i-18
Figure 19: Address Range

16. Now you have to set the leasetime. Lease means the time that a DHCP client keeps his IP before he ask the DHCP server again for a renewal. When you have a big IP scope and enough IP's and no special security audits in your company, you could keep 8 days. When you use DHCP for WiFi connections or only a few IP's left, you should set the lease to maximum 2 days. 

SLN312489_en_US__20i-191
Figure 20: DHCP

17. Here you can select if you want to configure the DNS, default gateway and WINS via wizzard or later manualy. In this guide I will configure the options with wizzard. Later I will show you how to configure it manualy.

SLN312489_en_US__21i-201
Figure 21: WINS via wizzard

18. At first we configure the default gateway. Normaly this is a router or routable switch (Layer 3 Switch). 

SLN312489_en_US__22i-211
Figure 22: Router

SLN312489_en_US__23i-221
Figure 23: Router Switch

19. After this we configure the DNS Options that will provided via DHCP. First the Domain name. This should be the name of your DNS Zone that will be handled with this IPs and the DNS Servers. You can have as much DNS Servers as you need but mostly I see that Admins have 2 or 3 redundant DNS Servers.

SLN312489_en_US__24i-231
Figure 24: DNS Server

Every entry you make will be checked. If an DNS Server is not reachable you will get a warning but you are able to enter the IP either. 

SLN312489_en_US__25i-241
Figure 25: DNS Server


SLN312489_en_US__26i-251
Figure 26: DNS Server

20. Auf configuring DNS you can configure WINS. In my case I will leave this point out because I have no application or operating system planned that need WINS. You can configure it manualy later at any time, so no worries.

SLN312489_en_US__27i-261
Figure 27: Configure WINS

21. We have nearly finished, now you can decide if you want to start the scope now ok later. Please select now. 

SLN312489_en_US__28i-271
Figure 28: Start the scope

22. Now click "Finish" and the scrope will be installed and activated. 

SLN312489_en_US__29i-281
Figure 29: Scrope will be installed and activated

23. The DHCP MMC should look now nearly like this. 

SLN312489_en_US__30i-291
Figure 30: DHCP MMC look

24. To check, please power on one of your Clients in this network and check with: IPconfig /all if you get an IP and the settings you have entered in the DHCP Server. 

Article Properties


Affected Product

Servers, Microsoft Windows 2012 Server, Microsoft Windows 2012 Server R2

Last Published Date

21 Feb 2021

Version

3

Article Type

Solution