You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
nbtstat
About this tag
The nbtstat command is a Windows networking tool used to troubleshoot NetBIOS name resolution issues. In a workgroup environment, users may encounter problems where they can ping machines by IP address but not by hostname. Running nbtstat -A with the target IP can reveal the NetBIOS name table of a remote computer, confirming that name resolution should work. However, if ping by name still fails despite nbtstat returning the correct name, the issue often lies with DNS or WINS configuration, not with NetBIOS itself. This tag covers discussions about using nbtstat to diagnose name resolution failures in small networks.
Hello all,
I have a small workgroup that I am able to ping machines by ipaddress, but can't seem to be able to ping by machine name. I have even installed a WINS server and added it to my dhcp configuration.
What is really weird is that if I do a nbtstat -A 192.168.1.xx I get the name of the...