Computer Browser Service across multiple subnets


Recommended Posts

I've got around 20 computers spanned across multiple subnets in a network. They all are configured to be a par tof the same workgroup called "Workgroup". All the computers are running windows 2000 profesional.

My issue is that i cannot see the computers from different subnets in Network Neighbour hood, although i can ping across those from anywhere in the network.

I know i have to use computer browser service to achieve the functionality. But the question is how do I do so. The computer browser service is running by default on all the computers.

My questions are is it possible to define the computer role in CBS or is it automatically assigned based on some criteria.

On referring to the document from microsoft for CBS, i came to understand that for every subnet there needs to be a different master browser and i need to have a master browser for the whole work group, but how can these be defined?

Also, as mentioned before, i have different subnets on the network and they are being linked using CISCO C3750's, so can i still work with work groups or do i need to setup domain for this purpose.

I appreciate if anyone can assist me out there.

this may help you:

Lmhosts File

NetBIOS name resolution is typically performed through broadcasts, which will resolve names only on the local subnet. To resolve names of computers located on another subnet, the Lmhosts file (located in the directory systemroot\System32\drivers\etc) must be configured. The Lmhosts file must contain a NetBIOS name?to?IP address mapping for all computers that are not on the local subnet.

To implement communication between subnets and the domain master browse server, the administrator must configure the Lmhosts file with the NetBIOS names and IP addresses of all browsers. To ensure that the master browse server for each subnet can access the domain?s PDC, the PDC for each domain must have an entry in the Lmhosts file for each master browse server. Also, each entry must have the tag #DOM, which designates the named computer as a domain controller.

To guarantee that the domain master browse server can request the local browse list from the master browse server of each subnet, the Lmhosts file on the domain master browse server must contain entries for all the potential master browse servers. Thus, the Lmhosts file on the master browse server of each subnet needs to contain the following information:

IP address and NetBIOS name of the domain master browse server

Domain name, preceded by the tags #PRE and #DOM

You know I am not sure it will work without a domain.. Normally once you get to the point that you are running multiple segments, you have enough machines where a domain would make sense.

I have to ask -- WTF you have multiple segments for with only 20 machines?? If you want browsing to work - and broadcast name resolution the easiest fix would be to flatten your network. I see little reason for multiple segments with only 20 machines. Are you doing ACL's between the segments? Please tell me your not using soho routers and natting between the segments!!

http://support.microsoft.com/kb/117633

How browsing browsing over a multi-subnet TCP/IP network works in a domain and in a workgroup

Multi-subnet TCP/IP network browsing support is available only in a domain environment

http://networking.nitecruzr.net/2005/08/br...ss-subnets.html

If a workgroup is segmented, there will be no domain (workgroup) master browser, and no ability for servers on one segment to be seen from another segment. Segmented workgroups simply can't be browsed across segment boundaries.

Kind of hard to have a DOMAIN master browser without a domain ;) You could always just run a wins server if you want netbios name resolution across segments, samba will do this and even act as your PDC, etc. so you could get browsing to work ;)

But with only 20 machines - unless you have some security reason you have the machines in different segments, and are actually using ACL's between segments, etc. I would just flatten your network out. Now if you had 200 machines or 2000 multiple segments might come in handy but with 20.. Not really unless done for security reasons.

Ok I just reread your post -- the 3570's did not kick in the first time ;) Quite often in these small ma and pop shops (20 machines) you see soho routers used to add more ports vs switches, etc. But with 3570's seems you got some decent networking hardware in place.

So are these segments in the same building, or campus -- or do you have wan connections connecting the segments?

Again unless you have specific security requirements, or wan connections between the segments? It would be just easier to flatten the network this would allow broadcasting for netbios names and also allow for 1 machine to be the master browser for the segment.

Do you have a machine being used as a server? Do you have a machine that is on 24/7/365? If so I would set this machine up to be the master browser - and then set the other machines to not be able to be master browsers - this will limit the number of elections, and if all of them are running 2k pro -- they are all at the same level and any of them could be the master browser, so you could have it switching between machines and mess up the browse list, etc.

As already mentioned if you do not have windows server os running -- there are free options to having a domain be it for central userbase or just for wins and network browsing with samba. Another free option to the windows server OSes is to grab a copy of ClarkConnect - there is a free version and this can be used ad your Domain Controller and be your PDC and wins, and your domain master browser, etc.

Even if you flatten the network - I would pick a machine and set it up to always be the master browser and turn off the other machines from being able to do so -- this will make for much more stable network browsing.

This can be done with this reg key.

http://www.pctools.com/guides/registry/detail/54/

