I think what you're seeing indeed verifies that your problem is the inability to renew your DHCP IP lease. If you have that error when doing it manually, the system will almost assuredly get the same error when trying to renew automatically. You may see
errors to that effect in the System Log. From command prompt:
eventwvr.msc -> Windows Logs -> System
Your DHCP server should be listed in the "DHCP Server" line of the "ipconfig /all" command output. You might try to ping that address and see if it responds. The only thing I know to check is to verify that your "DHCP Client" service is still running.
(From command prompt: 'services.msc' and then find the "DHCP Client" line and verify that its status is "Started" and its Startup Type is "automatic".
Another possibility is your Firewall Software. Some problems like this have been attributed to firewall problems, but I would not expect than resetting your IP stack would clear this problem... but you can try temporarily disabling your firewall software
and see if that helps.
Googling "Unable to contact DHCP Server" may lead to other solutions as well.
One such response is:
< http://forums.techguy.org/networking/1122889-unable-contact-your-dhcp-server.html >
where McAffe firewall was the problem and a special tool was needed to remove it.
HTH,
JW