Here is a bit of background. The computer browser service was designed a
long time ago when networks were very simple - a few machines plugged into a
hub. The browser service and name resolution worked by broadcasting on the
wire. Computers communicated using Netbeui.
When TCP/IP became common, the browser service was modified to use
Netbios over TCP/IP instead of Netbeui. WINS was developed to allow name
resolution in a routed network (since broadcasts don't cross routers). WINS
also allows browsing across IP routers by allowing the master browsers to
communicate directly.
Switches do not work the same way as hubs. Browsing does not always work
properly on switched networks without WINS (as you have discovered).
Machines on the same switch are fine, but machines on different switches end
up in different browse lists. WINS solves the problem.
"sarkiaponius" <> wrote in message
news:ac4463ce-09c9-4464-a0ad-...
> Thanks for your kind answers and suggestions.
>
> But what makes the whole business so strange is that we definitely
> didn't change anything in the configuration of our pcs and servers for
> many months. Also, remember that simply connecting a host to a
> different switch makes it see the other half of the network. This
> cannot be related in any way to WINS or NetBIOS configuration.
>
> Anyway, your suggestions about the use of a WINS server are very
> interesting, what ever the actual problem is.
>
> Best regards.
>
> On 9 Set, 04:30, "Lanwench [MVP - Exchange]"
> <lanwe...@heybuddy.donotsendme.unsolicitedmailatya hoo.com> wrote:
>> sarkiaponius <sarkiapon...@gmail.com> wrote:
>> > On 8 Set, 15:11, Meinolf Weber [MVP-DS] <meiweb@(nospam)gmx.de> wrote:
>> >> Hello sarkiaponius,
>>
>> >> Using my network to see all machines requires at least that you
>> >> enable NetBIOS over TCP/IP (network
>> >> properties>TCP/IP>advanced>WINS>enable netbios over
>> >> TCP) on all machines and if you have multiple subnets you have to
>> >> use a WINS server in the network.
>>
>> > We have that enabled on all hosts. Also, the topology of the network
>> > had never changed in the last five years, and we never had a WINS
>> > server, so there should not be any reason why we suddenly need it.
>>
>> > The different lists that we see span over two different subnets,
>> > namely 192.168.20.255 and 192.168.21.255. I mean that the difference
>> > is not related to the network address. I guess some network device is
>> > blocking packets needed to browse the network. I know tha Summit 5i
>> > can work at higher levels in the TCP/IP stack, so before it hangs it
>> > could behave as a filter for some kind of packets.
>>
>> > Please note that the our network is a single broadcast domain, but it
>> > is split into 5 collision domain by the 5 switches. Also, it is
>> > connected with the router by the Summit 5i. So I don't think we have
>> > the need for a WINS server, but I may be wrong.
>>
>> > Many thanks anyway.
>>
>> You have been lucky thus far. If you are going to use NetBIOS over
>> TCP/IP,
>> you should *definitely* use WINS and you should *definitely* stop and
>> disable the computer browser service on all workstations & servers
>> besides
>> the WINS box. NetBIOS is very chatty and you're running into browser
>> elections & conflicts. Don't worry about why it worked fine before
>> without
>> WINS - the problem you are having now is precisely what WINS is designed
>> to
>> avoid, and you can fix the problem easily. You can have everyone register
>> into the same WINS database - you don't have to have multiple ones.
>>
>> Or disable it entirely for all, and don't use network places. 
>