Control Network Browser Elections at Registry Guide for Windows

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Brave... the crypto browser with Brave ad rewards and Leo AI everywhere is not an issue for you and Firefox is? At least in Firefox you can disable everything you don't want easily in about:config and everything you don't want is REALLY removed even from the UI. in Brave the only way to really disable all this stuff and them to completely removed from the UI is to use administrator policies. You can only have them turned off without admin policies.
    • The UK shouldn't copy Trump. If the UK wants its own AI Industry it needs to build one, it also need to sort out the issue of startups flying away to America.
    • Azure Linux 2.0 reaches end of life, requiring AKS Arc users to upgrade by Paul Hill Microsoft has warned that Azure Linux 2.0, used in Azure Kubernetes Service (AKS) enabled by Azure Arc, will reach its end of life on July 31, 2025, necessitating users to upgrade. After this date, Microsoft will no longer provide updates, security patches, or support for Azure Linux 2.0. The longer it is used after this date, the more vulnerable systems will become due to a lack of patches. Azure Linux 3.0 brings significant upgrades to core components that enhance performance, security, and the developer experience. The Linux kernel is upgraded from version 5.15 to 6.6, bringing performance and hardware compatibility improvements. The Containerd package has been updated from version 1.6.26 to 1.7.13, improving container management. The SystemD package has been upgraded from version 250 to 255, streamlining system and service management, and OpenSSL has jumped from version 1.1.1k to 3.3.0, providing enhanced encryption and security. Azure Linux 3.0 also brings more packages and better tooling. Major versions of Azure Linux are typically supported for three years, with Azure Linux 3.0’s EOL projected for Summer 2027. It became generally available in August 2024.Microsoft said that users must migrate to Azure Linux 3.0 by upgrading their Azure Local instances to the 2507 release when it becomes available. After the Azure Local instance has been upgraded, users can then upgrade their Kubernetes clusters. Microsoft gives you the option to remain on the same Kubernetes version during this upgrade by providing the same version number on the aksarc upgrade command. After upgrading, you can verify the kernel version on your Linux nodes by adjusting the file path in this command: kubectl --kubeconfig /path/to/aks-cluster-kubeconfig get nodes -o wide This upgrade is mandatory for continued support. If you want to learn more, check out Microsoft’s announcement which also includes how to reach out to the AKS Arc team if you need to.
    • PDF-XChange Editor 10.6.1.397 by Razvan Serea PDF-XChange Editor is a comprehensive PDF editor that allows you to create, view, edit, annotate, and digitally sign PDF documents with ease. With advanced features like OCR, document security, and PDF optimization, PDF-XChange Editor is a powerful tool for both personal and professional use. Whether you need to edit text, images, or links, or add comments, stamps, or watermarks, PDF-XChange Editor provides all the necessary tools to make your PDFs look perfect. Additionally, it supports a wide range of file formats, including PDF, XPS, and DOCX, making it easy to convert and share your documents. PDF-XChange Editor key features: Edit text and images in PDF documents Add and remove pages from PDF files Annotate and markup PDFs with comments, highlights, and stamps Use OCR to convert scanned documents into searchable text Create and fill out PDF forms Sign and certify PDF documents digitally Add and edit hyperlinks within PDFs Extract text and images from PDF files Batch process multiple PDF files at once Customize the interface to your preferences Work with multiple documents in tabs Convert PDFs to other formats such as Word, Excel, and HTML Use advanced redaction tools to permanently remove sensitive information Add customizable headers and footers to PDFs Merge multiple PDF documents into a single file Split PDF documents into multiple files Add watermarks to PDF documents Use the measurement tools to calculate distances and areas in PDFs ....and much more PDF-XChange Editor 10.6.1.397 changelog: New Features Added offline support for MIP-protected documents. Bug Fixes & Improvements Fixed some security and stability issues. Click here for further information. Fixed an issue with DocuSign when a document name is very long. Fixed a very rare issue when opening password-protected files. (46285) Fixed an issue with moving content items in some cases, where arrow keys became unexpectedly deselected under certain conditions. (T# 7476) (40279) Fixed an issue with disabling the Zoom In/Out tool after using the Snapshot tool. (46330) Fixed an issue with an unintentional button press when the Autoscroll command was executed under specific conditions. (46289) Fixed an issue with resetting object selections when panning with mouse middle button. (46358) Fixed an issue with adding a highlight when starting to drag directly above the comment that is itself above base content text. (46410) Fixed an issue with adding a guideline by dragging from the ruler while a text comment or base content is being edited. (45858) Fix the call to app.clearTimeOut after the timeout handler was executed and the associated timer was unregistered. Improved static XFA support. Fixed an issue when adding Insert/Replace text markup comments to the first word in a text line. (47120) For a complete list of changes and more detailed information, please refer to the official PDF-XChange Editor Version History. Download: PDF-XChange Editor (64-bit) | Portable ~300.0 MB (Shareware) Download: PDF-XChange Editor (32-bit) | Portable ~200.0 MB Download: PDF-XChange ARM64 | 264.0 MB Download: PDF-XChange Portable @PortableApps.com | 97.0 MB View: PDF-XChange Editor Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      Daniel Pinto earned a badge
      Dedicated
    • Explorer
      DougQuaid went up a rank
      Explorer
    • One Month Later
      MIghty Haul earned a badge
      One Month Later
    • Week One Done
      MIghty Haul earned a badge
      Week One Done
    • Collaborator
      KD2004 earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      597
    2. 2
      Michael Scrip
      201
    3. 3
      ATLien_0
      192
    4. 4
      +FloatingFatMan
      140
    5. 5
      Xenon
      127
  • Tell a friend

    Love Neowin? Tell a friend!