Is it possible to enable some sort of debugging for dhcp client on Windows 7?

link|improve this question
feedback

1 Answer

Windows Event Viewer (eventvwr.exe) will capture events/error generated by the DHCP Client, here you'll be able to see when and if a address was requested (DHCPREQUEST) and what the reply from the server was (DHCPACK / DHCPNACK) (These events are in the system part of the Eventviewer utility)


link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.