Windows Vista is Unable to Get DHCP IP Address
Posted on Nov 19, 2007 under Windows Vista Tips |Windows Vista may be unable to obtain an IP address using DHCP.
This issue occurs because of a difference in design between Windows Vista and Microsoft Windows XP Service Pack 2 (SP2). Specifically, in Windows XP SP2, the BROADCAST flag in DHCP discovery packets is set to 0 (disabled). In Windows Vista, the BROADCAST flag in DHCP discovery packets is not disabled. Therefore, some routers and some non-Microsoft DHCP servers cannot process the DHCP discovery packets.
1. Click START–>RUN and type REGEDIT. Click OK.
2. Click the plus sign next to HKEY_LOCAL_MACHINE
then SYSTEM
then CurrentControlSet
then Services
then TCPIP
then Parameters
then Interfaces
then {GUID}
3. Right-click on (GUID) and Select NEW–>DWORD VALUE and name it DhcpConnDisableBcastFlagToggle, and then press ENTER.
Right-click DhcpConnDisableBcastFlagToggle, and then click Modify
In the Value data box, type 1, and then click OK.
Restart the computer.
You can find out more information on Microsoft’s Web Site.

Leave a comment