20 - Windows Server 2012 How to Install and Configure DHCP Server (Video in Khmer)
Learn how to install and configure DHCP Server on Windows Server 2012 R2 step-by-step with video tutorial in Khmer and tips for beginners.
2026-09-15 ยท 4 min read
Hello my friend! Today I show you step-by-step how to Install and Configure DHCP Server on Windows Server 2012 R2 inside VMware! DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses, Subnet Masks, Default Gateways, and DNS settings to client computers on your network so IT admin does not need to set IP address manually on every PC! Follow steps below with video tutorial in Khmer! Let's get started!
๐ก Tip: Always authorize DHCP Server in Active Directory after installation! Unauthorized DHCP server will not issue IP addresses to domain client computers!
Watch Video Tutorial (Khmer)
Watch full step-by-step video tutorial below to see complete process in Khmer:
Step 1: Install DHCP Server Role
- Open Server Manager > click Manage menu > select Add Roles and Features.
- Click Next > select Role-based or feature-based installation > click Next.
- Select your server from pool > click Next.
- Check box DHCP Server > click Add Features on popup window > click Next.
- Click Next on Features page > click Next on DHCP Server page > click Install.
- After installation completes, click link Complete DHCP configuration > click Next > click Commit > click Close.
๐ก Tip: Clicking "Complete DHCP configuration" automatically authorizes your new DHCP server inside Active Directory!
Step 2: Create New DHCP Scope (IP Address Pool)
- Open Server Manager > click Tools > select DHCP (
dhcpmgmt.msc). - Expand your server name > right-click IPv4 > select New Scope....
- Click Next > enter Scope Name (example:
LAN_Scope) > click Next. - Set IP Address Range:
- Start IP address:
192.168.1.50 - End IP address:
192.168.1.200 - Subnet mask:
255.255.255.0
- Start IP address:
- Click Next > click Next on Exclusions page (add excluded IP addresses if needed).
- Set Lease Duration (default 8 days) > click Next.
๐ก Tip: Start IP pool after static IP range of servers (example: start at
.50) to prevent IP address conflict with domain controllers, servers, and network printers!
Step 3: Configure DHCP Options (Gateway & DNS)
- On Configure DHCP Options screen, select Yes, I want to configure these options now > click Next.
- Router (Default Gateway): Type gateway IP address (example:
192.168.1.1) > click Add > click Next. - Domain Name and DNS Servers: Type domain name (example:
mycompany.local) and DNS IP (192.168.1.1) > click Add > click Next. - Select Yes, I want to activate this scope now > click Next > click Finish.
๐ก Tip: Always configure Option
003 Routerand Option006 DNS Serversso clients get Internet routing and Domain Name resolution automatically!
Step 4: Test DHCP on Client Computer (ipconfig /renew)
- On client computer connected to network, open Command Prompt (
cmd). - Type command
ipconfig /release> press Enter. - Type command
ipconfig /renew> press Enter. - Type
ipconfig /allto verify client receives IP address from DHCP pool (example:192.168.1.50)!
๐ก Tip: You can view all connected computers receiving IP addresses inside DHCP Console > expand Scope > click Address Leases!
Related Tutorials
- ๐ Windows Server 2012 Complete Tutorial Series (Video in Khmer)
- ๐ 19 - Windows Server 2012 Configure DNS Server (Video in Khmer)
- ๐ 21 - Windows Server 2012 Set DHCP Reservation (Video in Khmer)
- ๐ 22 - Windows Server 2012 Set DHCP Failover (Video in Khmer)
- ๐พ 26 - Windows Server 2012 Backup and Restore DHCP Server (Video in Khmer)
Hope this tutorial help you install and configure DHCP Server on Windows Server 2012 R2 easily! Practice DHCP scope setup and IP management today. Happy learning my friends! Sharing is caring!