Know said:
When I go to My Network Places, I rarely get an accurate view of the
computers in my workgroup. The Microsoft support documentation says that
this
is due to the Browse Server not working properly. I can get to the various
computers on my network via \\"IP address" but when I use \\"computer
name"
it fails. Once again this is supposed to be related to the Browse Server.
Does anyone know how to fix this?
My Network Places is different to Network Neighbourhood on win9x.
On Win9x, it displayed the browse list.
This is the list of computers in the workgroup, and is updated dynamically.
On XP, it contains shortcuts to shares, and is not directly populated by the
browse list.
To see the actual browse list ( the list of computers in the workgroup ),
you need to click on the 'Entire Network' link.
The list of shares in My Network Places is populated either manually, or by
something called the NetCrawler which seeks out lists of shares on the
machines on the LAN.
Once an item appears here courtesey of the NetCrawler, it won't go away even
it the computer it's on no longer exists. You need to manually delete the
shortcut.
As I mentioned, the browse list can be viewed from the 'Entire Network'
link, or from the command prompt with the NET VIEW command.
Your inability to resolve \\computernames is a name resolution problem, not
a browsing problem.
Browsing does require working NetBIOS name resolution, but name resolution
does not require functioning browsing.
Browsing is an extra feature, it is not required for basic network
functionality.
Let's look at the name resolution problem, we need to get that working
first...
Go to a command prompt, and try these:
ping <other-pc-ip-address>
ping <other-pc-name>
Does the ping by name fail here?
If so, check the following:
1) Ensure NetBIOS over TCP/IP is enabled ( TCP/IP advanced properties, WINS
tab. )
2) Do an IPCONFIG /ALL at the command prompt, and report the Node Type.
If it's Peer-to-Peer, that's a problem. Other values are usually OK.
3) A huge percentage of XP networking problems are down to misconfigured
firewalls. On all machines on the LAN, be sure the XP-SP2 firewall has the
File + Print sharing exception enabled. For XP without SP2, ensure the
Internet Connection Firewall is disabled on the LAN connection. Disable or
un-install any other firewalls during troubleshooting.