1830865 Members
2407 Online
110017 Solutions
New Discussion

error 1058

 
maihoa
New Member

error 1058

could not start the DHCP Client service on local computer.
error 1058: the service cannot be started, either because it is disabled or because it has no enabled device associated with it.

i don't know what to do
please help me!
thanks!
2 REPLIES 2
Rune J. Winje
Honored Contributor

Re: error 1058

My computer > right click > Manage > Services > DHCP Client Service
Check that the service is set to Automatic startup. If not set it to automatic and try starting it (alternatively reboot)

If that is OK it is likely the reason could be a missing/malfuntioning Network card or driver.

Start command line and run the command
ipconfig /all

Post the results.


Cheers,
Rune
VORAV
Advisor

Re: error 1058

To restart the DHCP Server service:

1. At the DHCP server computer, click Start, click Run, type services.msc, and then click OK.
2. Double-click DHCP Server.
3. On the General tab, click Stop, and then click Start.
4. On the File menu, click Exit.

Verify

To verify that clients are getting leased IP addresses from the DHCP server:

1. At the DHCP-enabled client computer, click Start, in Start Search type cmd, and then press ENTER.
2. To verify the lease of the client with a DHCP server, type ipconfig /all to view lease-status information.
3. 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.