Frequent Browser Elections When Windows 95 and Windows NT 4.0 Configured in Workgroup
ID: Q246489
|
The information in this article applies to:
-
Microsoft Windows NT Workstation version 4.0
-
Microsoft Windows 95
IMPORTANT: This article contains information about editing the registry.
Before you edit the registry, make sure you understand how to restore it if
a problem occurs. For information about how to do this, view the "Restoring
the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help
topic in Regedt32.exe.
SYMPTOMS
When you have Microsoft Windows 95-based computers configured in a workgroup with Microsoft Windows NT 4.0-based computers, Event Viewer may record frequent browser-election events on that network segment.
CAUSE
This behavior can occur because each of the Windows 95-based computers is maintaining a browse list for the network segment, causing frequent browser elections.
RESOLUTIONWARNING: Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor
can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys and
Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete
Information in the Registry" and "Edit Registry Data" Help topics in
Regedt32.exe. Note that you should back up the registry before you edit it.
If you are running Windows NT, you should also update your Emergency
Repair Disk (ERD).
To resolve this issue, designate one of the Windows 95-based computers as the master browser for the network segment. On all the others, eliminate maintenance of a browse list. The Windows 95 computer maintaining the browse list for the network segment should remain turned on at all times.
- Edit the MaintainServerList value in two registry
locations:
- Start Registry Editor (Regedit).
- Locate the following registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\Vnetsup
- Locate the MaintainServerList value, type 0
in the Value Data box, and then click OK.
- Locate the following registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP\Ndi\Params\MaintainServerList
- Locate the 'default' value, type 0 in the Value Data
box, and then click OK.
- Quit Registry Editor, and then restart the computer.
- Modify the Lmhosts file on the master browser of the network
segment by adding mappings for the domain master browser. (On a
Windows 95-based computer, the Lmhosts file is located in the
C:\Windows folder.)
For example, the master browser of the domain named Gotham has the
network basic input/output system (NetBIOS) name of Batman. Batman
uses the Internet Protocol (IP) address of 193.177.60.22. Add the
following lines to the Lmhosts file, substituting your correct
information for the names Batman and Gotham and for the sample IP
address:
193.177.60.22 Batman #PRE #DOM:Gotham
193.177.60.22 ''Gotham \0x1b'' #PRE IMPORTANT: Correct spacing of these entries is imperative.
There must be a total of 20 characters between the quotation
marks. These 20 characters are the domain name, plus the
appropriate number of spaces to pad up to 15 characters, plus the
backslash (\) as the sixteenth character, plus the NetBIOS hex
representation of the service type (here, 0x1b).
- Add the IP address of a Windows Internet Name Service (WINS)
server to the TCP/IP configuration of all computers on the network
segment. The following procedure describes how to do this on a
Windows 95-based computer.
- In Control Panel, double-click Network, and then click
Configuration.
- Click TCP/IP-> <adapter name>, where <adapter
name> is the name of the network adapter, and then click
Properties.
- Click WINS Configuration.
- To configure the WINS server address, do one of the
following:
- If your Dynamic Host Configuration Protocol (DHCP) server is
configured to assign the WINS server IP address to DHCP clients,
click Use DHCP for WINS Resolution.
The DHCP server on your network must have the following scope
options configured:
044 WINS/NBNS Servers
046 WINS/NBT Node Type
- If the computer is using a static IP address, or if it is a DHCP
client but the DHCP scope is not configured to provide the WINS
server configuration, manually specify the IP addresses of the
WINS servers:
- Click Enable WINS Resolution.
- Type the IP addresses of the primary and secondary WINS servers in
the appropriate boxes.
- Restart the computer.
MORE INFORMATION
For additional information about using an Lmhosts file, please see the following articles in the Microsoft Knowledge Base:
Q180094 How to Write an LMHOSTS File for Domain Validation
Q163409 NetBIOS Suffixes (16th Character of the NetBIOS Name)
Additional query words:
Keywords :
Version : WINDOWS:; winnt:4.0
Platform : WINDOWS winnt
Issue type : kbprb
|