giltjr is correct
Make sure that when the user connects through the VPN that it is handed an IP address on the main network AND is configured with the Domain Controllers as the DNS servers.
If that doesn't fix it, try specifying the fqdn, meaning "computer.domain.tld" instead of just "computername:
i.e., "net use h: \\server.domain.com\share"
"net use h: \\server\share"
If that fixes your problem then it's because the remote computer is not a domain computer and has a different suffix. You have to configure it to use "domain.com" as the default suffix when connecting to that network. In the Microsoft Windows VPN Client, this is located in the settings for the VPN Connection, but with netscreen, I'm not sure how you can do it.
"The local device is already is use" DOES mean that the drivers are already mapped to something. It is good practice to delete the existing mappings first.
So before "net use h: \\server\share"
you should put "net use h: /d"
when prompted for a username and password, try specifying the domain name, along with the username like this "NTLMDOMAIN\username" Note the NTLMDOMAIN is the Pre-2000 version of the domain name, not the FQDN (which contains dots... 'domain.com')
Main Topics
Browse All Topics





by: giltjrPosted on 2008-01-18 at 11:40:06ID: 20693413
The mapping using IP address vs. host name is a DNS resolution issue. It may be related to:
om/?id=311 218
rucecowper /archive/2 005/03/28/ 403043.asp x
http://support.microsoft.c
you can get a script that needs to be executed on the desktop from:
http://blogs.technet.com/b
Basically once connected to the VPN instead of using the DNS servers handed out by the VPN server 1st, the remote computer is using the users ISP's DNS servers first, which can't resolve your internal host names.
The duplicate resource sounds like when the drive was mapped originally it was setup to be reconnected, so the OS thinks that drive letter is already in use. You may want to change the script to delete the map for any drive letters it maps. That is, if script maps a share to "H:" it first deletes the use for the "H:".