Serwer Windows 2016 DHCP Role Installation with graficzny interfejs użytkownika I PowerShell: Przewodnik krok po kroku.
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 I 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 serwer.
Z graficznym interfejsem użytkownika:
1. Start your system, when Menedżer serwera opens click Add roles and features;
2. Dla Installation Type, trzask Następny;
3. Dla Server Selection, select your server and click Następny;
4. Dla Server Roles, wybierać DHCP Serwer rola;
5. In the pop-up window click Dodaj funkcje;
6. Trzask Następny;
7. Dla Cechy, trzask Następny;
8. Dla DHCP Serwer, trzask Następny;
9. Dla Confirmation, trzask Zainstalować;
10. Rozpocznie się instalacja;
11. When complete, trzask Zamknąć;
12. Trzask the yellow triangle in Server Manager, i kliknij Complete DHCP konfiguracja;
13. Dla Opis, trzask Następny;
14. Dla Authorization, trzask Commit (also you may select the option Skip AD authorization and do authorization from DHCP konsola);
15. Dla Streszczenie, trzask Zamknąć (you must see Done twice);
16. Uruchomić the DHCP console from the apps list;
Z PowerShellem:
- Uruchomić PowerShell jako administrator;
2. Zainstalować DHCP Rola;
Add-WindowsFeature DHCP
3. Zainstalować DHCP konsola;
4. Dla DHCP authorization enter;
Add-DHCPServerInDC
5. After that go to Menedżer serwera. Trzask the yellow triangle, and click Complete DHCP konfiguracja. For Description, click Next. For Authorization, select the option Skip AD authorization and click Commit;
6. Get all commands for DHCP W PowerShell;
Import-Module dhcpserver
Get-Command -Module dhcpserver