Configuring the Initial Test Lab


To follow the steps in this procedure, you will need to configure five computers in a specific topology. Each computer in the lab has specific hardware and operating system requirements, which are specified in the following subsections.

To set up this test lab, you will need the following hardware and software:

  • Four computers that are capable of running members of the Windows Server 2003 family

    • One server must have two network adapters and a modem.

    • One server must have a floppy disk drive.

  • One computer that is capable of running Microsoft Windows XP Professional and that has a modem and a floppy disk drive

  • Two network hubs or Layer 2 switches

  • One operating system compact disc for Windows Server 2003, Enterprise Edition

  • Three operating system compact discs for Windows Server 2003, Standard Edition

  • One operating system compact disc for Windows XP Professional

Figure E-1 shows the network topology for this lab.

click to expand
Figure E-1: The network topology of the Connection Manager test lab.

As shown in Figure E-1, one segment of the test lab network represents a corporate intranet and another segment represents the Internet. Connect all computers on the intranet segment to a common hub or Layer 2 switch. Connect all computers on the Internet segment to a separate common hub or Layer 2 switch.

The following subsections describe how you will set up the basic infrastructure. To reconstruct this test lab, configure the computers in the order presented. Additional sections of this appendix describe the specific configuration steps required for testing dial-up, PPTP, L2TP/IPSec, and EAP-TLS connections.

DC1

As part of setting up the basic infrastructure for the test lab, configure DC1 as the domain controller, the DNS server, and the DHCP server for a domain that is named example.com.

Perform basic installation and configuration

  1. Install Windows Server 2003, Enterprise Edition, and configure the computer as a standalone server named DC1.

  2. Configure the connection to the intranet segment with the Internet Protocol (IP) address of 172.16.0.1 and the subnet mask of 255.255.255.0.

Configure the computer as a domain controller

  1. Click Start, click Run, type dcpromo.exe, and click OK to start the Active Directory Installation Wizard.

  2. Follow the instructions in the wizard to create a domain named example.com in a new forest. Install the DNS service when prompted to do so.

  3. Raise the functional level of the example.com domain to Windows Server 2003.

Install and configure DHCP

  1. Install DHCP, a subcomponent of the Networking Services component.

  2. Click Start, point to Administrative Tools, and click DHCP.

  3. In the console tree, click dc1.example.com. On the Action menu, click Authorize to authorize the DHCP service.

  4. In the console tree, right-click dc1.example.com, and then click New Scope.

  5. On the Welcome page of the New Scope Wizard, click Next.

  6. On the Scope Name page, type CorpNet in the Name text box and click Next.

  7. On the IP Address Range page, type 172.16.0.10 in the Start IP Address text box, type 172.16.0.100 in the End IP Address text box, type 24 in the Length text box, and click Next.

    click to expand

  8. On the Add Exclusions page, click Next.

  9. On the Lease Duration page, click Next.

  10. On the Configure DHCP Options page, click Yes, I Want To Configure These Options Now, and click Next.

  11. On the Router (Default Gateway) page, click Next.

  12. On the Domain Name And DNS Servers page, type example.com in the Parent Domain text box. Type 172.16.0.1 in the IP Address text box, click Add, and click Next.

    click to expand

  13. On the WINS Servers page, click Next.

  14. On the Activate Scope page, click Yes, I Want To Activate This Scope Now, and click Next.

  15. On the Completing The New Scope Wizard page, click Finish.

Add computers to the domain

  1. Open the Active Directory Users And Computers administrative tool.

  2. In the console tree, double-click example.com.

  3. Right-click Users, point to New, and then click Computer.

  4. In the New Object – Computer dialog box, type IAS1 in the Computer Name text box and click Next.

  5. In the Managed dialog box, click Next.

  6. In the New Object – Computer dialog box, click Finish.

  7. Follow steps 3 through 6 to create additional computer accounts for IIS1 and VPN1.

IAS1

As part of setting up the basic infrastructure for the test lab, configure IAS1 as the Remote Authentication Dial-In User Service (RADIUS) server that provides authentication, authorization, and accounting for VPN1.

Perform basic installation and configuration

  1. Install Windows Server 2003, Standard Edition, and configure the computer as a member server named IAS1 in the example.com domain.

  2. Configure the connection to the intranet segment with the IP address of 172.16.0.2, the subnet mask of 255.255.255.0, and the DNS server IP address of 172.16.0.1.

