Fixing the local only internet access issue in Windows Vista

Search

My blog feed

Fixing the local only internet access issue in Windows Vista

Published Sunday June 08, 2008

Details

Local Access only

Recently I had issues with Windows Vista where it would get on a network, but would only have local access (i.e. “Access: Local only” in the Network and Sharing Center). After spending about an hour and a half I finally stumbled across the solution. Once again, the solution was hidden in a forum, and the Microsoft knowledge base article was fairly hard to follow. So, here are the steps summarized for quickly fixing this1.

  1. First we have to find the name of network adapter that you are using to connect, you can skip this if you know the name of your network adapter.
    1. Open Network and Sharing Center (Start > Control Panel > Network and Sharing Center)
    2. Click on “Manage network connections” under “Tasks” on the left side.
    3. Note the name of the device in “Device Name” column for the connection that you are using (e.g. Intel® PRO/Wireless 3945ABG Network Connection)
  2. Now we have to find the GUID of this adapter.
    1. Open the registry editor: Start > type in ‘regedit’
    2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkCards\
    3. Look through the numbered sub-keys and jot down the “ServiceName” for the one that has the name of your network card in the “Description.”
    4. Keep the registry editor open because we will be changing another key in the next step.
  3. Once you have the GUID of the network then we have to toggle the broadcast flags.
    1. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
    2. Now follow the resolution in the Microsoft knowledge base article
    3. Make sure to set the DhcpConnForceBroadcastFlag as described in the “More Information” section of the knowledge base article.
  4. Finally, restart the computer.

Hopefully, after restarting the computer you will be able to access the internet.

1 Disclaimer, before playing around with the registry make sure to back it up first.

Comments
Add new comment