Windows Server 2016 DHCP Role Installation with GUI and PowerShell: Покрокова інструкція.
Dynamic Host Configuration Protocol (DHCP) is a client/server protocol that automatically provides an Internet Protocol (IP) host with its IP address and other related configuration information such as the subnet mask and default gateway. RFCs 2131 and 2132 define DHCP as an Internet Engineering Task Force (IETF) standard based on Bootstrap Protocol (BOOTP), a protocol with which DHCP shares many implementation details. DHCP allows hosts to obtain required TCP/IP configuration information from a DHCP server.
With GUI:
1. Start your system, when Server Manager opens click Add roles and features;
2. для Installation Type, натисніть Далі;
3. для Server Selection, select your server and click Далі;
4. для Server Roles, вибрати DHCP Server role;
5. In the pop-up window click Add Features;
6. Натисніть Далі;
7. для Features, натисніть Далі;
8. для DHCP Server, натисніть Далі;
9. для Confirmation, натисніть встановити;
10. Installation begins;
11. When complete, натисніть Закрити;
12. Натисніть the yellow triangle in Server Manager, і натисніть Complete DHCP configuration;
13. для Description, натисніть Далі;
14. для Authorization, натисніть Commit (also you may select the option Skip AD authorization and do authorization from DHCP console);
15. для Резюме, натисніть Закрити (you must see Готово twice);
16. бігти the DHCP console from the apps list;
With PowerShell:
- бігти PowerShell as administrator;
2. встановити DHCP Role;
Add-WindowsFeature DHCP
3. встановити DHCP console;
4. для DHCP authorization enter;
Add-DHCPServerInDC
5. After that go to Server Manager. Натисніть the yellow triangle, and click Complete DHCP configuration. For Description, click Next. For Authorization, select the option Skip AD authorization and click Commit;
6. Get all commands for DHCP in PowerShell;
Import-Module dhcpserver
Get-Command -Module dhcpserver