Install and configure Internet Authentication Service (IAS)

  1. Install Internet Authentication Service, a subcomponent of the Networking Services component.

  2. Click Start, point to Administrative Tools, and click Internet Authentication Service.

  3. Right-click Internet Authentication Service, and then click Register Server In Active Directory. When the Register Internet Authentication Server In Active Directory dialog box appears, click OK. When the Server Registered dialog box appears, click OK.

  4. In the console tree, right-click RADIUS Clients, and then click New RADIUS Client.

  5. On the Name And Address page of the New RADIUS Client Wizard, type VPN1 in the Friendly Name text box, type 172.16.0.4 in the Client Address (IP Or DNS) text box, and then click Next.

    click to expand

  6. On the Additional Information page, type the same shared secret for VPN1 in both the Shared Secret text box and in the Confirm Shared Secret text box.

    click to expand

  7. Click Finish.

IIS1

As part of setting up the basic infrastructure for the test lab, configure IIS1 as a Web server and a file server for the example.com domain.

Perform basic installation and configuration

  1. Install Windows Server 2003, Standard Edition, and configure the computer as a member server named IIS1 in the example.com domain.

  2. Configure the connection to the intranet segment with the IP address of 172.16.0.3, the subnet mask of 255.255.255.0, and the DNS server IP address of 172.16.0.1.

Install and configure IIS

  1. Install Internet Information Services (IIS), a subcomponent of the Application Server component.

  2. Start Internet Explorer on IAS1. If the Internet Connection Wizard prompts you, configure Internet access through a LAN connection. In Internet Explorer, type http://IIS1.example.com/iisstart.htm in the Address text box. You should see a Web page titled “Under Construction.”

Configure a shared folder

  1. On IIS1, use Windows Explorer to share the root folder of the drive on which you installed the operating system. Name the share ROOT, and retain the default permissions.

  2. To determine whether file sharing is working correctly, on IAS, click Start, click Run, type \\IIS1\ROOT, and then click OK. You should see the files in the root folder on IIS1.

VPN1

As part of setting up the basic infrastructure for the test lab, configure VPN1 as a remote access server. VPN1 must have two network adapters and a modem.

Perform basic installation and configuration

  1. Install Windows Server 2003, Standard Edition, and configure the computer as a member server named VPN1 in the example.com domain.

  2. In Internet Connections, rename the connection to the intranet segment as CorpNet, and rename the connection to the Internet segment as Internet.

  3. Configure the CorpNet connection with the IP address of 172.16.0.4, the subnet mask of 255.255.255.0, and the DNS server IP address of 172.16.0.1.

  4. Configure the Internet connection with the IP address of 10.0.0.2 and the subnet mask of 255.255.255.0.

  5. If Windows does not configure the modem automatically, start the Add Hardware Wizard, and configure the modem.

Configure Routing and Remote Access

  1. Click Start, point to Administrative Tools, and click Routing And Remote Access.

  2. In the console tree, right-click VPN1, and click Configure And Enable Routing And Remote Access.

  3. On the Welcome To The Routing And Remote Access Server Setup Wizard page, click Next.

  4. On the Configuration page, Remote Access (Dial-up Or VPN) is selected by default. Click Next.

  5. On the Remote Access page, select both the VPN and Dial-up check boxes, and click Next.

  6. On the VPN Connection page, click the Internet interface in Network Interfaces, and click Next.

  7. On the Network Selection page, click the CorpNet interface in Network Interfaces, and click Next.

  8. On the IP Address Assignment page, Automatically is selected by default. Click Next.

  9. On the Managing Multiple Remote Access Servers page, click Yes, Set Up This Server To Work With A RADIUS Server, and click Next.

  10. On the RADIUS Server Selection page, type 172.16.0.2 in the Primary RADIUS Server text box, type the shared secret in the Shared Secret text box, and click Next.

    click to expand

  11. On the Completing The Routing And Remote Access Server Setup Wizard page, click Finish.

  12. When a message about configuring the DHCP Relay Agent appears, click OK.

Configure DHCP Relay Agent

  1. In the console tree, double-click VPN1, double-click IP Routing, and right- click DHCP Relay Agent.

  2. Click Properties.

  3. In the DHCP Relay Agent Properties dialog box, type 172.16.0.1 in the Server Address text box, and click Add. The server address will be added to the list. Click OK.

    click to expand

CLIENT1

As part of setting up the basic infrastructure for the test lab, configure CLIENT1 as a standalone computer on a separate network segment. CLIENT1 must have a modem.

  1. Install Windows XP Professional, and configure the computer as a standalone computer named CLIENT1.

  2. Configure the connection to the Internet segment with the IP address of 10.0.0.1 and the subnet mask of 255.255.255.0.

  3. If Windows does not configure the modem automatically, start the Add Hardware Wizard, and configure the modem.




Deploying Virtual Private Networks With Microsoft Windows Server 2003
Deploying Virtual Private Networks with Microsoft Windows Server 2003 (Technical Reference)
ISBN: 0735615764
EAN: 2147483647
Year: 2006
Pages: 128

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net