Mapp \\localhost\share does not work but \\computername\sha
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Mapp \\localhost\share does not work but \\computername\sha

 
Post new topic   Reply to topic    Windows Server Forum Index -> Networking
Author Message
Martin Rådbo
Guest





Posted: Sun Oct 30, 2005 9:50 pm    Post subject: Mapp \\localhost\share does not work but \\computername\sha Reply with quote

This must be simple but I really can not get it right.

I've got a Win2k server, IP-number 10.1.1.30 and some shared directories.
Working only locally on this machine (to make it simple when discussing it
with you). It works fine to connect to \\computername\share and also
\\10.1.1.30\share and even \\127.0.0.1\share but it does not work when
trying to connect to \\localhost\share

But making a ping request to localhost works fine so the name resolution
itself seems to work. I have also tried to put a line in either 'hosts' or
'lmhosts' like:
<<10.1.1.30 test #PRE>>
but that gives the same result, it does work to ping "test" but connecting
to \\test\share is impossible.

I've also tried with a WinXP prof computer with exactly the same result.
Any idea? My real situation is that I am having two IIS servers there the
websites points to \\fileserver\share at both servers but since the files is
local on both machines I simply want to make a line in the lmhosts-file at
every server, pointing to its own IP-nr. This way I can have both
IIS-servers pointing to their local files but anyway I will be able to copy
IIS-config between the two servers without problem.

Anyone having a sollution?

Best regards
Martin Rådbo
Teknologia (Sweden)
Back to top
Pegasus (MVP)
Guest





Posted: Mon Oct 31, 2005 8:16 am    Post subject: Re: Mapp \\localhost\share does not work but \\computername Reply with quote

"Martin Rådbo" <news@teknologia.com> wrote in message
news:%23GlZnuZ3FHA.1276@TK2MSFTNGP09.phx.gbl...
Quote:
This must be simple but I really can not get it right.

I've got a Win2k server, IP-number 10.1.1.30 and some shared directories.
Working only locally on this machine (to make it simple when discussing it
with you). It works fine to connect to \\computername\share and also
\\10.1.1.30\share and even \\127.0.0.1\share but it does not work when
trying to connect to \\localhost\share

But making a ping request to localhost works fine so the name resolution
itself seems to work. I have also tried to put a line in either 'hosts' or
'lmhosts' like:
10.1.1.30 test #PRE
but that gives the same result, it does work to ping "test" but connecting
to \\test\share is impossible.

I've also tried with a WinXP prof computer with exactly the same result.
Any idea? My real situation is that I am having two IIS servers there the
websites points to \\fileserver\share at both servers but since the files
is
local on both machines I simply want to make a line in the lmhosts-file at
every server, pointing to its own IP-nr. This way I can have both
IIS-servers pointing to their local files but anyway I will be able to
copy
IIS-config between the two servers without problem.

Anyone having a sollution?

Best regards
Martin Rådbo
Teknologia (Sweden)



Use this syntax:

net use s: \\%ComputerName%\share
Back to top
Martin Rådbo
Guest





Posted: Mon Oct 31, 2005 9:50 am    Post subject: Re: Mapp \\localhost\share does not work but \\computername Reply with quote

The file "hosts" does contain the mapping for localhost, i.e.
<<127.0.0.1 localhost>>

I've tried to put the name resolving thing at many different places now,
i.e.:
-dns server
-wins server
-hosts
-lmhosts

and in all cases the name resolution does work, i.e., when pinging the name
it does resolve the ip-nummer. Perfekt!!!
But, connecting to that name in any way, for example in Explorer I simply
wrote \\name it does not work.
Maybe it is a MS-stupid-limitation that the "calling name" and the
computername must be the same if it should work.

%computername% is one sollution, I will try if it works smoothly with my IIS
server to point my websites to \\%computername%\sharename

Any other ideas?

Regards
Martin

"Charlie Tame" <charlie@tames.net> skrev i meddelandet
news:e%23sdrEd3FHA.1276@TK2MSFTNGP09.phx.gbl...
Quote:
You should be able to find a file called HOSTS - no extension, just HOSTS.

It should contain the following default text... if it's missing the
localhost entry add it and see if that makes a difference.

Starts below here.....

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost




"Pegasus (MVP)" <I.can@fly.com> wrote in message
news:u$nmhEc3FHA.3036@TK2MSFTNGP15.phx.gbl...

"Martin Rådbo" <news@teknologia.com> wrote in message
news:%23GlZnuZ3FHA.1276@TK2MSFTNGP09.phx.gbl...
This must be simple but I really can not get it right.

I've got a Win2k server, IP-number 10.1.1.30 and some shared
directories.
Working only locally on this machine (to make it simple when discussing
it
with you). It works fine to connect to \\computername\share and also
\\10.1.1.30\share and even \\127.0.0.1\share but it does not work when
trying to connect to \\localhost\share

