Perfishent
asked on
Netbios (NBNS) queries to old server
I'm using Wireshark to analyze traffic on our network. I see a lot of Netbios name service (NBNS) broadcast traffic to a server that no longer exists on our network. The requests look like this:
24810 1679.856442000 10.45.16.157 10.45.16.255 NBNS 92 Name query NB OLDSERVERNAME<20>
The requests are all coming from our client computers. Some client computers are sending the requests to the correct server.
What's the best way to stop the errant requests?
24810 1679.856442000 10.45.16.157 10.45.16.255 NBNS 92 Name query NB OLDSERVERNAME<20>
The requests are all coming from our client computers. Some client computers are sending the requests to the correct server.
What's the best way to stop the errant requests?
These are the recommended methods of eliminating Netbios queries:
http://support.microsoft.com/kb/313314
http://support.microsoft.com/kb/313314
ASKER
Yes, I know how to disable Netbios. How do I determine if Netbios is needed on our network? With Wireshark, I can see a lot of NBNS requests going to one of our domain controllers. Is Netbios still needed for printing or network shares?
ASKER
I've turned off Netbios on my computer. I'm going to leave it off for a few days to see if it breaks anything. If not, then it's probably safe to disable it on all of our client computers.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER