Test Lab Guide: Demonstrate Remote Access VPNs
Step 1: Base Configuration test lab
Set up the base configuration test lab with the instructions found in Base Configuration TLG.
Step 2: Set up EDGE1 as the VPN Server
- On DC1, click Start, point to Administrative Tools, and then click Active Directory Users and Groups.
- In Active Directory Users and Groups, click on Users in the tree, and then double-click RAS and IAS Servers in the list.
- Click the Members tab, and then click Add.
- Click Object Types, select Computers, click OK, type EDGE1, and then click OK twice.
- In the list, double-click the User1 account.
- Click the Dial-In tab, click Allow access in Network Access Permission, and then click OK.
- On EDGE1, from Server Manager, click Roles, and then click Add Roles.
- On the Before You Begin page, click Next.
- On the Server Roles page, select Network Policy and Access Services in the list of Roles, and then click Next.
- On the Network Policy and Access Services page, click Next.
- On the Select Role Services page, select Routing and Remote Access Services, and then click Next.
- On the Confirm Installation Selections page, click Install.
- On the Installation Results page, click Close.
- Click Start, point to Administrative Tools, and then click Routing and Remote Access.
- In the Routing and Remote Access window, right-click EDGE1, and then click Configure and Enable Routing and Remote Access.
- On the Welcome to the Routing and Remote Access Server Setup Wizard page, click Next.
- On the Configuration page, click Next.
- On the Remote Access page, select VPN, and then click Next.
- On the VPN Connection page, click the Internet network interface, and then click Next.
- On the IP Address Assignment page, click Next.
- On the Managing Multiple Remote Access Servers page, click Next.
- On the Completing the Routing and Remote Access Server Setup Wizard page, click Finish.
- When prompted with a message about configuring the DHCP Relay Agent, click OK.
- In Routing and Remote Access, open IPv4 in the tree, right-click DHCP Relay Agent, and then click Properties.
- In Server address, type 10.0.0.1, click Add, and then click OK.
- Connect CLIENT1 to the Corpnet subnet.
- On CLIENT1, from the Command Prompt window, type ping app1, and then press ENTER. You should see the name app1.corp.contoso.com resolved to the IPv4 address 10.0.0.3 and four successful replies.
- In Internet Explorer, in the Address bar, type http://app1.corp.contoso.com/, press ENTER, and then press F5. You should see the default IIS 7 Web page for APP1.
- Close Internet Explorer.
- Click Start, type \app1\files, and then press ENTER. You should see a folder window with the contents of the Files shared folder.
- In the Files shared folder window, double-click the Example.txt file.
- Close the example.txt - Notepad window and the Files shared folder window.
Step 3: Configure CLIENT1 as a VPN Client and Test
- Connect CLIENT1 to the Internet subnet.
- On CLIENT1, from the Command Prompt window, type ping app1, and then press ENTER. You should see the message “Ping request could not find the host app1.”
- In Internet Explorer, in the Address bar, type http://app1.corp.contoso.com/, press ENTER, and then press F5. You should see the message “Internet Explorer cannot display the webpage”.
- Close Internet Explorer.
- Click Start, type \app1\files, and then press ENTER. You should see a message stating “Windows cannot access \app1\files.” Click Cancel.
- On CLIENT1, click the network icon in the notification area, and then click Open Network and Sharing Center.
- In Change your network settings, click Set up a new connection or network.
- For Choose a connection option, double-click Connect to a workplace.
- For How do you want to connect?, click Use my Internet connection.
- For Type the Internet address to connect to, type 131.107.0.2 in Internet address, select Don’t connect now, and then click Next.
- For Type your user name and password, type user1 in User name, the password in Password, and CORP in Domain, and then click Create.
- For The connection is ready to use, click Close.
- In the Network and Sharing Center, click Change adapter settings.
- In Network Connections, double-click VPN Connection.
- In Connect VPN Connection, type the password in Password, and then click Connect. You should see a successful VPN connection, identifying itself as being on the corp.contoso.com network.
- From the Command Prompt window, type ping app1, and then press ENTER. You should see the name app1.corp.contoso.com resolved to the IPv4 address 10.0.0.3 and four successful replies.
- In Internet Explorer, in the Address bar, type http://app1.corp.contoso.com/, and then press ENTER. You should see the default IIS 7 Web page for APP1.
- Close Internet Explorer.
- Click Start, type \app1\files, and then press ENTER. You should see a folder window with the contents of the Files shared folder.
- In the Files shared folder window, double-click the Example.txt file.
- Close the example.txt - Notepad window and the Files shared folder window.
- In Network Connections, right-click VPN Connection, and then click Disconnect.