DHCP Problem windows 7

DHCP Problem windows 7

go to start ,search and type:- cmd, right click on returned cmd.exe and
select "run as administrator" at the prompt type:-


net localgroup Administrators /add networkservice
press enter then type:
net localgroup Administrators /add localservice
press enter then type:
exit
press
enter and restart your computer

Question
Sign in to vote
0
Sign in to vote
Hi Brenda,



Sometimes Windows 7 cannot obtain an IP address from certain routers or from certain non-Microsoft DHCP servers. To resolve this issue, disable the DHCP BROADCAST flag in Windows 7.



To do this, follow these steps:
1. Click Start, type regedit in the Start Search box, and then click regedit in the Programs list.
2. If you are prompted for an administrator password or for confirmation, type your password, or click Continue.
3. Locate and then click the following registry subkey:
4. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{GUID}
5. In this registry path, click the (GUID) subkey that corresponds to the network adapter that is connected to the network.
6. On the Edit menu, point to New, and then click DWORD (32-bit) Value.
7. In the New Value #1 box, type DhcpConnEnableBcastFlagToggle, and then press ENTER.
8. Right-click DhcpConnEnableBcastFlagToggle, and then click Modify.
9. In the Value data box, type 1, and then click OK.
10. Close Registry Editor.

By setting this registry key to 1, Windows Vista will first try to obtain an IP address by using the BROADCAST flag in DHCP Discover packets. If that fails, it will try to obtain an IP address without using the BROADCAST flag in DHCP Discover packets.


Note: Serious problem might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs.



You may also try to uninstall and reinstall the Network adapter drivers and check if it helps.

No comments:

Post a Comment