But making a ping request to localhost works fine so the name resolution
itself seems to work. I have also tried to put a line in either 'hosts'
or
'lmhosts' like:
10.1.1.30 test #PRE
but that gives the same result, it does work to ping "test" but
connecting
to \\test\share is impossible.

I've also tried with a WinXP prof computer with exactly the same result.
Any idea? My real situation is that I am having two IIS servers there
the
websites points to \\fileserver\share at both servers but since the
files
is
local on both machines I simply want to make a line in the lmhosts-file
at
every server, pointing to its own IP-nr. This way I can have both
IIS-servers pointing to their local files but anyway I will be able to
copy
IIS-config between the two servers without problem.

Anyone having a sollution?

Best regards
Martin Rådbo
Teknologia (Sweden)



Use this syntax:

net use s: \\%ComputerName%\share



Back to top
Charlie Tame
Guest





Posted: Mon Oct 31, 2005 9:50 am    Post subject: Re: Mapp \\localhost\share does not work but \\computername Reply with quote

You should be able to find a file called HOSTS - no extension, just HOSTS.

It should contain the following default text... if it's missing the
localhost entry add it and see if that makes a difference.

Starts below here.....

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost




"Pegasus (MVP)" <I.can@fly.com> wrote in message
news:u$nmhEc3FHA.3036@TK2MSFTNGP15.phx.gbl...
Quote:

"Martin Rådbo" <news@teknologia.com> wrote in message
news:%23GlZnuZ3FHA.1276@TK2MSFTNGP09.phx.gbl...
This must be simple but I really can not get it right.

I've got a Win2k server, IP-number 10.1.1.30 and some shared
directories.
Working only locally on this machine (to make it simple when discussing
it
with you). It works fine to connect to \\computername\share and also
\\10.1.1.30\share and even \\127.0.0.1\share but it does not work when
trying to connect to \\localhost\share

But making a ping request to localhost works fine so the name resolution
itself seems to work. I have also tried to put a line in either 'hosts'
or
'lmhosts' like:
10.1.1.30 test #PRE
but that gives the same result, it does work to ping "test" but
connecting
to \\test\share is impossible.

I've also tried with a WinXP prof computer with exactly the same result.
Any idea? My real situation is that I am having two IIS servers there the
websites points to \\fileserver\share at both servers but since the files
is
local on both machines I simply want to make a line in the lmhosts-file
at
every server, pointing to its own IP-nr. This way I can have both
IIS-servers pointing to their local files but anyway I will be able to
copy
IIS-config between the two servers without problem.

Anyone having a sollution?

Best regards
Martin Rådbo
Teknologia (Sweden)



Use this syntax:

net use s: \\%ComputerName%\share

Back to top
Martin Rådbo
Guest





Posted: Mon Oct 31, 2005 1:50 pm    Post subject: Re: Mapp \\localhost\share does not work but \\computername Reply with quote

Quote:
Have you tried \\127.0.0.1\ShareName

Yes, it works fine. The reason why I think that \\bart\sharename is a better
solution is that in case of the need to point all websites to a fileserver
in the future, all I would have to do would be to change the settings for
CNAME-record "bart" in my dns server.

But maybe I have to realize that I can not get it all and therefor ends up
with using 127.0.0.1 anyway.

Still I think it is a stupid MS thing not to be able to user anything else
than the real Netbios name for a cumputer.

// Martin

Quote:


"Martin Rådbo" <news@teknologia.com> wrote in message
news:%23ABkJlg3FHA.2432@TK2MSFTNGP10.phx.gbl...
Just to bu sure,

is it totally impossible to connect to a name which has the correct IP-nr
of
the box but not the correct name. ?

I.e. the netbios-name of the PC is "homer", IP-nr 10.1.1.30 and in DNS I
have also manually put a connection between the name "bart" and
10.1.1.30.
Is it the true fact that I will never be able to mount any thing by
\\bart\share?

%computername% works when mapping drives, but not then pointing a website
in
IIS 5.0 to a share. I need a solution for that.

// Martin



"Wendel Hamilton" <WendelHamilton@discussions.microsoft.com> skrev i
meddelandet news:<F57ED108-16E9-424F-94CD-E52CE7BAC405@microsoft.com>...

Sorry Guys you can't connect to the share using localhost as it is not

the

NetBIOS name of the computer. Use %Computername% if you wish to use the
local

machine.



"Martin Rådbo" wrote:



The file "hosts" does contain the mapping for localhost, i.e.

127.0.0.1 localhost



I've tried to put the name resolving thing at many different places

now,

i.e.:

-dns server

-wins server

-hosts

-lmhosts



