Difference between revisions of "DHCP"

From AlphaBook
Jump to: navigation, search
Line 1: Line 1:
 +
== DHCP configuration items ==
 +
* Address Pool
 +
* Reservation (IP <-> MAC)
 +
* Scope Options
 +
** 003 Router
 +
** 006 DNS Servers
 +
** 066 Boot Server Host Name
 +
** 067 Bootfile Name
 +
* Server Options
 +
 
== Install DHCP ==
 
== Install DHCP ==
 
* Install-WindowsFeature -Name DHCP -IncludeManagementTools
 
* Install-WindowsFeature -Name DHCP -IncludeManagementTools

Revision as of 14:56, 14 February 2017

DHCP configuration items

  • Address Pool
  • Reservation (IP <-> MAC)
  • Scope Options
    • 003 Router
    • 006 DNS Servers
    • 066 Boot Server Host Name
    • 067 Bootfile Name
  • Server Options

Install DHCP

  • Install-WindowsFeature -Name DHCP -IncludeManagementTools

Post-deployment Configuration

  • Complete DHCP configuration
  • Specify the credentials to be used to authorize this DHCP server in AD DS
  • Commit

DHCP Failover (two servers) =

  • Relationship Name:
  • Maximum Client Lead Time: 1 hour (default)
  • Mode: Load balance (default) 50%-50%
  • State Switchover Internal: 60 minutes (optional)
  • Enable Message Authenication
    • Shared Secret:

DHCP Split-Scope (two servers)

  • Percentage of IP V4 Addresses: Host DHCP server 80% / Added DHCP server 20% (default)
  • Delay in DHCP Offer (milli seconds): Host DHCP server 0 / Added DHCP server 20% (default)