Jim Voris
Atlanta
reply to jim_...@yahoo.com
David Johns - MCP
In article <900D5037Aji...@207.46.230.185>,
Sent via Deja.com
http://www.deja.com/
I tried "net view \\servername" which returns
System error 53 has occurred.
The network path was not found.
I tried "net view \\servername /domain:domainname" which returns the same
error.
I tried "net view \\serverip" which returns
System errror 5 has occurred.
Access is denied.
I tried "net view \\serverip /domain:domainname" which returns the same
error.
These errors occur for all servers.
The only other helpful piece of information that I might provide is that
Windows 98 SE machines have succeeded in connecting to the VPN and mapping
the same shared drives.
I was using the "hosts" file for name resolution and not the "lmhosts"
file.
1) I deleted all of the names, except for localhost, from hosts. (I don't
know whether this was necessary or not.)
2) My Lmhosts file appeared in c:\winnt\system32\drivers\etc as
Lmhosts.sam. I copied this file and renamed it to Lmhosts (no extension).
3) I appended the following to the end of the file, for each of the
servers I wished to map to:
10.x.y.z servername #PRE #DOM:domainname
4) I can then map the drive using
net use * \\servername\sharename password /user:domainname\user
FYI, I created a batch file (login.bat) to do the above. For each drive I
add the following line:
net use * \\servername\sharename %1 /user:domainname\user
Then I need only type "login password" from a command line to connect to
the drives.
--
Jim Voris
Atlanta
reply to jim_...@yahoo.com