Configure a Windows Server VPN

Published on June 2016 | Categories: Documents | Downloads: 62 | Comments: 0 | Views: 290
of 12
Download PDF   Embed   Report

Comments

Content

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

TechRepublic : A ZDNet Tech Community

Configure a Windows Server 2003 VPN on the server side
by Scott Lowe MCSE | Jul 26, 2005 7:25:00 PM Tags: VPNs, Network security, NETWORKING, Servers, TELECOMMUNICATIONS... Takeaway: Set up a Windows Server 2003-based PPTP virtual private network (VPN) with this step-by-step installation and configuration guide.

People who read this, also read...
Get connected to a Windows Server 2003 VPN in this step-by-step Get IT Done: Provide VPN services using Windows Server 2003 Managing Routing And Remote Access in Windows Server 2003 How do I... Configure Windows Small Business Server 2003 R2 Remote Access? Configure Windows Server 2003 to act as a router Sometimes, simplicity is the best choice for both a technology solution and the corresponding tutorial that explains how to use the new solution. In this document, I will provide a clear, concise, systematic procedure for getting a Windows Server 2003-based PPTP VPN up and running. I'm using Windows Server 2003 with Service Pack 1 for this guide.

Add the Remote Access/VPN Server role to your Windows Server 2003 system
To add the Remote Access/VPN Server role, go to Start | All Programs | Administrative Tools | Configure Your Server Wizard. The first screen of this wizard is for informational purposes only and, thus, is not shown here. Click Next. The same goes for the second screen, which just tells you some things you need to have completed before adding new roles to your server. On the third screen of the wizard, entitled Server Role, you're presented with a list of available roles for your server along with column that indicates whether or not a particular role has been assigned to this machine. Figure A shows you a screen from a server on which just the IIS Web server role has been added. Figure A

1 sur 12

12/03/2010 00:41

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

To add a new role, select the role and click Next

To add the Remote Access/VPN Server role to your server, select that role and click the Next button to move on to the next screen in the wizard, which provides you with a quick overview of the options you selected. Figure B

The summary screen is pretty basic for this role

Take note: This selection just starts another wizard called the Routing and Remote Access Wizard, described further below.

The Routing and Remote Access Wizard component
Like most wizards, the first screen of the Routing and Remote Access wizard is purely

2 sur 12

12/03/2010 00:41

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

informational and you can just click Next. The second screen in this wizard is a lot meatier and asks you to decide what kind of remote access connection you want to provide. Since the goal here is to set up a PPTP-based VPN, select the "Virtual Private Network VPN and NAT" selection and click Next. Figure C

Select the VPN option and click Next

The next screen of the wizard, entitled VPN Connection, asks you to determine which network adapter is used to connect the system to the Internet. For VPN servers, you should install and use a separate network adapter for VPN applications. Network adapters are really cheap and separation makes the connections easier to secure. In this example, I've selected the second local area network connection (see Figure D), a separate NIC from the one that connects this server to the network. Notice the checkbox labeled "Enable security on the selected interface by setting up Basic Firewall" underneath the list of network interfaces. It's a good idea to enable since option it helps to protect your server from outside attack. A hardware firewall is still a good idea, too. Figure D

3 sur 12

12/03/2010 00:41

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

Select the network adapter that connects your server to the Internet

With the selection of the Internet-connected NIC out of the way, you need to tell the RRAS wizard which network external clients should connect to in order to access resources. Notice that the adapter selected for Internet access is not an option here. Figure E

Select the network containing resources needed by external clients

4 sur 12

12/03/2010 00:41

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

