From within the server, I can ping my own address as well as other servers in the network; http and ftp work both inside and outside the server; I can even hook up terminal services to myself within the server.
I can do everything accept one thing - map network drives. I can't map any other drives in the network or even map the shared drives of the server itself:
net use k: \\myserver\\datadrive mypassword /user:myname /persistent:no
System error 1231 has occurred.
The network location cannot be reached. For information about network
troubleshooting, see Windows Help.
That command works fine from a Workstation, but fails on the server itself.
Not knowing much about how Windows maps disk resources, I am wondering where I should be looking for the problem?
Thanks.