| Home | Register | Members | Search | Links |
![]() |
| Thread Tools | Display Modes |
|
|
|
| |
|
Pegasus \(MVP\)
Guest
Posts: n/a
|
"Martin Rådbo" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)... > 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 |
|
|
|
|
|||
|
|||
|
Charlie Tame
Guest
Posts: n/a
|
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)" <(E-Mail Removed)> wrote in message news:u$(E-Mail Removed)... > > "Martin Rådbo" <(E-Mail Removed)> wrote in message > news:%(E-Mail Removed)... >> 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 > > |
|
|
|
|
|||
|
|||
|
Martin Rådbo
Guest
Posts: n/a
|
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" <(E-Mail Removed)> skrev i meddelandet news:e%(E-Mail Removed)... > 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)" <(E-Mail Removed)> wrote in message > news:u$(E-Mail Removed)... >> >> "Martin Rådbo" <(E-Mail Removed)> wrote in message >> news:%(E-Mail Removed)... >>> 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 >> >> > > |
|
|
|
|
|||
|
|||
|
Wendel Hamilton
Guest
Posts: n/a
|
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" <(E-Mail Removed)> skrev i meddelandet > news:e%(E-Mail Removed)... > > 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)" <(E-Mail Removed)> wrote in message > > news:u$(E-Mail Removed)... > >> > >> "Martin RÃ¥dbo" <(E-Mail Removed)> wrote in message > >> news:%(E-Mail Removed)... > >>> 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 > >> > >> > > > > > > > > |
|
|
|
|
|||
|
|||
|
Martin Rådbo
Guest
Posts: n/a
|
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" <(E-Mail Removed)> skrev i meddelandet news:<F57ED108-16E9-424F-94CD-(E-Mail Removed)>... > 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" <(E-Mail Removed)> skrev i meddelandet > > news:e%(E-Mail Removed)... > > > 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)" <(E-Mail Removed)> wrote in message > > > news:u$(E-Mail Removed)... > > >> > > >> "Martin Rådbo" <(E-Mail Removed)> wrote in message > > >> news:%(E-Mail Removed)... > > >>> 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 > > >> > > >> > > > > > > > > > > > > > > |
|
|
|
|
|||
|
|||
|
Pegasus \(MVP\)
Guest
Posts: n/a
|
Have you tried \\127.0.0.1\ShareName
"Martin Rådbo" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)... > 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" <(E-Mail Removed)> skrev i > meddelandet news:<F57ED108-16E9-424F-94CD-(E-Mail Removed)>... > > > 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" <(E-Mail Removed)> skrev i meddelandet > > > > news:e%(E-Mail Removed)... > > > > > 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)" <(E-Mail Removed)> wrote in message > > > > > news:u$(E-Mail Removed)... > > > > >> > > > > >> "Martin Rådbo" <(E-Mail Removed)> wrote in message > > > > >> news:%(E-Mail Removed)... > > > > >>> 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 > > > > >> > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
|
|
|
|
|||
|
|||
|
Wendel Hamilton
Guest
Posts: n/a
|
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/cy...network80.html Http://www.windowsitpro.com/Articles...layTab=Article "Martin RÃ¥dbo" wrote: > 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" <(E-Mail Removed)> skrev i > meddelandet news:<F57ED108-16E9-424F-94CD-(E-Mail Removed)>... > > > 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" <(E-Mail Removed)> skrev i meddelandet > > > > news:e%(E-Mail Removed)... > > > > > 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)" <(E-Mail Removed)> wrote in message > > > > > news:u$(E-Mail Removed)... > > > > >> > > > > >> "Martin RÃ¥dbo" <(E-Mail Removed)> wrote in message > > > > >> news:%(E-Mail Removed)... > > > > >>> 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 > > > > >> > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
|
|
|
|
|||
|
|||
|
Martin Rådbo
Guest
Posts: n/a
|
> 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" <(E-Mail Removed)> wrote in message > news:%(E-Mail Removed)... >> 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" <(E-Mail Removed)> skrev i >> meddelandet news:<F57ED108-16E9-424F-94CD-(E-Mail Removed)>... >> >> > 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" <(E-Mail Removed)> skrev i meddelandet >> >> > > news:e%(E-Mail Removed)... >> >> > > > 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)" <(E-Mail Removed)> wrote in message >> >> > > > news:u$(E-Mail Removed)... >> >> > > >> >> >> > > >> "Martin Rådbo" <(E-Mail Removed)> wrote in message >> >> > > >> news:%(E-Mail Removed)... >> >> > > >>> 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 >> >> > > >> >> >> > > >> >> >> > > > >> >> > > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > |
|
|
|
|
|||
|
|||
|
Pegasus \(MVP\)
Guest
Posts: n/a
|
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" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)... > > 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" <(E-Mail Removed)> wrote in message > > news:%(E-Mail Removed)... > >> 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" <(E-Mail Removed)> skrev i > >> meddelandet news:<F57ED108-16E9-424F-94CD-(E-Mail Removed)>... > >> > >> > 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" <(E-Mail Removed)> skrev i meddelandet > >> > >> > > news:e%(E-Mail Removed)... > >> > >> > > > 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)" <(E-Mail Removed)> wrote in message > >> > >> > > > news:u$(E-Mail Removed)... > >> > >> > > >> > >> > >> > > >> "Martin Rådbo" <(E-Mail Removed)> wrote in message > >> > >> > > >> news:%(E-Mail Removed)... > >> > >> > > >>> 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 > >> > >> > > >> > >> > >> > > >> > >> > >> > > > > >> > >> > > > > >> > >> > > > >> > >> > > > >> > >> > > > >> > >> > > > >> > >> > > > > > > |
|
|
|
|
|||
|
|||
|
|
|
| |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Home Directory Mapping to Share\UserName sometimes maps to Share | Bill | Windows Networking | 3 | 10-16-2007 03:26 PM |
| Wireless Network - Setup - How? See/share Files, share printers, how? | Wayne | Wireless Networks | 2 | 04-08-2006 04:34 PM |
| how can I umount or reconnect a share after the share provider reboots? | Gary Dale | Linux Networking | 1 | 11-21-2004 07:34 PM |
| Simple Wireless Network to share ADSL Connection, but we cannot see or share files any more, help | Hubert Dethurens | Wireless Internet | 3 | 12-22-2003 01:52 PM |
| Simple Wireless Network to share ADSL Connection, but we cannot see or share files any more, help | Frank SERVAIS | Wireless Internet | 0 | 12-21-2003 04:22 PM |
Forum Software Powered by vBulletin®, Copyright Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc. |



Linear Mode

