Forcing the Windows Node Type

I found that moving my laptop from a wireless LAN to my home LAN was a problem because the network node type would get set to Peer-to-Peer when I wanted it to be Hybrid at home. I suspect the LinkSys wireless config software or driver, but there’s a way around this.

You need to edit this key in your registry. Normal disclaimers apply if you don’t know what you’re doing.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters

DhcpNodeType should be 8, not 2, to enable broadcast lookups. You can release and then renew ipconfig to pick up the change.

I made a .reg file which I use when I switch LANs if needed.