On Mar 25, 10:03 am, "Lanwench [MVP - Exchange]"
<lanwe...@heybuddy.donotsendme.unsolicitedmail.aty ahoo.com> wrote:
> cmt <chrismt...@gmail.com> wrote:
> > On Mar 23, 10:15 am, "Lanwench [MVP - Exchange]"
> > <lanwe...@heybuddy.donotsendme.unsolicitedmail.aty ahoo.com> wrote:
> >> cmt <chrismt...@gmail.com> wrote:
> >>> We have a few office users who regularly travel with their laptops.
> >>> They use their laptops for both office and remote use. They log in
> >>> to our Windows Server 2003 A/D domain in the office, but still use
> >>> the same login credentials on the road. Obviously they can't
> >>> connect to our domain while hooked up to some hotel ISP, but they
> >>> still login using those credentials nonetheless.
>
> >>> I am thinking maybe I should set up another profile for the remote
> >>> users on their laptop. One that logs into the laptop locally.
>
> >>> I think this might solve some of VPN errors they get when trying to
> >>> access network drives across the VPN. They get the "this drive
> >>> cannot be opened...name or resource already in use..." error.
>
> >>> I think this happens because the user is logging into the
> >>> laptop(from a remote location) with the A/D domain credentials, and
> >>> they are also connecting to the network resource with the same
> >>> credentials.
>
> >>> Any thoughts?
>
> >>> Thanks
>
> >> Well, I would keep the setup you have now, because these computers
> >> *do* at times connect directly to the network/domain ...if they
> >> didn't, I'd have 'em use local accounts only.
>
> >> You really don't want to create local login accounts for them, I
> >> think - they'll have two Windows profiles (or you have to try scary
> >> registry things).
>
> >> I suspect the issue is that they have persistent/locally created
> >> network drive mappings. I'd give them each a little batch file, put
> >> it on the desktop, & tell 'em to run it after enabling the VPN
> >> connection....e.g.,
>
> >> net use x: /del
> >> net use x: \\server\share /persistent:no
> >> net use y: /del
> >> net use y: \\server\anothershare /persistent:no
>
> >> See if that helps.- Hide quoted text -
>
> >> - Show quoted text -
>
> > So write a custom batch script that first deletes any possible network
> > drives, and then reconnects them AFTER the connection to the VPN is
> > complete?
>
> If you use what I wrote above, all the user has to do is enable the VPN
> tunnel and run the batch file manually. It's not the most elegant solution,
> but it does work.
What if accessing the share requires a username and password? I can't
figure out how to get it work because of that issue.
Thanks!
|