and in all cases the name resolution does work, i.e., when pinging

the name it does resolve the ip-nummer. Perfekt!!! But, connecting

to that name in any way, for example in Explorer I simply wrote

\\name it does not work. Maybe it is a MS-stupid-limitation that the

"calling name" and the computername must be the same if it should

work.



%computername% is one sollution, I will try if it works smoothly

with my IIS server to point my websites to

\\%computername%\sharename



Any other ideas?



Regards

Martin



"Charlie Tame" <charlie@tames.net> skrev i meddelandet

news:e%23sdrEd3FHA.1276@TK2MSFTNGP09.phx.gbl...

You should be able to find a file called HOSTS - no extension,

just HOSTS.



It should contain the following default text... if it's missing

the localhost entry add it and see if that makes a difference.



Starts below here.....



# Copyright (c) 1993-1999 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for

Windows. # # This file contains the mappings of IP addresses to

host names. Each # entry should be kept on an individual line. The

IP address should # be placed in the first column followed by the

corresponding host name. # The IP address and the host name should

be separated by at least one # space.

#

# Additionally, comments (such as these) may be inserted on
individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

# 102.54.94.97 rhino.acme.com # source server

# 38.25.63.10 x.acme.com # x client host



127.0.0.1 localhost









"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:u$nmhEc3FHA.3036@TK2MSFTNGP15.phx.gbl...



"Martin Rådbo" <news@teknologia.com> wrote in message

news:%23GlZnuZ3FHA.1276@TK2MSFTNGP09.phx.gbl...

This must be simple but I really can not get it right.



I've got a Win2k server, IP-number 10.1.1.30 and some shared

directories. Working only locally on this machine (to make it

simple when discussing it

with you). It works fine to connect to \\computername\share and
also

\\10.1.1.30\share and even \\127.0.0.1\share but it does not work
when

trying to connect to \\localhost\share



But making a ping request to localhost works fine so the name

resolution itself seems to work. I have also tried to put a line

in either 'hosts' or 'lmhosts' like:

10.1.1.30 test #PRE

but that gives the same result, it does work to ping "test" but

connecting

to \\test\share is impossible.



I've also tried with a WinXP prof computer with exactly the same

result. Any idea? My real situation is that I am having two IIS

servers there the websites points to \\fileserver\share at both

servers but since the files

is

local on both machines I simply want to make a line in the

lmhosts-file at every server, pointing to its own IP-nr. This

way I can have both IIS-servers pointing to their local files

but anyway I will be able to

copy

IIS-config between the two servers without problem.



Anyone having a sollution?



Best regards

Martin Rådbo

Teknologia (Sweden)







Use this syntax:



net use s: \\%ComputerName%\share



















Back to top
Pegasus (MVP)
Guest





Posted: Mon Oct 31, 2005 1:50 pm    Post subject: Re: Mapp \\localhost\share does not work but \\computername Reply with quote

Jag föreslår att du försöker ta reda på hur Microsoft
utvecklade sin implementation av NetBIOS i stället för
att kalla den "dum". Kanske finns det en tvingande
anledning att inte tilllåta något alias namn.


"Martin Rådbo" <news@teknologia.com> wrote in message
news:esW766g3FHA.1188@TK2MSFTNGP12.phx.gbl...
Quote:
Have you tried \\127.0.0.1\ShareName

Yes, it works fine. The reason why I think that \\bart\sharename is a
better
solution is that in case of the need to point all websites to a fileserver
in the future, all I would have to do would be to change the settings for
CNAME-record "bart" in my dns server.

But maybe I have to realize that I can not get it all and therefor ends up
with using 127.0.0.1 anyway.

Still I think it is a stupid MS thing not to be able to user anything else
than the real Netbios name for a cumputer.

// Martin



"Martin Rådbo" <news@teknologia.com> wrote in message
news:%23ABkJlg3FHA.2432@TK2MSFTNGP10.phx.gbl...
Just to bu sure,

is it totally impossible to connect to a name which has the correct
IP-nr
of
the box but not the correct name. ?

I.e. the netbios-name of the PC is "homer", IP-nr 10.1.1.30 and in DNS
I
have also manually put a connection between the name "bart" and
10.1.1.30.
Is it the true fact that I will never be able to mount any thing by
\\bart\share?

%computername% works when mapping drives, but not then pointing a
website
in
IIS 5.0 to a share. I need a solution for that.

// Martin



"Wendel Hamilton" <WendelHamilton@discussions.microsoft.com> skrev i
meddelandet
news:<F57ED108-16E9-424F-94CD-E52CE7BAC405@microsoft.com>...

Sorry Guys you can't connect to the share using localhost as it is
not

the

NetBIOS name of the computer. Use %Computername% if you wish to use
the
local

machine.



"Martin Rådbo" wrote:



