"Vizoere" <(E-Mail Removed)> wrote in message
news:B433E469-15B9-45E4-9192-(E-Mail Removed)...
> Hi, I'm having a problem on a Windows 2003 server as well as an XP Pro
> machine.
>
> If I try to connect to a local share using the computer name, things work
> as
> expected.
> C:\>net use \\mycomputername\c$
> The command completed successfully.
>
> If I try connecting using a different name, it says my username password
> is
> wrong. Although my real issue is with a different name set up in dns, for
> testing purposes, I added a line to the hosts file.
> C:\>net use \\othername\c$
> The password or user name is invalid for \\othername\c$.
>
> Enter the password for 'MYDOMAIN\MYUSERNAME' to connect to 'othername':
>
> Pinging othername is successful and shows my correct IP address.
>
> I've tried googling this but had a hard time coming up with a search
> string
> that brought back anything useful. Am I missing something, or is there a
> reg
> key I could change to make this work?
Using the Client for Microsoft Networking as you are doing,...you have to
use the *real* name of the machine.
DNS aliases work fine for web sites and SQL Databases,.... not for Windows
File Sharing with authentication.
Also with DNS Aliases (should be doing it with a CNAME) you need to fully
qualify the name \\othername.mydomain.loc ,....not \\othername
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------