Event ID 1058 — DHCP Service Initialization
Applies To: Windows Server 2008
When the Dynamic Host Configuration Protocol (DHCP) Server service initializes, it checks for proper configuration of Transmission Control Protocol/Internet Protocol (TCP/IP), including the presence of a static IP address. Successful initialization results when the DHCP server has established network communication by using TCP/IP.
Event Details
Product: | Windows Operating System |
ID: | 1058 |
Source: | Microsoft-Windows-DHCP-Server |
Version: | 6.0 |
Symbolic Name: | EVENT_SERVER_INIT_CONFIG_FAILED |
Message: | The DHCP service failed to initialize its configuration parameters. The following error occurred: %1 |
Resolve
Restart the DHCP Server service
To perform these procedures, you must be a member of the Administrators group, or you must have been delegated the appropriate authority.
To restart the DHCP Server service:
- At the DHCP server computer, click Start, click Run, type services.msc, and then click OK.
- Double-click DHCP Server.
- On the General tab, click Stop, and then click Start.
- On the File menu, click Exit.
Verify
To verify that clients are getting leased IP addresses from the DHCP server:
- At the DHCP-enabled client computer, click Start, in Start Search type cmd, and then press ENTER.
- To verify the lease of the client with a DHCP server, type ipconfig /all to view lease-status information.
- In the output of ipconfig /all verify that the DHCP Server address matches the address of the expected DHCP server. If the address belongs to a different DHCP server than expected, the expected server might not have initialized and another available DHCP server has provided the lease.