The file "hosts" does contain the mapping for localhost, i.e.

127.0.0.1 localhost



I've tried to put the name resolving thing at many different places

now,

i.e.:

-dns server

-wins server

-hosts

-lmhosts



and in all cases the name resolution does work, i.e., when pinging

the name it does resolve the ip-nummer. Perfekt!!! But, connecting

to that name in any way, for example in Explorer I simply wrote

\\name it does not work. Maybe it is a MS-stupid-limitation that
the

"calling name" and the computername must be the same if it should

work.



%computername% is one sollution, I will try if it works smoothly

with my IIS server to point my websites to

\\%computername%\sharename



Any other ideas?



Regards

Martin



"Charlie Tame" <charlie@tames.net> skrev i meddelandet

news:e%23sdrEd3FHA.1276@TK2MSFTNGP09.phx.gbl...

You should be able to find a file called HOSTS - no extension,

just HOSTS.



It should contain the following default text... if it's missing

the localhost entry add it and see if that makes a difference.



Starts below here.....



# Copyright (c) 1993-1999 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for

Windows. # # This file contains the mappings of IP addresses to

host names. Each # entry should be kept on an individual line.
The

IP address should # be placed in the first column followed by the

corresponding host name. # The IP address and the host name
should

be separated by at least one # space.

#

# Additionally, comments (such as these) may be inserted on
individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

# 102.54.94.97 rhino.acme.com # source server

# 38.25.63.10 x.acme.com # x client host



127.0.0.1 localhost









"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:u$nmhEc3FHA.3036@TK2MSFTNGP15.phx.gbl...



"Martin Rådbo" <news@teknologia.com> wrote in message

news:%23GlZnuZ3FHA.1276@TK2MSFTNGP09.phx.gbl...

This must be simple but I really can not get it right.



I've got a Win2k server, IP-number 10.1.1.30 and some shared

directories. Working only locally on this machine (to make it

simple when discussing it

with you). It works fine to connect to \\computername\share and
also

\\10.1.1.30\share and even \\127.0.0.1\share but it does not
work
when

trying to connect to \\localhost\share



But making a ping request to localhost works fine so the name

resolution itself seems to work. I have also tried to put a
line

in either 'hosts' or 'lmhosts' like:

10.1.1.30 test #PRE

but that gives the same result, it does work to ping "test" but

connecting

to \\test\share is impossible.



I've also tried with a WinXP prof computer with exactly the
same

result. Any idea? My real situation is that I am having two IIS

servers there the websites points to \\fileserver\share at both

servers but since the files

is

local on both machines I simply want to make a line in the

lmhosts-file at every server, pointing to its own IP-nr. This

way I can have both IIS-servers pointing to their local files

but anyway I will be able to

copy

IIS-config between the two servers without problem.



Anyone having a sollution?



Best regards

Martin Rådbo

Teknologia (Sweden)







Use this syntax:



net use s: \\%ComputerName%\share





















Back to top
Martin Rådbo
Guest





Posted: Mon Oct 31, 2005 1:50 pm    Post subject: Re: Mapp \\localhost\share does not work but \\computername Reply with quote

Då fortsätter jag väl på svenska då...

Jag tycker att en MS-maskin kunde svara utan att netbios-namnet var korrekt
vilket inte är samma sak som att jag tycker att den borde kunna ha flera
NETBIOS-namn.

/
"Pegasus (MVP)" <I.can@fly.com> skrev i meddelandet
news:urwZaJh3FHA.700@TK2MSFTNGP15.phx.gbl...
Quote:
Jag föreslår att du försöker ta reda på hur Microsoft
utvecklade sin implementation av NetBIOS i stället för
att kalla den "dum". Kanske finns det en tvingande
anledning att inte tilllåta något alias namn.


"Martin Rådbo" <news@teknologia.com> wrote in message
news:esW766g3FHA.1188@TK2MSFTNGP12.phx.gbl...
Have you tried \\127.0.0.1\ShareName

Yes, it works fine. The reason why I think that \\bart\sharename is a
better
solution is that in case of the need to point all websites to a
fileserver
in the future, all I would have to do would be to change the settings for
CNAME-record "bart" in my dns server.

But maybe I have to realize that I can not get it all and therefor ends
up
with using 127.0.0.1 anyway.

Still I think it is a stupid MS thing not to be able to user anything
else
than the real Netbios name for a cumputer.

// Martin



"Martin Rådbo" <news@teknologia.com> wrote in message
news:%23ABkJlg3FHA.2432@TK2MSFTNGP10.phx.gbl...
Just to bu sure,

is it totally impossible to connect to a name which has the correct
IP-nr
of
the box but not the correct name. ?

