vpn help

  • Thread starter Thread starter hopper27
  • Start date Start date
H

hopper27

hello,
I never did this before, but i set up a RAS server. i have two DC's, server
1 and server 2. the RAS is in it's own box. I can connect through the VPN
but i cannot see anything and my drive mapping isn't there. Can you please
help me to get the right settings to make this work. Or can you tell me
where there is some good information on the topic that explains everything
well. Any good books or websites will greatly help. the books i have tell
you how to implement, but not how to tweak and troubleshoot. Thanks for any
help.
 
The VPN just gives you an IP connection to the RRAS server. It in not
like logging on from a LAN client.

Because it is not a logon operation, logon scripts will not run. Because
you are not on the LAN, broadcasts don't work. If you want your logon script
to run, try using the "logon using a dialup connection" option on the
client.

You should be able to see your shared files on the servers using net
view \\servername and map them using net use \\servername\filename . You may
need to use the /user: option in net use if you are not logged into the
domain.
 
Back
Top