Thanks Master
Actually I did that and it helped but then then it is difficult to have
shares back. Running the logon.bat manually again sometimes opens the shares
(after VPN is disconnected, net use driveletter: /d bat is run and VPN is
established again) but sometimes it starts asking user credentials at the dos
screen and you have to give the credentials in a way: username@domain +
password.
Thanks,
Juha
"Masterplan" wrote:
> Hi Rimfire,
>
> You can make another cmd to disconnect network shares after the vpn client
> is closed.
> First test it on a laptop and see if this is the cause.
>
> --
> Have a nice day!
>
> http://winmasterplan.blogspot.com
>
>
> "Rimfire" wrote:
>
> > Hi
> >
> > My new client has Win2003 server std AD network (I believe there is Radius
> > also installed, not familiar to me). The laptop users has 3G connection and
> > they connect to the server remotely by using a 3rd party IPSec VPN Client SW.
> > All VPN Laptops has HOSTS and LMHOSTS files involved. When the client boots
> > up disconnected from the domain you can see mapped drives by My Computer but
> > of couse can't open them before the VPN is connected. Everything else is fine
> > but after disconnecting the VPN Client SW My Computer becames extremely slow.
> > The laptop is probably seeking for server shares. Any idea what to do? Here
> > is the basic setup:
> >
> > Logon.cmd:
> >
> > echo off
> > net use p: /d
> > net use y: /d
> > net use l: /d
> > net use h: /d
> > net use p: \\server2\htj-projektit
> > net use y: \\server2\htj-yhteinen
> > net use l: \\server2\htj-laskutus
> > net use h: \\server2\home\%username%
> >
> > HOSTS:
> > 127.0.0.1 localhost
> > 10.10.10.6 server1
> > 10.10.10.7 server2
> >
> > LMHOSTS:
> > 10.10.10.6 SERVER1 #PRE #DOM:HTJ
> > 10.10.10.6 "HTJ \0x1b"
> > 10.10.10.7 SERVER2 #PRE #DOM:HTJ
> >
> >
> > Thanks in advantage, I really need to solve this to keep my client.
> >
> > Rgs,
> >
> > Juha
> >