I.e. the netbios-name of the PC is "homer", IP-nr 10.1.1.30 and in DNS
I
have also manually put a connection between the name "bart" and
10.1.1.30.
Is it the true fact that I will never be able to mount any thing by
\\bart\share?

%computername% works when mapping drives, but not then pointing a
website
in
IIS 5.0 to a share. I need a solution for that.

// Martin



"Wendel Hamilton" <WendelHamilton@discussions.microsoft.com> skrev i
meddelandet
news:<F57ED108-16E9-424F-94CD-E52CE7BAC405@microsoft.com>...

Sorry Guys you can't connect to the share using localhost as it is
not

the

NetBIOS name of the computer. Use %Computername% if you wish to use
the
local

machine.



"Martin Rådbo" wrote:



The file "hosts" does contain the mapping for localhost, i.e.

127.0.0.1 localhost



I've tried to put the name resolving thing at many different
places

now,

i.e.:

-dns server

-wins server

-hosts

-lmhosts



and in all cases the name resolution does work, i.e., when pinging

the name it does resolve the ip-nummer. Perfekt!!! But, connecting

to that name in any way, for example in Explorer I simply wrote

\\name it does not work. Maybe it is a MS-stupid-limitation that
the

"calling name" and the computername must be the same if it should

work.



%computername% is one sollution, I will try if it works smoothly

with my IIS server to point my websites to

\\%computername%\sharename



Any other ideas?



Regards

Martin



"Charlie Tame" <charlie@tames.net> skrev i meddelandet

news:e%23sdrEd3FHA.1276@TK2MSFTNGP09.phx.gbl...

You should be able to find a file called HOSTS - no extension,

just HOSTS.



It should contain the following default text... if it's missing

the localhost entry add it and see if that makes a difference.



Starts below here.....



# Copyright (c) 1993-1999 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for

Windows. # # This file contains the mappings of IP addresses to

host names. Each # entry should be kept on an individual line.
The

IP address should # be placed in the first column followed by
the

corresponding host name. # The IP address and the host name
should

be separated by at least one # space.

#

# Additionally, comments (such as these) may be inserted on
individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

# 102.54.94.97 rhino.acme.com # source server

# 38.25.63.10 x.acme.com # x client host



127.0.0.1 localhost









"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:u$nmhEc3FHA.3036@TK2MSFTNGP15.phx.gbl...



"Martin Rådbo" <news@teknologia.com> wrote in message

news:%23GlZnuZ3FHA.1276@TK2MSFTNGP09.phx.gbl...

This must be simple but I really can not get it right.



I've got a Win2k server, IP-number 10.1.1.30 and some shared

directories. Working only locally on this machine (to make it

simple when discussing it

with you). It works fine to connect to \\computername\share
and
also

\\10.1.1.30\share and even \\127.0.0.1\share but it does not
work
when

trying to connect to \\localhost\share



But making a ping request to localhost works fine so the name

resolution itself seems to work. I have also tried to put a
line

in either 'hosts' or 'lmhosts' like:

10.1.1.30 test #PRE

but that gives the same result, it does work to ping "test"
but

connecting

to \\test\share is impossible.



I've also tried with a WinXP prof computer with exactly the
same

result. Any idea? My real situation is that I am having two
IIS

servers there the websites points to \\fileserver\share at
both

servers but since the files

is

local on both machines I simply want to make a line in the

lmhosts-file at every server, pointing to its own IP-nr. This

way I can have both IIS-servers pointing to their local files

but anyway I will be able to

copy

IIS-config between the two servers without problem.



Anyone having a sollution?



Best regards

Martin Rådbo

Teknologia (Sweden)







Use this syntax:



net use s: \\%ComputerName%\share























Back to top
Wendel Hamilton
Guest





Posted: Mon Oct 31, 2005 1:50 pm    Post subject: Re: Mapp \\localhost\share does not work but \\computername Reply with quote

I have seen many people try and all fail.
This may work if it is a stand alone winnt 4 server or workstation.
http://users.webtime.com.au/louis/cyberactive.net.au/ntfaq/ntfaq/network80.html
Http://www.windowsitpro.com/Articles/Index.cfm?ArticleID=14475&DisplayTab=Article

"Martin RÃ¥dbo" wrote:

Quote:
Just to bu sure,

is it totally impossible to connect to a name which has the correct IP-nr of
the box but not the correct name. ?

I.e. the netbios-name of the PC is "homer", IP-nr 10.1.1.30 and in DNS I
have also manually put a connection between the name "bart" and 10.1.1.30.
Is it the true fact that I will never be able to mount any thing by
\\bart\share?

%computername% works when mapping drives, but not then pointing a website in
IIS 5.0 to a share. I need a solution for that.

// Martin



"Wendel Hamilton" <WendelHamilton@discussions.microsoft.com> skrev i
meddelandet news:<F57ED108-16E9-424F-94CD-E52CE7BAC405@microsoft.com>...

