internet.com
You are in the: Small Business Computing Channelarrow
Small Business Technology
» ECommerce-Guide | Small Business Computing | Webopedia | WinPlanet |Refer-It

WinPlanet Software Downloads and Reviews for Small Businesses
Search
Power Search | Tips
-
Navigate WinPlanet
WinPlanet Home Page

Software
Download Index
In-Depth Reviews
Tips & Tutorials
Updates
News

Software Categories
Browsers
Chat / Conferencing
Desktop Utilities
Development
Internet Apps
Multimedia
OS Service Packs
Productivity Tools

Software Glossary

WinPlanet Newsletter

internet.commerce
Partners & Affiliates













Small Business Computing
Small Business Computing
Ecommerce Guide
Webopedia
WinPlanet

WinPlanet / Tips & Tutorials

Download of the day
Internet Explorer 8

Most Popular Software Downloads
Mozilla Firefox 3.0
Adobe Reader
Ad-Aware 2008 Free
QuickTime for Windows
Internet Explorer 7
Paint Shop Pro
Windows Live Suite
AVG Anti-Virus Free
Opera
CCleaner (Crap Cleaner)

Most Popular Software Articles
Windows Vista Tips & Tricks, Part 1
Windows Vista: Worthy of the Hype?
Windows Wireless Zero Configuration: Five Steps to Sanity


Software Reviews

Why Can't I See My Computer on the Network?
Frustration-Free Options for Browsing Your Network Resources
Ron Pacchiano

Your peer-to-peer network is humming along, but you can't see all the PCs connected? We offer several options to browse your network resources.


One of the most difficult and annoying problems faced by users on peer-to-peer networks is an inability to see in Network Neighborhood or My Network Places all of the systems that are part of the workgroup.

Unfortunately, this is a far more common problem than anyone would like to admit. A variety of reasons could cause this to happen, but typically it's associated with an issue in the Computer Browsing Service.

The Computer Browsing Service is used by My Network Places, Network Neighborhood, Windows Explorer or "browse" windows within applications to view the workgroups on the network and the computers within them. This service is enabled by default on Windows computers that have the "File and Print Sharing for Microsoft Networks" component installed.

The computer on which My Network Places, Network Neighborhood, or Windows Explorer is being used is known as the browse client. The computer that is providing the list of workgroups or the list of systems within a workgroup is known as a browse server. The list of workgroups and the systems within a specific workgroup is known as the browse list.

By assigning the browse server role to a specific computer, the Computer Browser service lowers the amount of network traffic and eliminates the need for all computers on the network to maintain a list of all the workgroups and servers on the network.

The computer that acts as the Master Browse Server is determined through an election process. This happens automatically. For a given workgroup, there is only one Master Browse Server. On a network that contains different versions of Windows, it's sometimes necessary to configure the computers so that one computer always becomes the Master Browse Server and other computers do not attempt to become browse servers.

However, the computer that is designated as the Master Browse Server must remain on at all times. Otherwise, attempts to browse the network from the other computers will result in a "The list of servers for this workgroup is not available" error message.

To designate a Master Browse Server on your network, do the following:

For the designated Master Browse Server computer, configure it to be a preferred Master Browse Server.

For a computer running Windows XP/2000:

  • Launch the REGEDIT utility by clicking Start\Run\Regedit.exe.
  • Set the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters \MaintainServerList registry setting to Yes.

For a computer running Windows 9x:

  • Go to the Control Panel, right-click on Network Neighborhood and select Properties.
  • Change the Browse Master setting to Enabled in the advanced properties of the File and Printer Sharing for Microsoft Networks component.

For all the other computers on the network, configure them to be ineligible to become a browse server.

For a computer running Windows XP/2000:

  • Launch the REGEDIT utility by clicking Start\Run\Regedit.exe.
  • Set the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters \MaintainServerList registry setting to No.

For a computer running Windows 9x:

  • Go to the Control Panel, right-click on Network Neighborhood and select Properties.
  • Change the Browse Master setting to Disabled in the advanced properties of the File and Printer Sharing for Microsoft Networks component.

Even with the Computer Browser service properly configured, you need to keep in mind that it does not provide real-time updating of the browse list. Messages sent to maintain the browse list are sent periodically, typically every 12 or 15 minutes.

This is done to keep the network resources required for computer browsing low. Therefore, the list of computers and workgroups being displayed on your network might not be 100 percent accurate. This makes the Computer Browsing service somewhat problematic and unreliable.

