HI John, LMhost is disabled, reboot and still ng.
Thanks for Responding tho
Main Topics
Browse All TopicsHello, I have one ( and only one) workstation which is unable to see server resources using the servers name (\\servername\)
This servers shares are however visible if I go to the server's static ip address (\\192.168.0.1\)
I have found this to be true regardless of the account I log into the workstation. The symptoms above remain.
# nslookup shows and resolves server and ip correctly
#ipconfig /all on workstation shows proper information
# I have done flush and register
# hosts file was blank save for internal loopback ( no bad info )
I have even put valid static ip info and no good.
no offline services on the workstation which would be causing this.
Local firewall is off
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I am sticking with a netbios/wins problem because you are trying to connect using the UNC path of the servername, not the fully qualified domain name.
UNC stands for universal naming convention. The path you take to communicate with the server depends upon how you type in the path itself. Example:
\\xxx.xxx.xxx.xxx\share (uses the IP, or a ARP query to the path you are trying to take)
\\server.domain.name\share
\\server\share (uses a NetBios Query to communicate with the share)
If flushing your Netbios/Wins Cache doesn't work, then go to the nic card and check to see if you have Netbios turned off or the browser service turned off. Also, Netbios is NOT compatible with IPversion 6.
So:
Netbios Cache
Check that netbios translation is enabled on the NIC
Check to see if your browser service is on and working.
Look in event logs to see if this computer is conflicting with the domain master browser.
If this computer has multiple nics and netbios is bound to the wrong NIC this could be a problem
If the computer is using IPversion6, this could be a problem.
Business Accounts
Answer for Membership
by: ChiefITPosted on 2009-05-15 at 09:20:06ID: 24397408
disable LMhost lookup on that client. You can do this by going to the NIC configuration>>advanced>>WINS tab>>disable LMhost lookups
John