Sorry Guys you can't connect to the share using localhost as it is not

the

NetBIOS name of the computer. Use %Computername% if you wish to use the
local

machine.



"Martin RÃ¥dbo" wrote:



The file "hosts" does contain the mapping for localhost, i.e.

127.0.0.1 localhost



I've tried to put the name resolving thing at many different places

now,

i.e.:

-dns server

-wins server

-hosts

-lmhosts



and in all cases the name resolution does work, i.e., when pinging

the name it does resolve the ip-nummer. Perfekt!!! But, connecting

to that name in any way, for example in Explorer I simply wrote

\\name it does not work. Maybe it is a MS-stupid-limitation that the

"calling name" and the computername must be the same if it should

work.



%computername% is one sollution, I will try if it works smoothly

with my IIS server to point my websites to

\\%computername%\sharename



Any other ideas?



Regards

Martin



"Charlie Tame" <charlie@tames.net> skrev i meddelandet

news:e%23sdrEd3FHA.1276@TK2MSFTNGP09.phx.gbl...

You should be able to find a file called HOSTS - no extension,

just HOSTS.



It should contain the following default text... if it's missing

the localhost entry add it and see if that makes a difference.



Starts below here.....



# Copyright (c) 1993-1999 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for

Windows. # # This file contains the mappings of IP addresses to

host names. Each # entry should be kept on an individual line. The

IP address should # be placed in the first column followed by the

corresponding host name. # The IP address and the host name should

be separated by at least one # space.

#

# Additionally, comments (such as these) may be inserted on individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

# 102.54.94.97 rhino.acme.com # source server

# 38.25.63.10 x.acme.com # x client host



127.0.0.1 localhost









"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:u$nmhEc3FHA.3036@TK2MSFTNGP15.phx.gbl...



"Martin RÃ¥dbo" <news@teknologia.com> wrote in message

news:%23GlZnuZ3FHA.1276@TK2MSFTNGP09.phx.gbl...

This must be simple but I really can not get it right.



I've got a Win2k server, IP-number 10.1.1.30 and some shared

directories. Working only locally on this machine (to make it

simple when discussing it

with you). It works fine to connect to \\computername\share and also

\\10.1.1.30\share and even \\127.0.0.1\share but it does not work
when

trying to connect to \\localhost\share



But making a ping request to localhost works fine so the name

resolution itself seems to work. I have also tried to put a line

in either 'hosts' or 'lmhosts' like:

10.1.1.30 test #PRE

but that gives the same result, it does work to ping "test" but

connecting

to \\test\share is impossible.



I've also tried with a WinXP prof computer with exactly the same

result. Any idea? My real situation is that I am having two IIS

servers there the websites points to \\fileserver\share at both

servers but since the files

is

local on both machines I simply want to make a line in the

lmhosts-file at every server, pointing to its own IP-nr. This

way I can have both IIS-servers pointing to their local files

but anyway I will be able to

copy

IIS-config between the two servers without problem.



Anyone having a sollution?



Best regards

Martin RÃ¥dbo

Teknologia (Sweden)







Use this syntax:



net use s: \\%ComputerName%\share


















Back to top
Wendel Hamilton
Guest





Posted: Mon Oct 31, 2005 1:50 pm    Post subject: Re: Mapp \\localhost\share does not work but \\computername Reply with quote

Sorry Guys you can't connect to the share using localhost as it is not the
NetBIOS name of the computer. Use %Computername% if you wish to use the local
machine.

"Martin RÃ¥dbo" wrote:

Quote:
The file "hosts" does contain the mapping for localhost, i.e.
127.0.0.1 localhost

I've tried to put the name resolving thing at many different places now,
i.e.:
-dns server
-wins server
-hosts
-lmhosts

and in all cases the name resolution does work, i.e., when pinging the name
it does resolve the ip-nummer. Perfekt!!!
But, connecting to that name in any way, for example in Explorer I simply
wrote \\name it does not work.
Maybe it is a MS-stupid-limitation that the "calling name" and the
computername must be the same if it should work.

%computername% is one sollution, I will try if it works smoothly with my IIS
server to point my websites to \\%computername%\sharename

Any other ideas?

Regards
Martin

"Charlie Tame" <charlie@tames.net> skrev i meddelandet
news:e%23sdrEd3FHA.1276@TK2MSFTNGP09.phx.gbl...
You should be able to find a file called HOSTS - no extension, just HOSTS.

It should contain the following default text... if it's missing the
localhost entry add it and see if that makes a difference.

Starts below here.....

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost




"Pegasus (MVP)" <I.can@fly.com> wrote in message
news:u$nmhEc3FHA.3036@TK2MSFTNGP15.phx.gbl...

