Event ID 1055 — DHCP Server DNS Registration
Applies To: Windows Server 2008
You can configure the Dynamic Host Configuration Protocol (DHCP) Server service to impersonate an account to perform Domain Name service (DNS) registrations and secure dynamic updates. The Netsh.exe tool can be used to configure the impersonation credentials. You must create a dedicated user account in Active Directory Domain Services before you use the Netsh.exe tool to configure the use of impersonation credentials.
Event Details
Product: | Windows Operating System |
ID: | 1055 |
Source: | Microsoft-Windows-DHCP-Server |
Version: | 6.0 |
Symbolic Name: | DHCP_EVENT_DNS_REGPARAMS_FAILURE |
Message: | The DHCP service was unable to impersonate the credentials necessary for DNS registrations: %1. The local system credentials are being used. |
Resolve
Configure impersonation credentials for dynamic updates
To perform these procedures, you must be a member of the Administrators group, or you must have been delegated the appropriate authority.
You can configure the DHCP Server service to impersonate an account to perform DNS registrations. The Netsh.exe tool can be used to configure the impersonation credentials.
Click Start, click Control Panel, and then click User Accounts.
Click Manage user accounts.
Click Add, and then follow the instructions to create a new user account.
Click Start, type cmd in Start Search, and then press ENTER.
At the command prompt, type netsh dhcp server set dnscredentials username domainname password (where username is the new account created in the previous step), and then press ENTER.
At the DHCP server computer, click Start, click Run, type services.msc, and then click OK.
Double-click DHCP Server.
Click Stop, wait for the progress bar to complete, click Start, wait for the progress bar to complete, and then click OK.
On the File menu, click Exit.
Type netshdhcp server delete dnscredentials dhcpfullforce, and then press ENTER.
At the DHCP server computer, click Start, click Run, type services.msc, and then click OK.
Double-click DHCP Server.
Click Start, wait for the progress bar to complete, and then click OK.
On the File menu, click Exit.
Verify
To determine which credentials are being used:
- At the DHCP server computer, click Start, click Run, type cmd, and then press ENTER.
- Type netsh dhcp server show dnscredentials.
- The output of this command displays the credentials being used.