|
|
Computer Browser
Understanding Computer
Browser and Protocols Browsing in VPN Can ping and search a remote computer but not browse it Can't share after 15 minutes Can't see any or only some computers in My Network Places Computer Browser issue and Event ID 8003 Computer Browser service fails with exit code 1068 Computer will not Stay connected to Workgroup DNS and NetBIOS Name Resolution Issues for Creating External, Realm and Forest Trusts How to check Browser status The browser was unable to retrieve a list of servers from the browser master How can I check my Master Browsers How do I know I have a computer browser problem How to disable Master Browser in XP, 9X, W2k How to fix browsing problem in a mixed OS workgroup How to start/stop Master Browser on Win2K/XP How to disable servers from becoming browser servers How to disable the Computer Browser Service on all Windows clients and servers How to enable servers becoming browser servers In a small mixed OS network, you may want to disable W2K/XP master browser and keep w9x or NT master browser Master Browsing issue on Multihomed DC One computer screw up the network Re-register NetBIOS name The master browser has received a server announcement from the computer <computer name> that believes that it is the master browser What is NetBT_<driver_name> Windows 2008 WINS Issue Understanding Computer Browser and ProtocolsThe computer browser is to display a directory of all known computers or domains that the computer can reach. The purpose of the browser service is to collect and report the existence of other computers on the network that are sharing file, print, and other resources from the active browser or master servers on each of its active endpoints such as each network protocol that is running on each network card. For example, a computer with TCP/IP and NetBEUI installed on the network interface cards A and B would have four endpoints for the computer browser client.
In general, computer browser performance improves with fewer protocols or network cards on a computer. All domain controllers must be singlehomed computers for browsing to operate correctly. Also the computer browser is dependent on NetBIOS. Therefore, in a mixed OS network environment (win9x, NT, ME, W2K and XP), you should have a WINS server in a domain network and enable NetBIOS over TCP/IP (instead of loading NetBEUI) on w2k/xp in the home or small network.Still need help,
contact
consultant
Can ping and search a remote computer but not browse itIf you can see or search a remote computer in mixed OS (win98, ME, NT, W2K and XP) network, this is master browser issue. You may try to use browstat.exe from NT resource kit to check the master browser status. Or stop computer browser on w2k/xp. For consultants, refer to case 100903RL.
Can't see any
or only some computers in My Network Places
Resolutions: this is likely Computer Browser issue. 5. Go to Network share center and open the NIC properties. Then go to Advanced>Advanced settigns and make the Microsoft Windows network is the first of order in Provide order and the NIC you are using is the first in Adapters and bindings. For consultants, refer to computer browser issue page. To determined the failed protocol_netcard and check the working status of the Browser service on all installed protocols, you can use a tool comes with the Windows NT resource kit program Browstat.exe or Browmon.exe (for domain). At a command prompt, type the following command: browstat status or just browser to see the lists. The browser was unable to retrieve a list of servers from the browser masterSYMPTOMS: 1) Event Viewer System log shows Event id: 8021 and Description: The browser was unable to retrieve a list of servers from the browser master <PDC> on the network \device\<protocol_netcard>. 2) Event id: 8032 and Description: The browser service has failed to retrieve the backup list too many times on transport of <protocol_netcard>.This symptom occurs because 1) your computer is a multihomed computer or using multiple network cards in the same subnet; 2) your computer is a master browser; 3) Your computer is running the TCP/IP protocol. Resolutions:
find the failed protocol_netcard or use browstat status (from NT
Resource Kit) to find the problem and the card. Then
|
Change master browser in w2k or XP:
Go to Program files, Admin tools, services then in the right panel right click
on computer browser and right click go to properties then from the startup
list select Disabled.
Or
type regedt32, and scroll to this key change value to False
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters
IsDomainMaster=FALSE
Change master browser in 9X:
From network neighborhood properties select File & print sharing, select and
click properties then select "Master Browser" from the right list and
choose disabled from the left list.
How to start/stop Computer Browser on Win2K/XP
To start/stop Master Browser on Win2K/XP, go to Administrative Tools>Services, start/stop the Computer Browser. You setup start automatically, select Administrative tools, Services, and change the Start setting for Computer Browsing to Automatic. You can then reboot the computer or start the service manually by clicking on the Start button.
How to disable servers from becoming browser servers
As we mentioned, all domain controllers must be singlehomed for browsing to operate correctly. All domain controllers in a domain are by default browser servers. To disable multihomed Windows NT servers from becoming browser servers: 1) go to click Administrative Tools>Services>the Properties of Computer Browser, and then click Manual. 2) Use Registry Editor (Regedt32.exe) to edit the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters\MaintainServerList and change the value of this key to false NT and in Win 2000, instead of the value false, use the value, no. NOTE: The registry settings in this article do not work on a Windows 2000 DC if it is the PDC emulator.
How to disable the Computer Browser Service on all Windows clients and servers
To disable the Computer Browser Service on all Windows clients and servers, you may need to create three batch files that will include Netdom.exe, Nnetsvc.exe and Rreg.exe.
How to enable servers becoming browser servers
To encourage singlehomed computers to become the browser servers, open
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters\IsDomainMaster
and change the value of this key to
yes, quit Registry
Editor, and then restart your computer. NOTE: The registry
settings in this article do not work on a Windows 2000 DC if it is the PDC
emulator.
In a small mixed OS workgroup network, you may want to disable W2K/XP master browser
and keep w9x or NT master browser because XP/W2K always win elections over
others, and other previous OS doesn't understand it. To disable master browser on W2K/XP, go to
Administrative Tools>Services, stop the Computer Browser.
Master Browsing issue on
Multihomed DC
You may experience browsing and/or NetBIOS name resolution problems if you
install a DC on multihomed server. This is because each browser service bounds
to each interface operates independently and does not merge the browse list
for separate networks. The master browser is confused. Resolution:
Try to unbind the WINS Client
(TCP/IP) interface from all your adaptors except for one To re-register NetBIOS name, run nbtstat -RR command. To troubleshoot browser problem, the important data is NetBT_<driver_name>,
which indicates the protocol and network card binding, also known as an
"endpoint." The potential protocols you may see are: Nbf_netcard = NetBEUI
NetBT_netcard = TCP/IP (or NetBIOS over TCP/IP) NwlnkIpx = IPX/SPX (NwLink)
[will not indicate netcard] NwlnkNB = NetBIOS over NwLink [will not indicate
netcard]. The master browser of a domain is always the primary domain
controller. If it's not, you will get lots troubles.
One computer screw up the network
Symptoms: you have a workgroup network and most computers are
win9x, NT and ME. After you add XP computer into the network, you can't browse
other computers in workgroup list.
Resolutions:
This is mostly like master browser issue. The simple solution is stopping Computer Browser
service on the XP. To stop Computer Browser service, go to the Computer
Management>Services and Applications>Services.
For consultants, refer to computer browser issue page.
What is NetBT_<driver_name>
Bob Lin Photography services
Real Estate
Photography services
|
|
This web is provided "AS IS" with no warranties.
Copyright © 2002-2017
ChicagoTech.net,
All rights reserved. Unauthorized reproduction forbidden.