When I map the drive on another machine XP Pro PC it wont resolve the name.
it won't find it if I use \\computer1\share - I have to use the IP address
\\192.168.16.5\share
I can ping computer1
computer1 is the correct name of the PC
Is there a service which isn't start or something? Can't see whats wrong....
Server SoftwareNetworkingNetwork Management
Last Comment
unrealone1
8/22/2022 - Mon
unrealone1
ASKER
I can ping "computer1"
wantabe2
Have you checked the DNS settings on your NIC of the computer that is having problems resolving? If this is a domain, then their should be an entry on the DNS server pointing the computer name to an IP. If this is a home based or small LAN, without a DNS server, you'll have to use the IP in the UNC.
If you look at your router settings it should be pointing towards your ISP's DNS servers. There is no record of your PC's computer name on their DNS servers so there for you will not be able to resolve your home computer's name to an IP without a DNS server on your subnet "192.168.16.x"
crokeefe28
Just add the entry to the hosts file and your problem should be solved.
ok I undertsand. So how can I go about resolving it?
With a server in place I imagine it deals with this?
wantabe2
"Just add the entry to the hosts file and your problem should be solved." posted by crokeefe28 will also work. I forgot about that.
crokeefe28
DNS servers are typically only for networks where it would be unmanageable to use hosts files. for your scenario, make a network name, such as "myhouse.local" and stick with it for all machines. you could use the following:
machine1.myhouse.local
machine2.myhouse.local
When you map from machine1 to machine2 (after you place the the hosts file entry), you would use the following:
\\machine2.myhouse.ocal\sharename
or if you put the hosts file as showed in the previous post, where you also put the shortname---- machine2----in the hosts file: