When using Windows Vista, the computer may not obtain an IP Address using DHCP. This issue only occurs with Windows Vista in specific environments with Modems/Routers which do not support the DHCP Broadcast Flag. There are two methods to resolve this issue. The first option is to disable User Account Control. The second option is to perform the following:
- Click Start - Run.
- Type: regedit
- Hit Enter.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{GUID}
In this registry path, click the (GUID) subkey that corresponds to the network adapter that is connected to the network. - On the Edit menu, point to New, and then click DWORD (32-bit) Value.
- In the New Value #1 box, type DhcpConnEnableBcastFlagToggle, and then press ENTER.
- Right-click DhcpConnEnableBcastFlagToggle, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Close Registry Editor.
- Reboot.
Comments
Post a Comment