syano said:
TCP/IP seems to be isntalled and working (ping is an TCP/IP utility)
-Check to see if “File and Print sharing for Microsoft Networks” is checked on \\comp1 (You will find this setting on the network properties dialog box) (This is most likely the problem)
-Also check to see if the workgroup name is the same on \\comp1 as it is on the other PCs.
-If you are still not able to resolve UNC names from \\comp1 then resolve their names using the LMHOST file... its been awhile since I have worked with Win98 but its either directly under the windows directory or under windows\system32. Open that file using notepad and type the IP address followed by a space and then a computer name of another node on the network. You will have to bounce the machine after the change (unless you have edited this file before.) Also make sure the LMHOST file doesn’t have an extension...It needs to be LMHOST with no extension. Do not proceed the entry with the # character... the # character is used just to show examples of the file and windows will not do anything with the entry if there is a # character in front.
Test the connection out after the change by clicking "start" "run" type "\\comp2" (if \\comp2 is the name you entered in the LMHOST file proceeded with its IP address. Do that instead of using network neighborhood so you don’t have to worry about the master browser having time to update.
HTH,
P.S. TCP/IP is installed and working fine cause you mention you are browsing the Internet. FQDN name resolution is working fine again because you are browsing the internet. UNC name resolution is not working fine cause you are not opening nodes using the UNC naming convention. LMHOST and WINS helps resolve this.
Thanks Syano for your good reponce! I really appreciate you help. It is really that I use TCP/IP protocal and Primary window logon is set to Cliant for microsoft Networks. File and printer sharing for microsoft netwoks is checked on on comp1 and also the workgroup name is correct as it is supposed to be.
All other configuration seems to be set properly eg. IP address, Subnetmask, Gateway and DNS.
I follow the procedure of using the LMHOST file as you direct me but found problems on where exactly to type the IP Address and the computer name. The view of LMHOST as follow:-
# Copyright (c) 1998 Microsoft Corp.
#
# This is a sample LMHOSTS file used by the Microsoft Wins Client (NetBios
# over TCP/IP) stack for Windows98
#
# This file contains the mappings of IP addresses to NT computernames
# (NetBIOS) names. Each entry should be kept on an individual line.
# The IP address should be placed in the first column followed by the
# corresponding computername. The address and the comptername
# should be separated by at least one space or tab. The "#" character
# is generally used to denote the start of a comment (see the exceptions
# below).
#
# This file is compatible with Microsoft LAN Manager 2.x TCP/IP lmhosts
# files and offers the following extensions:
#
# #PRE
# #DOM:<domain>
# #INCLUDE <filename>
# #BEGIN_ALTERNATE
# #END_ALTERNATE
# \0xnn (non-printing character support)
#
# Following any entry in the file with the characters "#PRE" will cause
# the entry to be preloaded into the name cache. By default, entries are
# not preloaded, but are parsed only after dynamic name resolution fails.
#
# Following an entry with the "#DOM:<domain>" tag will associate the
# entry with the domain specified by <domain>. This affects how the
# browser and logon services behave in TCP/IP environments. To preload
# the host name associated with #DOM entry, it is necessary to also add a
# #PRE to the line. The <domain> is always preloaded although it will not
# be shown when the name cache is viewed.
#
# Specifying "#INCLUDE <filename>" will force the RFC NetBIOS (NBT)
# software to seek the specified <filename> and parse it as if it were
# local. <filename> is generally a UNC-based name, allowing a
# centralized lmhosts file to be maintained on a server.
# It is ALWAYS necessary to provide a mapping for the IP address of the
# server prior to the #INCLUDE. This mapping must use the #PRE directive.
# In addtion the share "public" in the example below must be in the
# LanManServer list of "NullSessionShares" in order for client machines to
# be able to read the lmhosts file successfully. This key is under
# \machine\system\currentcontrolset\services\lanmanserver\parameters\nullsessionshares
# in the registry. Simply add "public" to the list found there.
#
# The #BEGIN_ and #END_ALTERNATE keywords allow multiple #INCLUDE
# statements to be grouped together. Any single successful include
# will cause the group to succeed.
#
# Finally, non-printing characters can be embedded in mappings by
# first surrounding the NetBIOS name in quotations, then using the
# \0xnn notation to specify a hex value for a non-printing character.
#
# The following example illustrates all of these extensions:
#
# 102.54.94.97 rhino #PRE #DOM:networking #net group's DC
# 102.54.94.102 "appname \0x14" #special app server
# 102.54.94.123 popular #PRE #source server
# 102.54.94.117 localsrv #PRE #needed for the include
#
# #BEGIN_ALTERNATE
# #INCLUDE \\localsrv\public\lmhosts
# #INCLUDE \\rhino\public\lmhosts
# #END_ALTERNATE
#
# In the above example, the "appname" server contains a special
# character in its name, the "popular" and "localsrv" server names are
# preloaded, and the "rhino" server name is specified so it can be used
# to later #INCLUDE a centrally maintained lmhosts file if the "localsrv"
# system is unavailable.
#
# Note that the whole file is parsed including comments on each lookup,
# so keeping the number of comments to a minimum will improve performance.
# Therefore it is not advisable to simply add lmhosts file entries onto the
# end of this file.
The LMHOST file in my computer contain hiden file extansion
sam Do I have to remove the file extansion? Also which IP address I suppose to type? Is it the IP address of another node which I should type its name? Thank you guys again and sorry if i am a trouble maker! It have been two days now without working in this node please help me!