"Martin RÃ¥dbo" <news@teknologia.com> wrote in message
news:%23GlZnuZ3FHA.1276@TK2MSFTNGP09.phx.gbl...
This must be simple but I really can not get it right.

I've got a Win2k server, IP-number 10.1.1.30 and some shared
directories.
Working only locally on this machine (to make it simple when discussing
it
with you). It works fine to connect to \\computername\share and also
\\10.1.1.30\share and even \\127.0.0.1\share but it does not work when
trying to connect to \\localhost\share

But making a ping request to localhost works fine so the name resolution
itself seems to work. I have also tried to put a line in either 'hosts'
or
'lmhosts' like:
10.1.1.30 test #PRE
but that gives the same result, it does work to ping "test" but
connecting
to \\test\share is impossible.

I've also tried with a WinXP prof computer with exactly the same result.
Any idea? My real situation is that I am having two IIS servers there
the
websites points to \\fileserver\share at both servers but since the
files
is
local on both machines I simply want to make a line in the lmhosts-file
at
every server, pointing to its own IP-nr. This way I can have both
IIS-servers pointing to their local files but anyway I will be able to
copy
IIS-config between the two servers without problem.

Anyone having a sollution?

Best regards
Martin RÃ¥dbo
Teknologia (Sweden)



Use this syntax:

net use s: \\%ComputerName%\share







Back to top
Martin Rådbo
Guest





Posted: Mon Oct 31, 2005 1:50 pm    Post subject: Re: Mapp \\localhost\share does not work but \\computername Reply with quote

Just to bu sure,

is it totally impossible to connect to a name which has the correct IP-nr of
the box but not the correct name. ?

I.e. the netbios-name of the PC is "homer", IP-nr 10.1.1.30 and in DNS I
have also manually put a connection between the name "bart" and 10.1.1.30.
Is it the true fact that I will never be able to mount any thing by
\\bart\share?

%computername% works when mapping drives, but not then pointing a website in
IIS 5.0 to a share. I need a solution for that.

// Martin



"Wendel Hamilton" <WendelHamilton@discussions.microsoft.com> skrev i
meddelandet news:<F57ED108-16E9-424F-94CD-E52CE7BAC405@microsoft.com>...

Quote:
Sorry Guys you can't connect to the share using localhost as it is not

the

NetBIOS name of the computer. Use %Computername% if you wish to use the
local

machine.



"Martin Rådbo" wrote:



The file "hosts" does contain the mapping for localhost, i.e.

127.0.0.1 localhost



I've tried to put the name resolving thing at many different places

now,

i.e.:

-dns server

-wins server

-hosts

-lmhosts



and in all cases the name resolution does work, i.e., when pinging

the name it does resolve the ip-nummer. Perfekt!!! But, connecting

to that name in any way, for example in Explorer I simply wrote

\\name it does not work. Maybe it is a MS-stupid-limitation that the

"calling name" and the computername must be the same if it should

work.



%computername% is one sollution, I will try if it works smoothly

with my IIS server to point my websites to

\\%computername%\sharename



Any other ideas?



Regards

Martin



"Charlie Tame" <charlie@tames.net> skrev i meddelandet

news:e%23sdrEd3FHA.1276@TK2MSFTNGP09.phx.gbl...

You should be able to find a file called HOSTS - no extension,

just HOSTS.



It should contain the following default text... if it's missing

the localhost entry add it and see if that makes a difference.



Starts below here.....



# Copyright (c) 1993-1999 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for

Windows. # # This file contains the mappings of IP addresses to

host names. Each # entry should be kept on an individual line. The

IP address should # be placed in the first column followed by the

corresponding host name. # The IP address and the host name should

be separated by at least one # space.

#

# Additionally, comments (such as these) may be inserted on individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

# 102.54.94.97 rhino.acme.com # source server

# 38.25.63.10 x.acme.com # x client host



127.0.0.1 localhost









"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:u$nmhEc3FHA.3036@TK2MSFTNGP15.phx.gbl...



"Martin Rådbo" <news@teknologia.com> wrote in message

news:%23GlZnuZ3FHA.1276@TK2MSFTNGP09.phx.gbl...

This must be simple but I really can not get it right.



I've got a Win2k server, IP-number 10.1.1.30 and some shared

directories. Working only locally on this machine (to make it

simple when discussing it

with you). It works fine to connect to \\computername\share and also

\\10.1.1.30\share and even \\127.0.0.1\share but it does not work
when

trying to connect to \\localhost\share



But making a ping request to localhost works fine so the name

resolution itself seems to work. I have also tried to put a line

in either 'hosts' or 'lmhosts' like:

10.1.1.30 test #PRE

but that gives the same result, it does work to ping "test" but

connecting

to \\test\share is impossible.



