I have a confusion regarding what I am doing here.
At present I have a Windows Server 2003 server with SP2. I have assigned RAS/VPN server role to it (through Manage my server wizard) and in my router, I setup the IP address of my RAS/VPN server as PPTP server. Staff leave their workstations ON all the time and access them from home through RDP. They first connect thorugh VPN & in the RDC they simply type their respective IP or computer name to access the office network from home.
Everything works fine so far except:
- Staff have to leave compuers always ON in the office
- Speed is very slow depend how many staff members access the VPN network
I was told to install and configure Terminal service to improve this situation. I already added TS Role in the server but I don't know how to clients can access the TS server from home or remote location.
I really appreciate any good links or guidence from the experts in this group regarding this.
Thank you in advance for any replies!
You may want to try LogMeIn. (www.logmein.com)
It is a web based remote access utility that is both free(!) and easy. We use it on ~300 PCs to allow remote access for IT, vendors, and various users.
VPN carries an overhead and is probably part of the cause for the slowness you are experiencing.
Give LogMeIn a try and see how you like it. You've got nothing to lose, and setup takes all of ~3 minutes per PC!
If your users are already experiencing slow performance while accessing their own workstations via RDP over VPN, then moving them over to a Terminal Server isn't likely to increase performance significantly. You'll just be moving the source of the data - the amount of data won't decrease with Terminal Server versus your current situation. In addition, to use Terminal server, you'll need to purchase Terminal Server CALs - one for each active connection you want to support.
A few things to check, though:
Edit
Comparing Terminal services and VPN are like comparing apples and oranges. They're two different technologies meant to provide solutions to two different problems. VPN (whether it's PPTP, IPSec, SSL, etc) just provides your clients with a secure, encrypted connection from their remote location back to your office network. Terminal Services (which can also called Remote Desktop) provides a mechanism to remotely display and control another system's desktop. With Terminal Services, it's possible for multiple users to connect to a single server, each with their own screen/desktop.
So, for a complete solution, you'll need to employ both some sort of VPN along with Terminal Services. The VPN gets your clients securely connected to your network, after which they can access either their own workstation's remote desktop or your central Terminal Server (if you choose to implement that).
With only 400 kbps upload, it's no wonder that things get slow when multiple users are accessing the connection. Short of increasing your upload speed, there's really nothing that can be done to help this situation unfortunately. Sure, you can investigate turning on compression in your VPN protocol, but that will only lend an incremental gain in speed, not anything drastic.