CBS Not the Only Option...

But there are other options.

Another mechanism that might help to alleviate some browsing problems is to add an LMHOSTS file to your system. An LMHOSTS file is a static table that resolves a host name to an IP address and assists with remote NetBIOS name resolution on computers that, for one reason or another, cannot respond to NetBIOS name-query broadcasts.

You can find a sample LMHOSTS file in the %SYSTEMROOT%\SYSTEM32\DRIVERS\ETC directory in Windows 2000 and Windows XP. The file is named LMHOSTS.SAM. After you make the appropriate changes to the file, it must be saved as LMHOSTS (without the SAM extension) before it can be used. This is important to note because sometimes Notepad will inadvertently add a TXT extension to the end of a document you've created. This would prevent the file from functioning properly.

The format of the LMHOST file is typically the following: IP address, system name, and the extension #PRE. Following any entry in the file with the characters "#PRE" will cause that entry to be preloaded into the name cache for faster resolution. An example of the contents of an LMHOSTS file would look like this:


192.168.1.110  TDS-SERVER  #PRE
192.168.1.111  FRONT-DESK  #PRE
192.168.1.112  ADMIN#PRE
192.168.1.113  TDS-CAMERA #PRE
192.168.1.114  TDS-WS#PRE

192.168.1.115 HELPDESK#PRE

It is important to remember that since an LMHOSTS file contains a static computer-name-to-IP-address mapping, it may cause conflicts if you're also using DHCP to dynamically assign IP addresses on the same network. So I would recommend that you assign a static IP address to each system — least until you upgrade to a client/server environment where the LMHOSTS file will no longer be needed. For more information on the LMHOSTS, please refer to my previous column here.

However, you don't necessarily need to see a machine in Network Neighborhood or Windows Explorer to be able to access its shared resources. As long as TCP is correctly configured and they can ping each other, all you would need to know is the system's IP address and share name.

For example, say I want to connect the computer in the conference room to the PRACNET folder on my desktop PC, all I would need to know is the IP address of my desktop system. To find that out, simply click Start\All Programs\Accessories and select Command Prompt. At the prompt, type IPCONFIG and press Enter. This will list your IP address. Ours is 192.168.10.100.

Now that you've got the IP address of the computer you want to connect to, go back to the conference room computer. Assuming that you've already shared the PRACNET folder, just follow these steps to connect to it:

  • Open Windows Explorer
  • On the menu at the top click "Tools"
  • Select "Map Network Drive"
  • Assign it a drive letter. It could be any available drive letter, but for our example we'll use "Z."
  • On the folder line enter the IP address and share name; example, \\192.168.10.100\PRACNET
  • Click "OK"

Note: If you're going to use this share on a regular basis, be sure the Reconnect at Logon option is selected.

That's it; now drive Z is connected to the conference room PC, and I never had to worry about being able to actually see it in Windows Explorer or My Network Places again.

To truly minimize browsing problems, though, the best solution is to upgrade your network to a client/server environment. In a client/server environment, there are numerous ways for PCs to find each other. Inclusion in the Active Directory, NetBIOS broadcast, WINS servers and DNS servers. All of these mechanisms will help to prevent browsing problems and make these headaches a thing of the past. Best of luck!

Tutorial adapted from Practically Networked

Contents:
1. Frustration-Free Options for Browsing Your Network Resources






JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
IBM eBook: Planning a Service Oriented Architecture
IBM eBook: Choosing the Right Architecture--What It Means for You and Your Business
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Avaya Article: Using Intelligent Presence to Create Smarter Business Applications
Intel Go Parallel Article: Getting Started with TBB on Windows
Microsoft Article: 7.0, Microsoft's Lucky Version?
Avaya Article: How to Feed Data into the Avaya Event Processor
IBM Article: Developing a Software Policy for Your Organization
Microsoft Article: Managing Virtual Machines with Microsoft System Center
Intel Go Parallel Article: Intel Threading Tools and OpenMP
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
HP Video: StorageWorks EVA4400 and Oracle
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Red Gate Download: SQL Toolbelt and free High-Performance SQL Code eBook
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
Silverlight 2 App and Walkthrough: Leverage Silverlight 2 with SQL Server and XML
IBM Article: Enterprise Search--Do You Know What's Out There?
HP Demo: StorageWorks EVA4400
Microsoft Article: The Progress and Promise of Deep Zoom
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES