10-30-2007, 02:51 PM
|
#5 (permalink)
|
|
Manager, Networking Forums
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,572
OS: Windows 7, XP-Pro, Vista, Linux
|
Re: Connection to Router say Local Only
Try the new broadcast flag reset, I had a mistake or two in the previous one.
Disable the DHCP Broadcast Flag:
Link: http://support.microsoft.com/default.aspx/kb/928233- Go to Start and type in regedit and press 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 to be updated.
- If the key DhcpConnForceBroadcastFlag does not exist, use the Edit menu, point to New, and then click DWORD (32-bit) Value. In the New Value #1 box, type DhcpConnForceBroadcastFlag, and then press ENTER. If the key exists, skip this step.
- Right-click DhcpConnDisableBcastFlagToggle, and then click Modify.
- In the Value data box, type 0, and then click OK.
- Close Registry Editor.
NOTE: You should do this for each and every GUID subkey.
|
|
|