Install the latest QFE (revision 2.0) http://support.microsoft.com/kb/933340/
After installing the QFE Please check the file version of dhcpcsvc.dll. It should be 6.0.6000.20567 as mention in kb article
And Create 0(dword) register value under “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp\Parameters\DhcpGlobalForceBroadcastFlag\0” and set it to Zero
or run following cmd from elevated prompt
“reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp\Parameters\DhcpGlobalForceBroadcastFlag\0 /f /v 0 /t REG_DWORD /d 0”
Stop and start dhcp service (Net Stop dhcp & net start dhcp) and try to repro the scenario after that.
Thanks