Just like every other client out there, your external VPN clients will need IP addresses that are local to the VPN server so that the clients can access the appropriate resources. You have two options (really three â€" I'll explain in a minute) for handling the doling out of IP addresses. First, you can leave the work up to your DHCP server and make the right configuration changes on your network equipment for DHCP packets to get from your DHCP server to your clients. Second, you can have your VPN server handle the distribution of IP addresses for any clients that connect to the server. To make this option work, you give your VPN server a range of available IP addresses that it can use. This is the method I prefer since I can tell at a glance exactly from where a client is connecting. If they're in the VPN "pool" of addresses, I know they're remote, for example. So, for this setting, as shown in Figure F below, I prefer to use the "From a specified range of addresses" option. Make your selection and click Next. Figure F

Your choice on this one! I prefer to provide a range of addresses

If you select the "From a specified range of addresses" option on the previous screen, you now have to tell the RRAS wizard exactly which addresses should be reserved for distribution to VPN clients. To do this, click the New button on the Address Range Assignment screen. Type in the starting and ending IP addresses for the new range and click OK. The "Number of addresses" field will be filled in automatically based on your entry. You can also just enter the starting IP address and the number if IP addresses you want in the pool. If you do so, the wizard automatically calculates the ending IP address. Click OK in the New Address Range window; your entry appears in the Address Range Assignment window. Click Next to continue. Figure G

5 sur 12

12/03/2010 00:41

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

You can have multiple address ranges, as long as they are all accessible

The next screen asks you to identify the network that has shared access to the Internet. This is generally the same network that your VPN users will use to access shared resources. Figure H

Pick the network adapter that gives you access to the Internet

6 sur 12

12/03/2010 00:41

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

Authenticating users to your network is vital to the security of your VPN infrastructure. The Windows VPN service provides two means for handling this chore. First, you can use RADIUS, which is particularly useful if you have other services already using RADIUS. Or, you can just let the RRAS service handle the authentication duties itself. Give users access to the VPN services by enabling dial-in permissions in the user's profile (explained below). For this example, I will not be using RADIUS, but will allow RRAS to directly authenticate incoming connection requests. Figure I

Decide what means of authentication you want to provide

That's it for the RRAS wizard! You're provided with a summary screen that details the selections you made. Figure J

7 sur 12

12/03/2010 00:41

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

The RRAS wizard summary window

This also completes the installation of the Remote Access/VPN Server role.

User configuration
By default, users are not granted access to the services offered by the VPN; you need to grant these rights to each user that you want to allow remote access to your network. To do this, open Active Directory Users and Computers (for domains) or Computer Management (for stand alone networks), and open the properties page for a user to whom you'd like to grant access to the VPN. Select that user's Dial-In properties page. On this page, under Remote Access Permissions, select "Allow access". Note that there are a lot of different ways to "dial in to" a Windows Server 2003 system; a VPN is but one method. Other methods include wireless networks, 802.1x, and dial-up. This article assumes that you're not using the Windows features for these other types of networks. If you are, and you specify "Allow access", a user will be able to use multiple methods to gain access to your system. I can't go over all of the various permutations in a single article, however. Figure K

8 sur 12

12/03/2010 00:41

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

Allow the user access to the VPN

Up and running
These are the steps needed on the server to get a VPN up and running. Of course, if you have devices such as firewalls between your VPN server and the Internet, further steps may be required; these are beyond the scope of this article, however.

People who read this, also read...
Get connected to a Windows Server 2003 VPN in this step-by-step Get IT Done: Provide VPN services using Windows Server 2003 Managing Routing And Remote Access in Windows Server 2003 How do I... Configure Windows Small Business Server 2003 R2 Remote Access? Configure Windows Server 2003 to act as a router

Print/View all Posts
Comments on this article
DOWNLOAD: Configure a Windows Server 2003 VPN on the server side Mark W. Kaelin | 07/26/05 Questions Scott Lowe | 07/27/05 Connection dropping keith.worden@... | 08/10/05

9 sur 12

12/03/2010 00:41

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

Also have connections dropping larrys@... | 10/18/05 What do you have for a firewall? agh3@... | 10/27/05 Question - Already had Remote Access Setup for Modem phil@... | 11/23/05 Same Problem dcpsys@... | 01/27/06 Issues with Mac/SMB dongraham@... | 04/03/07 vpn server and client sumant@... | 07/17/07 Concept Problem linitocmcc@... | 04/17/09 error 16389 sars020 | 09/03/09 Need Advice BoltonBlue | 05/05/06 router/firewall settings olijackson@... | 01/15/07 RE: Configure a Windows Server 2003 VPN on the server side rmpel@... | 07/06/07 "Manage Your Server" O/Siris | 10/22/08 RE: Configure a Windows Server 2003 VPN on the server side sumant@... | 07/17/07 Configure the VPN I have a problem indiapsr@... | 06/29/08 to creating vpn sirajk123@... | 08/22/07 creating vpn sirajk123@... | 08/22/07 RE: Configure a Windows Server 2003 VPN on the server side kumar3239@... | 11/27/07 RE: Configure a Windows Server 2003 VPN on the server side kailash.suthar@... | 01/08/08 RE: Configure a Windows Server 2003 VPN on the server side kesava7hills@... | 01/24/08 RE: Configure a Windows Server 2003 VPN on the server side hiatham_soliman@... | 02/23/08 Does not work with 1 LAN card, help please... support@... | 02/27/08 how i configure the client side setting for vpn in windows server2003 sultan_fd8@... | 02/29/08

10 sur 12

12/03/2010 00:41

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

RE: Configure a Windows Server 2003 VPN on the server side ronakulus | 04/16/08 RE: Configure a Windows Server 2003 VPN on the server side pankaj_ralhi@... | 05/08/08 Can I use ordinary Desktop or PC with Windows XP Professional SP2 omomoh65@... | 09/04/08 Yes, it can be done. O/Siris | 10/22/08 RE: Configure a Windows Server 2003 VPN on the server side dhirajm6@... | 10/10/08 RE: Configure a Windows Server 2003 VPN on the server side harris@... | 12/17/08 RE: Configure a Windows Server 2003 VPN on the server side abb2151989@... | 01/11/09 RE: Configure a Windows Server 2003 VPN on the server side snehal bhavsar | 08/03/09 RE: Configure a Windows Server 2003 VPN on the server side mdfiroz240@... | 08/25/09 RE: Configure a Windows Server 2003 VPN on the server side jojo_joscta@... | 11/09/09 what is the physical network layout before VPN server configured? desmond_ang2005 | 12/04/09 what is the physical network layout before VPN server configured? desmond_ang2005 | 12/04/09 VPN Server Physical Layout cvisiontec | 12/23/09 RE: Configure a Windows Server 2003 VPN on the server side vsbabumca | 01/25/10 RE: Configure a Windows Server 2003 VPN on the server side muddinbd | 02/02/10 My Updates My Contacts
Would you like your own dynamic Workspace on TechRepublic?

Take two minutes and set up a TechRepublic member profile.

Would you like your own dynamic Workspace on TechRepublic?

Take two minutes and set up a TechRepublic member profile.

Popular on CBS sites: College Signing Day | March Madness | TV | iPhone | Cell Phones | Video Game Reviews | Free Music

11 sur 12

12/03/2010 00:41

Configure a Windows Server 2003 VPN on the server side

http://articles.techrepublic.com.com/5100-10878_11-5805260.html

About CBS Interactive | Jobs | Advertise | Mobile | Site Map © 2010 CBS Interactive Inc. All rights reserved. | Privacy Policy (updated) | Terms of Use

12 sur 12

12/03/2010 00:41

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close