NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
CFE
Jan 10, 2016Aspirant
WNDR4500 / Windows + Linux + NAS / cannot always reach by hostname
My network generally works well. I've got DHCP handing out IP addresses and a few fixed IP's for printers and NAS devices. I've got the following devices on my network all managed through wired and...
- Jan 11, 2016
What happens if you try nbtstat -a <hostname> from your work laptop to one of your machines? Check nbtstat -r afterwards to see if the counters increase.
Can you look at the advanced adapter settings on your laptop and see whether a WINS server address is configured? You probably also want to make sure that NetBIOS over TCP/IP is enabled.
You may also want to look at the Windows registry for the NetBIOS node type. I believe the key is HKLM\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\NodeType. The values are explained at this link.
CFE
Jan 11, 2016Aspirant
Hmmm... makes sense...
I got this...
>nbtstat -r NetBIOS Names Resolution and Registration Statistics ---------------------------------------------------- Resolved By Broadcast = 0 Resolved By Name Server = 0 Registered By Broadcast = 0 Registered By Name Server = 0
and
>nbtstat -R Failed to Purge the NBT Remote Cache Table.
Seems like this PC is living in a lonely world. It cannot find anything and I cannot purge the table. I would hope that a purge would force it to await broadcasts and rebuild the table. Any ideas?
TheEther
Jan 11, 2016Guru
What happens if you try nbtstat -a <hostname> from your work laptop to one of your machines? Check nbtstat -r afterwards to see if the counters increase.
Can you look at the advanced adapter settings on your laptop and see whether a WINS server address is configured? You probably also want to make sure that NetBIOS over TCP/IP is enabled.
You may also want to look at the Windows registry for the NetBIOS node type. I believe the key is HKLM\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\NodeType. The values are explained at this link.
- CFEJan 13, 2016Aspirant
nbtstat -a <hostname> always comes up with Host Not Found. nbtstat -r produces no interesting results: all zeros.
The remainder of my PC's can resolve hostnames, so the network is not the problem, it is the laptop.
- Enabled NetBIOS (but did not reboot, but did disable / enable LAN connection). No change.
- I don't have a WINS server. Doesn't that require a server on my network? I only have routers / switches.
- The NetBIOS Type = 1, which is:
B-node. NetBT uses IP broadcast messages to register and resolve IP addresses from NetBIOS names.
Any other ideas?
- TheEtherJan 13, 2016Guru
Is Windows Network Discovery enabled?
You can cross-check that the NetBIOS Type is set to B-node using ipconfig /all and looking at Node Type.
I found some additional troubleshooting that you may want to try.
Two Minute Drill: Troubleshooting Name Resolution (i.e. try new view \\hostname and net view \\<ipaddress>)
TechNet: Unable to reach a Host or NetBIOS Name (It has a trouble troubleshooting flowchart)
Default Node Type for Microsoft Clients (You can try coercing the Node Type by editing the registry. You will probably have to reboot each time.)
Finally, try installing Wireshark on the laptop and sniff the traffic on your laptop. You will want to see if NetBIOS broadcasts are being sent.
As a last resort, you may consider resetting TCP/IP. It's a pretty drastic step, but Microsoft has an article on it. Make sure you are comfortable doing this. I cannot take a responsibility for any damage. I'm only providing the rope. :smileyhappy:
How to reset TCP/IP by using the NetShell utility
- CFEJan 16, 2016Aspirant
Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel(R) Ethernet Connection I217-LM Physical Address. . . . . . . . . : EC-F4-BB-06-B7-90 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::9464:b3b7:18fb:b9e4%11(Preferred) IPv4 Address. . . . . . . . . . . : 10.0.0.15(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : Saturday, January 16, 2016 8:00:53 AM Lease Expires . . . . . . . . . . : Sunday, January 17, 2016 8:00:53 AM Default Gateway . . . . . . . . . : 10.0.0.1 DHCP Server . . . . . . . . . . . : 10.0.0.1 DHCPv6 IAID . . . . . . . . . . . : 250410171 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-70-B6-F1-EC-F4-BB-06-B7-90 DNS Servers . . . . . . . . . . . : 10.0.0.1 NetBIOS over Tcpip. . . . . . . . : Enabled
Still not quite getting there... no change in symptoms...
nbtstat yields nothing interesting... all other PC's on LAN are working fine...
- CFEJan 17, 2016Aspirant
Previously, I had set the wrong property using Regedit. Upon further review, the NetBIOS was set to Peer-to-Peer! I found the property after digging deeper in the hierarchy in HKLM\...
I set it to Broadcast and all is OK (at least at home). I will try at work on Tuesday. Any idea how (why?) it had ever been set to Peer-to-Peer? Is this a default in Win 7 installation?