I've also tried with a WinXP prof computer with exactly the same

result. Any idea? My real situation is that I am having two IIS

servers there the websites points to \\fileserver\share at both

servers but since the files

is

local on both machines I simply want to make a line in the

lmhosts-file at every server, pointing to its own IP-nr. This

way I can have both IIS-servers pointing to their local files

but anyway I will be able to

copy

IIS-config between the two servers without problem.



Anyone having a sollution?



Best regards

Martin Rådbo

Teknologia (Sweden)







Use this syntax:



net use s: \\%ComputerName%\share















Back to top
Pegasus (MVP)
Guest





Posted: Mon Oct 31, 2005 1:50 pm    Post subject: Re: Mapp \\localhost\share does not work but \\computername Reply with quote

Have you tried \\127.0.0.1\ShareName


"Martin Rådbo" <news@teknologia.com> wrote in message
news:%23ABkJlg3FHA.2432@TK2MSFTNGP10.phx.gbl...
Quote:
Just to bu sure,

is it totally impossible to connect to a name which has the correct IP-nr
of
the box but not the correct name. ?

I.e. the netbios-name of the PC is "homer", IP-nr 10.1.1.30 and in DNS I
have also manually put a connection between the name "bart" and 10.1.1.30.
Is it the true fact that I will never be able to mount any thing by
\\bart\share?

%computername% works when mapping drives, but not then pointing a website
in
IIS 5.0 to a share. I need a solution for that.

// Martin



"Wendel Hamilton" <WendelHamilton@discussions.microsoft.com> skrev i
meddelandet news:<F57ED108-16E9-424F-94CD-E52CE7BAC405@microsoft.com>...

Sorry Guys you can't connect to the share using localhost as it is not

the

NetBIOS name of the computer. Use %Computername% if you wish to use the
local

machine.



"Martin Rådbo" wrote:



The file "hosts" does contain the mapping for localhost, i.e.

127.0.0.1 localhost



I've tried to put the name resolving thing at many different places

now,

i.e.:

-dns server

-wins server

-hosts

-lmhosts



and in all cases the name resolution does work, i.e., when pinging

the name it does resolve the ip-nummer. Perfekt!!! But, connecting

to that name in any way, for example in Explorer I simply wrote

\\name it does not work. Maybe it is a MS-stupid-limitation that the

"calling name" and the computername must be the same if it should

work.



%computername% is one sollution, I will try if it works smoothly

with my IIS server to point my websites to

\\%computername%\sharename



Any other ideas?



Regards

Martin



"Charlie Tame" <charlie@tames.net> skrev i meddelandet

news:e%23sdrEd3FHA.1276@TK2MSFTNGP09.phx.gbl...

You should be able to find a file called HOSTS - no extension,

just HOSTS.



It should contain the following default text... if it's missing

the localhost entry add it and see if that makes a difference.



Starts below here.....



# Copyright (c) 1993-1999 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for

Windows. # # This file contains the mappings of IP addresses to

host names. Each # entry should be kept on an individual line. The

IP address should # be placed in the first column followed by the

corresponding host name. # The IP address and the host name should

be separated by at least one # space.

#

# Additionally, comments (such as these) may be inserted on
individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

# 102.54.94.97 rhino.acme.com # source server

# 38.25.63.10 x.acme.com # x client host



127.0.0.1 localhost









"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:u$nmhEc3FHA.3036@TK2MSFTNGP15.phx.gbl...



"Martin Rådbo" <news@teknologia.com> wrote in message

news:%23GlZnuZ3FHA.1276@TK2MSFTNGP09.phx.gbl...

This must be simple but I really can not get it right.



I've got a Win2k server, IP-number 10.1.1.30 and some shared

directories. Working only locally on this machine (to make it

simple when discussing it

with you). It works fine to connect to \\computername\share and
also

\\10.1.1.30\share and even \\127.0.0.1\share but it does not work
when

trying to connect to \\localhost\share



But making a ping request to localhost works fine so the name

resolution itself seems to work. I have also tried to put a line

in either 'hosts' or 'lmhosts' like:

10.1.1.30 test #PRE

but that gives the same result, it does work to ping "test" but

connecting

to \\test\share is impossible.



I've also tried with a WinXP prof computer with exactly the same

result. Any idea? My real situation is that I am having two IIS

servers there the websites points to \\fileserver\share at both

servers but since the files

is

local on both machines I simply want to make a line in the

lmhosts-file at every server, pointing to its own IP-nr. This

way I can have both IIS-servers pointing to their local files

but anyway I will be able to

copy

IIS-config between the two servers without problem.



Anyone having a sollution?



Best regards

Martin Rådbo

Teknologia (Sweden)







Use this syntax:



net use s: \\%ComputerName%\share

















Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Networking All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB