Mapping issues from an XP machine to a Win2k server

W

will

I have a windows XP machine which logs into a particular
domain. I am trying to map a network drive off that PC
Machine to the C$ drive on a win2k server on another
domain. When I get asked for the username and password I
provide the local administrator and password for the Win2k
server but it doesn't work. The password box reappears.

PLease note that I have done mappings from Win2k machines
sitting on the same domain as the XP computer to that
Win2k server and i enter the local administrator login
credentials as i did from XP and it all worked fine.

What is the problem?. Is there a setting that I need to
change on the XP machine?.
 
P

Pegasus \(MVP\)

will said:
I have a windows XP machine which logs into a particular
domain. I am trying to map a network drive off that PC
Machine to the C$ drive on a win2k server on another
domain. When I get asked for the username and password I
provide the local administrator and password for the Win2k
server but it doesn't work. The password box reappears.

PLease note that I have done mappings from Win2k machines
sitting on the same domain as the XP computer to that
Win2k server and i enter the local administrator login
credentials as i did from XP and it all worked fine.

What is the problem?. Is there a setting that I need to
change on the XP machine?.

You may be entering your credentials within the wrong
context. Try this from a Command Prompt to confirm my
suspicion:

net use x: \\Win2000Server\SomeShare /user:OtherDomain\JackSmith
 
G

Guest

When I do what you asked me to do below, obviously using a
username on the win2k server domain. It comes back saying
that the user is invalid but the user is valid and is a
domain user?.


-----Original Message-----



You may be entering your credentials within the wrong
context. Try this from a Command Prompt to confirm my
suspicion:

net use x:
\\Win2000Server\SomeShare /user:OtherDomain\JackSmith
 
S

Steven L Umbach

If you have not done so try using the syntax of "localcomputername\administrator" as
the user in the credentials box. If nothing seems to help, you may have a problem
with incompatible security options such as lan manager authentication level or
"digitally sign communications" [four options]. You may want to check the effective
settings in Local Security Policy for the W2K boxes that work for those settings and
make sure that they are the same on the XP box. --- Steve
 
W

will

net use x: \\192.168.1.3\C$ /user:doma\administrator

Administrator is a domain user and doma is the name of the
domain.
 
P

Pegasus \(MVP\)

Here are a few thoughts:

- Start off with some simple stuff, e.g. connecting to a
normal rather than an admin share.

- Use an alternative admin account: Instead of writint
net use x: \\192.168.1.3\C$ /user:doma\administrator
write
net use x: \\192.168.1.3\C$ /user:doma\JackAdmin

- Disconnect all existing connections before trying:
net use * /del

- Align the passwords on both machines before running
your tests:
net user administrator SomeTestPassword (on PC)
net user administrator SomeTestPassword (on server)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top