INF204x Module 1 Lab 2: Configuring and Troubleshooting Networking Part 2

Size: px
Start display at page:

Download "INF204x Module 1 Lab 2: Configuring and Troubleshooting Networking Part 2"

Transcription

1 INF204x Module 1 Lab 2: Configuring and Troubleshooting Networking Part 2 Estimated Time: 60 minutes Your organization plans to expand the use of IPv6 in its existing Windows Server 2012 R2 Active Directory environment including Windows 10 computers. In preparation for this expansion, you need to evaluate the how IPv6 will be interacting with the existing IPv4 network communication. You need to minimize potential for any issues resulting from the dual IP stack. Objectives After completing this lab, students will be able to: Configure IPv6 addresses on a Windows 10 computer Configure DNSv6 settings on a Windows 10 computer Disable individual IP6 network components Lab Environment The lab consists of three virtual machines: LON-WIN10 - Windows 10 Enterprise client (Adatum.com Active Directory domain member) with IPv4 address of LON-WIN81 - Windows 8.1 Enterprise client (Adatum.com Active Directory domain member) with IPv4 address of LON-DC1 Windows Server 2012 R2 Datacenter server (Adatum.com Active Directory domain controller) with IPv4 address of This domain controller also serves a DNS Server role. Note: It is important to point out that, in general, you would likely rely on a combination of IPv6 capable router advertisements and a DHCPv6 server to configure IPv6 on Windows 10 client computers. However, in this lab, we will use static IPv6 address assignments in order to illustrate basic principles of IPv6 configuration and demonstrate techniques that you might find helpful while troubleshooting IPv6 related issues or setting up your own IPv6 lab. Exercise 1: Configure the Windows 10 and Windows Server 2012 R2 virtual machines with static IPv6 addresses. In this exercise, you will assign static IPv6 addresses to the Windows 10 and Windows Server 2012 R2 lab virtual machines and configure both with DNS server settings. The main tasks for this exercise are as follows: 1. Configure static IPv6 address and DNS server setting on the Windows Server 2012 R2 lab virtual machine (LON-DC1) 2. Configure static IPv6 address and DNS server setting on the Windows lab virtual machines (LON-WIN10 and LON-WIN81)

2 3. Verify that the lab virtual machines successfully registered their AAAA DNS records Task 1: Configure static IPv6 address and DNS server setting on the Windows Server 2012 R2 lab virtual machine (LON-DC1) 1. Sign in to the Windows Server 2012 R2 (LON-DC1) lab virtual machine with the following credentials: USERNAME: ADATUM\Administrator PASSWORD: Pa$$w0rd 2. On the lab virtual machine, launch Windows PowerShell by clicking on its icon in the taskbar. 3. In the Administrator: Windows PowerShell window, type the following and press the Enter Get-NetIPConfiguration InterfaceAlias Ethernet -Detailed 4. Examine the output and note that the Ethernet interface has both an IPv4 and IPv6 address assigned to it. The IPv6 address starts with fe80:: and has the prefix length of 64. This is a linklocal address. Note that this address contains a suffix (following the % sign) matching the network interface index. Note: Link-local addresses are functionally equivalent to IPv4 APIPA addresses since they facilitate communication within the local subnet. To find out more about link-local addresses, refer to IPv6 for the Windows Administrator: IPv6 Fundamentals at fundamentals/ 5. At the Windows PowerShell prompt, type the following and press the Enter key ncpa.cpl 6. In the Network Connections window, right-click Ethernet and click Properties in the rightclick menu. 7. In the Ethernet Properties dialog box, double-click Internet Protocol Version 6 (TCP/IPv6). 8. In the Internet Protocol Version 6 (TCP/IPv6) Properties dialog box, select Use the following IPv6 address option button. In the IPv6 address textbox, type in fd44:ecc6:e322::dc1. Note that your choice of IPv6 address is arbitrary, as long as the 64-bit prefix matches the one designated for the DHCPv6 scope (we decided to use dc1 as the Interface ID portion of the address purely for convenience). Ensure that the Subnet prefix length is set to In the Internet Protocol Version 6 (TCP/IPv6) Properties dialog box, select Use the following DNS server addresses option button. In the Preferred DNS server textbox, type in ::1. Note: The IPv6 address ::1 represents the loopback address, which in this case, points to the local DNS server. You could have used fd44:ecc6:e322::dc1 instead, however, the loopback address provides an additional benefit. If an IPv6 address of the server changes at any point in the future, the loopback address would still allow you to reach the local DNS server.

3 10. Click OK. 11. In the Ethernet Properties dialog box, click OK. Task 2: Configure static IPv6 address and DNS server setting on the Windows lab virtual machines (LON-WIN10 and LON-WIN81) 1. Sign in to the Windows 10 (LON-WIN10) lab virtual machine with the following credentials: USERNAME: ADATUM\Administrator PASSWORD: Pa$$w0rd 2. On the LON-WIN10 lab virtual machine, click the Windows logo in the lower left corner. Click All apps in the Start menu. In the All apps menu, click the Windows PowerShell folder. In the list of programs in the PowerShell folder, right click Windows PowerShell. In the right-click menu, click Run as administrator. 3. In the Administrator: Windows PowerShell window, type the following and press the Enter Get-NetIPConfiguration InterfaceAlias Ethernet -Detailed 4. Examine the output and note that the Ethernet interface has both an IPv4 and IPv6 address assigned to it. The IPv6 address starts with fe80:: and has the prefix length of 64. This is a linklocal address. Note that this address contains a suffix (following the % sign) matching the network interface index. Note: Link-local addresses are functionally equivalent to IPv4 APIPA addresses since they facilitate communication within the local subnet. To find out more about link-local addresses, refer to IPv6 for the Windows Administrator: IPv6 Fundamentals at fundamentals/ 5. At the Windows PowerShell prompt, type the following and press the Enter key ncpa.cpl 6. In the Network Connections window, right-click Ethernet and click Properties in the rightclick menu. 7. In the Ethernet Properties dialog box, double-click Internet Protocol Version 6 (TCP/IPv6). 8. In the Internet Protocol Version 6 (TCP/IPv6) Properties dialog box, select Use the following IPv6 address option button. In the IPv6 address textbox, type in fd44:ecc6:e322::c11. Note that your choice of IPv6 address is arbitrary, as long as the 64-bit prefix matches the one designated for the DHCPv6 scope. Ensure that the Subnet prefix length is set to In the Internet Protocol Version 6 (TCP/IPv6) Properties dialog box, select Use the following DNS server addresses option button. In the Preferred DNS server textbox, type in fd44:ecc6:e322::dc1. Note: The IPv6 address fd44:ecc6:e322::dc1 is the IPv6 address of the LON-DC1, which we assigned in the previous task of this exercise.

4 10. Click OK. 11. In the Ethernet Properties dialog box, click OK. 12. Switch to LON-WIN81 Windows 8.1 lab virtual machine. On LON-WIN81 Windows 8.1 lab virtual machine, from the Start screen, type Windows PowerShell. In the search result list, rightclick Windows PowerShell. In the right-click menu, click Run as administrator. 13. In the Administrator: Windows PowerShell window, type the following and press the Enter Get-NetIPConfiguration InterfaceAlias Ethernet -Detailed 14. Examine the output and note that the Ethernet interface has both an IPv4 and IPv6 address assigned to it. The IPv6 address starts with fe80:: and has the prefix length of 64. This is a linklocal address. Note that this address contains a suffix (following the % sign) matching the network interface index. Note: Link-local addresses are functionally equivalent to IPv4 APIPA addresses since they facilitate communication within the local subnet. To find out more about link-local addresses, refer to IPv6 for the Windows Administrator: IPv6 Fundamentals at fundamentals/ 15. At the Windows PowerShell prompt, type the following and press the Enter key ncpa.cpl 16. In the Network Connections window, right-click Ethernet and click Properties in the rightclick menu. 17. In the Ethernet Properties dialog box, double-click Internet Protocol Version 6 (TCP/IPv6). 18. In the Internet Protocol Version 6 (TCP/IPv6) Properties dialog box, select Use the following IPv6 address option button. In the IPv6 address textbox, type in fd44:ecc6:e322::c12. Note that your choice of IPv6 address is arbitrary, as long as the 64-bit prefix matches the one designated for the DHCPv6 scope. Ensure that the Subnet prefix length is set to In the Internet Protocol Version 6 (TCP/IPv6) Properties dialog box, select Use the following DNS server addresses option button. In the Preferred DNS server textbox, type in fd44:ecc6:e322::dc1. Task 3: Verify that the lab virtual machines successfully registered their AAAA DNS records 1. From the Windows 10 (LON-WIN10) virtual machine, in the Administrator: Windows PowerShell window, type the following command and press the Enter key: Resolve-DnsName Type AAAA Name LON-DC1.adatum.com -DnsOnly 2. The output should list a single AAAA DNS record providing translation between the LON- DC1.adatum.com name and its IPv6 address you assigned in the first task of this exercise (fd44:ecc6:e322::dc1).

5 3. At the Windows PowerShell prompt, type the following command and press the Enter key: Resolve-DnsName Type AAAA Name LON-WIN10.adatum.com -DnsOnly 4. The output should list a single AAAA DNS record providing translation between the LON- WIN10.adatum.com name and its IPv6 address you assigned in the second task of this exercise (fd44:ecc6:e322::c11). 5. At the Windows PowerShell prompt, type the following command and press the Enter key: Resolve-DnsName Type AAAA Name LON-WIN81.adatum.com -DnsOnly 6. The output should list a single AAAA DNS record providing translation between the LON- WIN81.adatum.com name and its IPv6 address you assigned in the second task of this exercise (fd44:ecc6:e322::c12). Note: This confirms that all lab virtual machines successfully registered their AAAA DNS records in the DNS server hosted on LON-DC1. We will use their ability to interact with the DNS server via DNSv6 in the third exercise of this lab. Results: After completing this exercise, you will have configured static IPv6 address and DNSv6 settings on all lab virtual machines (LON-WIN10, LON-WIN81, and LON-DC1). You also will have tested DNSv6 name resolution by verifying the presence of the LON-DC1, LON-WIN10, and LON-WIN81 AAAA records on the DNS server hosted on LON-DC1. Exercise 2: Configure IPv6 components on the Windows 10 lab virtual machine In this exercise, you will configure IPv6 components on the Windows 10 lab computer LON- WIN10. The main tasks for this exercise are as follows: 1. Identify active IPv6 components on the Windows 10 lab virtual machine (LON-WIN10) 2. Disable the IPv6 tunnel adapter on the Windows 10 lab virtual machine (LON-WIN10) and verify the outcome Task 1: Identify active IPv6 components on the Windows 10 lab virtual machine (LON-WIN10) 1. On the LON-WIN10 lab virtual machine, in the Administrator: Windows PowerShell window, type the following and press the Enter ipconfig 2. Examine the output and note that the tunnel adapter is enabled but disconnected. Note: Our intention in this case is to disable components that are not needed. You will disable the tunnel adapter in the next task of this exercise. Obviously your decision in such case should be based on a thorough analysis conducted to determine whether disabling such components does not have any negative implications on the functionality you might need.

6 Task 2: Disable the IPv6 tunnel adapter on the Windows 10 lab virtual machine (LON-WIN10) and verify the outcome 1. On the Windows 10 lab virtual machine (LON-WIN10), in the Administrator: Windows PowerShell window, run the following script: $registrypath = HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters $registryentry = DisabledComponents $registryvalue = 0x1 New-ItemProperty Path $registrypath Name $registryentry Value $registryvalue PropertyType DWORD -Force Note: This script sets the value of the DisabledComponents registry entry to 0x1, which effectively disables IPv6 on all tunnel interfaces. This registry entry also allows you to control other aspects of IPv6 behavior, including disabling it entirely. The configuration options are described in details in the Microsoft Knowledge Base article How to disable IPv6 or its components in Windows at Important: Keep in mind that the DisabledComponents registry entry is a bitmask, so any of its modifications should take into account its existing value (in order to avoid changes to already implemented features). In this lab, you simply set the value, since its original configuration is known (matching what was configured in the image on which the lab virtual machine is based). In real-world scenarios, you should first check whether the entry already exists and, if so, read its value first and modify only individual bit or bits that control the functionality you intend to implement. 2. Once the script completes, restart LON-WIN10 Windows 10 lab virtual machine. 3. Once LON-WIN10 restarted, sign in to it with the following credentials: USERNAME: ADATUM\Administrator PASSWORD: Pa$$w0rd 4. On the LON-WIN10 lab virtual machine, right-click the Windows PowerShell icon on the taskbar and select Run as Administrator. 5. In the Administrator: Windows PowerShell window, type the following and press the Enter ipconfig 6. Examine the output and note that the tunnel adapter is no longer listed. Results: After completing this exercise, you will have disabled the IPv6 tunnel interface on the Windows 10 lab virtual machine. Note: When you finish this lab select the End lab link to reset the virtual machines.

INF204x Module 1 Lab 1: Configuring and Troubleshooting Networking Part 1

INF204x Module 1 Lab 1: Configuring and Troubleshooting Networking Part 1 INF204x Module 1 Lab 1: Configuring and Troubleshooting Networking Part 1 Estimated Time: 90 minutes Your organization plans to implement IPv6 in their existing Active Directory environment including Windows

More information

INF204x Module 1, Lab 3 - Configure Windows 10 VPN

INF204x Module 1, Lab 3 - Configure Windows 10 VPN INF204x Module 1, Lab 3 - Configure Windows 10 VPN Estimated Time: 40 minutes Your organization plans to allow Windows 10 users to connect to the internal network by using the VPN client built into the

More information

INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients

INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients Estimated Time: 30 minutes You have a standalone Windows 10 client computer that you share with your colleagues. You plan

More information

Module 3 Remote Desktop Gateway Estimated Time: 90 minutes

Module 3 Remote Desktop Gateway Estimated Time: 90 minutes Module 3 Remote Desktop Gateway Estimated Time: 90 minutes A. Datum Corporation provided access to web intranet web applications by implementing Web Application Proxy. Now, IT management also wants to

More information

Lab: Configuring and Troubleshooting DNS

Lab: Configuring and Troubleshooting DNS Lab: Configuring and Troubleshooting DNS A. Datum is a global engineering and manufacturing company with its head office in London, UK. An IT office and a data center are located in London to support the

More information

20411D D Enayat Meer

20411D D Enayat Meer Lab A Module 8: Implementing Direct Access by Using the Getting Started Wizard Scenario: Recommended lab time is 240 Minutes {a complete class session is dedicated for this lab} Many users at A. Datum

More information

Module 4 Network Controller Estimated Time: 90 minutes

Module 4 Network Controller Estimated Time: 90 minutes Module 4 Network Controller Estimated Time: 90 minutes A. Datum Corporation intends to deploy and use Network Controller to manage network services and devices. You need to test a deployment of Network

More information

INF220x Security Practical Exercises

INF220x Security Practical Exercises INF220x Security Practical Exercises This course comes with a virtual lab environment where you can practice what you learn. In most cases, the userid is Adatum\Administrator and the password is Pa55w.rd,

More information

INF214x Basic Networking Practical Exercises

INF214x Basic Networking Practical Exercises INF214x Basic Networking Practical Exercises Overview This course includes practical exercises where you can try out the techniques demonstrated in the course for yourself. This guide lists the steps for

More information

This course comes with a virtual lab environment where you can practice what you learn.

This course comes with a virtual lab environment where you can practice what you learn. INF220x Security Practical Exercises Overview This course comes with a virtual lab environment where you can practice what you learn. In most cases, the userid is Adatum\Administrator and the password

More information

LAB 5 IMPLEMENTING WINDOWS IN AN ENTERPRISE ENVIRONMENT

LAB 5 IMPLEMENTING WINDOWS IN AN ENTERPRISE ENVIRONMENT LAB 5 IMPLEMENTING WINDOWS IN AN ENTERPRISE ENVIRONMENT THIS LAB CONTAINS THE FOLLOWING EXERCISES AND ACTIVITIES: Exercise 5.1 Exercise 5.2 Exercise 5.3 Lab Challenge Installing the Windows Assessment

More information

List of Virtual Machines Used in This Lab

List of Virtual Machines Used in This Lab INF204x Module 3 Lab1: Deploying Windows 10 to a New Computer by Using Microsoft Deployment Toolkit Lab: Using Microsoft Deployment Toolkit 2013 Update 1 Preview to Deploy Operating Systems Overview of

More information

Module 1 Web Application Proxy (WAP) Estimated Time: 120 minutes

Module 1 Web Application Proxy (WAP) Estimated Time: 120 minutes Module 1 Web Application Proxy (WAP) Estimated Time: 120 minutes The remote access deployment is working well at A. Datum Corporation, but IT management also wants to enable access to some internal applications

More information

This course comes with a virtual lab environment where you can practice what you learn.

This course comes with a virtual lab environment where you can practice what you learn. INF220x Security Practical Exercises Overview This course comes with a virtual lab environment where you can practice what you learn. In most cases, the userid is Adatum\Administrator and the password

More information

Lab Viewing Wireless and Wired NIC Information

Lab Viewing Wireless and Wired NIC Information Objectives Part 1: Identify and Work with PC NICs Part 2: Identify and Use the System Tray Network Icons Background / Scenario This lab requires you to determine the availability and status of the network

More information

Student Lab Manual MS101.1x: Microsoft 365 Security Management

Student Lab Manual MS101.1x: Microsoft 365 Security Management Student Lab Manual MS101.1x: Microsoft 365 Security Management Lab Scenario You are the system administrator for Adatum Corporation, and you have Microsoft 365 deployed in a virtualized lab environment.

More information

Course CLD221x: Enabling Office 365 Clients

Course CLD221x: Enabling Office 365 Clients Course CLD221x: Enabling Office 365 Clients Student Lab Manual Lab Design There are five exercises in this lab, each of which contains one or more tasks. For a successful outcome to the lab, the exercises

More information

Lab - Remote Desktop in Windows 8

Lab - Remote Desktop in Windows 8 Lab - Remote Desktop in Windows 8 Introduction In this lab, you will remotely connect to another Windows 8 computer. Recommended Equipment The following equipment is required for this exercise: Two Windows

More information

Configure DHCP for Failover Step-by-Step.

Configure DHCP for Failover Step-by-Step. Configure DHCP for Failover Step-by-Step https://technet.microsoft.com/en-us/library/hh831385.aspx Dynamic Host Configuration Protocol (DHCP) failover in Windows Server 2012 is a new method for ensuring

More information

Lab - Remote Desktop in Windows 7 and Vista

Lab - Remote Desktop in Windows 7 and Vista Lab - Remote Desktop in Windows 7 and Vista Introduction In this lab, you will remotely connect to another Windows 7 or Vista computer. Recommended Equipment The following equipment is required for this

More information

Test Lab Guide: Windows Server 2012 Base Configuration

Test Lab Guide: Windows Server 2012 Base Configuration Test Lab Guide: Windows Server 2012 Base Configuration Microsoft Corporation Published: September 10, 2012 Abstract This Microsoft Test Lab Guide (TLG) provides step- by- step instructions to create the

More information

Student Lab Manual MS100.1x: Office 365 Management

Student Lab Manual MS100.1x: Office 365 Management Student Lab Manual MS100.1x: Office 365 Management Lab Scenario You are the system administrator for Adatum Corporation, and you have Office 365 deployed in a virtualized lab environment. In this lab,

More information

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista 8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista Introduction If Vista is not available in your classroom, you may complete this lab by viewing the figures in this document. Print and

More information

Lab - Connect to a Router for the First Time

Lab - Connect to a Router for the First Time Introduction In this lab, you will configure basic settings on a wireless router. Recommended Equipment A computer with Windows installed An Ethernet NIC installed Wireless router Ethernet patch cable

More information

Answers for Additional Exercises

Answers for Additional Exercises Appendix C Answers for Additional Exercises Chapter 1 Various answers are possible. Drawings similar to Figure 1.3 with multiple computers are possible. Various answers are possible. Drawings similar to

More information

edp 8.2 Info Sheet - Integrating the ediscovery Platform 8.2 & Enterprise Vault

edp 8.2 Info Sheet - Integrating the ediscovery Platform 8.2 & Enterprise Vault edp 8.2 Info Sheet - Integrating the ediscovery Platform 8.2 & Enterprise Vault 12.0.1 Date: December 2017 Author: Technical Field Enablement (II-TEC@veritas.com) Applies to: ediscovery Platform 8.x and

More information

LAB MANUAL. Craig Zacker.

LAB MANUAL. Craig Zacker. Free ebooks ==> www.ebook777.com LAB MANUAL Craig Zacker www.ebook777.com Free ebooks ==> www.ebook777.com www.ebook777.com This page is intentionally left blank Free ebooks ==> www.ebook777.com Installing

More information

Configuring Windows 10 for Sierra Wave

Configuring Windows 10 for Sierra Wave PAGE: 1 of 23 Configuring Windows 10 for Sierra Wave This document will describe how to setup Windows 10 for optimal performance of the Sierra Wave program, please configure Window 10 as outlined in the

More information

In most cases, the userid is Adatum\Administrator and the password is Pa55w.rd, but read the instructions carefully.

In most cases, the userid is Adatum\Administrator and the password is Pa55w.rd, but read the instructions carefully. INF219x Advanced Virtualization Practical Exercises Overview This course comes with a virtual lab environment where you can practice what you learn. Launch the lab environment from the Welcome > Getting

More information

The OSI model of network communications

The OSI model of network communications The OSI model of network communications The TCP/IP networking layers are mapped to the OSI model The Next Generation TCP/IP stack IPv6 is supported natively in Windows Vista, Windows 7, Windows Server

More information

Overview. Audience Profile. Module Title : 20410DC -Installing and Configuring Windows Server Course Outline :: 20410DC::

Overview. Audience Profile. Module Title : 20410DC -Installing and Configuring Windows Server Course Outline :: 20410DC:: Module Title : 20410DC -Installing and Configuring Windows Server 2012 Duration : 5 days Overview Get hands-on instruction and practice installing and configuring Windows Server 2012, including Windows

More information

6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure

6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure www.peaksolutions.com 6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure Course 6421A: Five days; Instructor-Led Introduction This five-day instructor-led course provides

More information

Computer Networks Lab

Computer Networks Lab Computer Networks Lab Room: BB 219 Additional Information: http://ti.uni-due.de/ti/en/education/teaching/ss18/netlab 1. Practical Training: Network planning and installation of a file server 2. Practical

More information

LAB MANUAL. Craig Zacker Patrick Regan.

LAB MANUAL. Craig Zacker Patrick Regan. Free ebooks ==> www.ebook777.com LAB MANUAL Craig Zacker Patrick Regan www.ebook777.com Free ebooks ==> www.ebook777.com www.ebook777.com Configuring Windows 8 Exam 70-687 Lab Manual Craig Zacker Patrick

More information

"Charting the Course to Your Success!" MOC D Installing and Configuring Windows Server Course Summary

Charting the Course to Your Success! MOC D Installing and Configuring Windows Server Course Summary Description Course Summary Get hands-on instruction and practice installing and configuring Windows Server 2012, including Windows Server 2012 R2, in this five-day Microsoft Official Course. This course

More information

Installing and Configuring Windows Server 2012

Installing and Configuring Windows Server 2012 Installing and Configuring Windows Server 2012 Course 20410C - Five days - Instructor-led - Hands-on Introduction Get hands-on instruction and practice installing and configuring Windows Server 2012, including

More information

How to setup WL-WN575A2/WL-WN575A3 Repeater Mode through Ethernet Cable

How to setup WL-WN575A2/WL-WN575A3 Repeater Mode through Ethernet Cable How to setup WL-WN575A2/WL-WN575A3 Repeater Mode through Ethernet Cable The following setup procedure is for INITIAL SETUP. If your product has been configured before, we suggest you to RESET the product

More information

IT Department. Basic WIFI Troubleshooting on ACC SSID. October 2017

IT Department. Basic WIFI Troubleshooting on ACC SSID. October 2017 October 2017 IT Department Basic WIFI Troubleshooting on ACC SSID Many times WIFI issues can be solved with a few simple fixes. Some of the most common example are below: Symptom 1 Desired Wireless network

More information

A+ Certification Guide. Chapter 16 (Part B) Networking

A+ Certification Guide. Chapter 16 (Part B) Networking A+ Certification Guide Chapter 16 (Part B) Networking Chapter 16 (Part B) Objectives Installing and Configuring Network Interface Cards Networking Configuration for Small Network Switches and Routers Setting

More information

Personal vdisk Implementation Guide. Worldwide Technical Readiness

Personal vdisk Implementation Guide. Worldwide Technical Readiness Worldwide Technical Readiness Table of Contents Table of Contents... 2 Overview... 3 Implementation Guide... 4 Pre-requisites... 5 Preparing PVS vdisk to be used with Personal vdisk... 6 Creating a Desktop

More information

Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management

Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management Module 1 Lab - Configure Enterprise Search Introduction This document contains the detailed, step-by-step lab instructions for

More information

Lab - Configure a NIC to Use DHCP in Windows

Lab - Configure a NIC to Use DHCP in Windows Introduction In this lab, you will configure an Ethernet NIC to use DHCP to obtain an IP address and test connectivity between two computers. Recommended Equipment Wireless router Two computers running

More information

Course 20410D: Installing and Configuring Windows Server 2012

Course 20410D: Installing and Configuring Windows Server 2012 Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course 20410D: Installing and Configuring Windows Server 2012 Course Specifications

More information

Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol

Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol Contents Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol Overview 1 Multimedia: The Role of DHCP in the Network Infrastructure 2 Lesson: Adding and Authorizing the DHCP

More information

SEVENMENTOR TRAINING PVT.LTD

SEVENMENTOR TRAINING PVT.LTD Installing and Configuring Windows Server 2012 Module 1: Deploying and Managing Windows Server 2012 This module introduces students to the editions of Windows Server 2012 and the new Windows Server 2012

More information

MS-20410A: Installing and Configuring Windows Server 2012

MS-20410A: Installing and Configuring Windows Server 2012 MS-20410A: Installing and Configuring Windows Server 2012 Introduction This version of this course 20410A utilizes pre-release software in the virtual machines for the labs. The five day course is part

More information

Installing and Configuring Windows Server 2012

Installing and Configuring Windows Server 2012 Course 20410 : Installing and Configuring Windows Server 2012 Page 1 of 6 Installing and Configuring Windows Server 2012 Course 20410: 4 days; Instructor-Led Introduction The course is part one of a series

More information

Rapidlogger Systems. EnGenius ENS202EXT Access Point

Rapidlogger Systems. EnGenius ENS202EXT Access Point EnGenius ENS202EXT Access Point This tech note describes how to setup the EnGenius Wi-Fi access point and connect it with the Rapidlogger System. This will allow you to wirelessly communicate between your

More information

Answer: B. Answer: D. Answer: C

Answer: B. Answer: D. Answer: C Question: 1 Your company has a single Active Directory forest that has an Active Directory domain named na.contoso.com. A server named Server1 runs the DNS server role. You notice stale resource records

More information

Practice and Review Activities Software

Practice and Review Activities Software Practice and Review Activities Software Installation and Setup Procedure Reading Mastery Signature Edition Corrective Reading Installation Insert the Practice and Review Activities CD-ROM into the CD/DVD

More information

Installing and Configuring Windows Server 2012

Installing and Configuring Windows Server 2012 Course Code: M20410 Vendor: Microsoft Course Overview Duration: 5 RRP: POA Installing and Configuring Windows Server 2012 Overview Get hands-on instruction and practice installing and configuring Windows

More information

Dhcp With Manual Address Windows Server 2008 R2 Ipv6 Disable

Dhcp With Manual Address Windows Server 2008 R2 Ipv6 Disable Dhcp With Manual Address Windows Server 2008 R2 Ipv6 Disable netsh interface ipv6_show address 15 Address 2001:44b8:4126:c615::22 @MichaelHampton The Windows DHCP server on the other domain controller

More information

Lab 11 Deploying and Configuring the DHCP Service

Lab 11 Deploying and Configuring the DHCP Service Lab 11 Deploying and Configuring the DHCP Service THIS LAB CONTAINS THE FOLLOWING EXERCISES AND ACTIVITIES: 11.1 11.2 11.3 11.4 Lab Challenge Installing the DHCP Server Role Creating a DHCPv4 Scope Creating

More information

Course CLD209.1x Microsoft Exchange Server 2016 Hybrid Topologies

Course CLD209.1x Microsoft Exchange Server 2016 Hybrid Topologies Course CLD209.1x Microsoft Exchange Server 2016 Hybrid Topologies Getting a lab for the lab exercises The lab exercises in this course require you to log on to the Microsoft Labs Online environment to

More information

First-Time Login Procedure on XWin32

First-Time Login Procedure on XWin32 First-Time Login Procedure on XWin32 Configuring XWin32 The first time you log into X-Win32, you ll need to do a bit of profile setup; this is a one-time thing, and once done you shouldn t ever need to

More information

Windows Server : Installing and Configuring Windows Server 2012 R2. Upcoming Dates. Course Description. Course Outline

Windows Server : Installing and Configuring Windows Server 2012 R2. Upcoming Dates. Course Description. Course Outline Windows Server 2012 20410: Installing and Configuring Windows Server 2012 R2 Get the skills and knowledge necessary to implement a core Windows Server 2012 R2 infrastructure in this 5-day class. You'll

More information

Windows 7 Peer-to-Peer Networking

Windows 7 Peer-to-Peer Networking CTEC1767... Lab #7 Windows 7 Peer-to-Peer Networking PART A: WINDOWS 7 PEER TO PEER SETUP Boot into Windows 7 and choose (Start Menu > Control Panel > Network and Sharing Center > Change adapter settings)

More information

Connecting to the NJITSecure wireless network.

Connecting to the NJITSecure wireless network. Connecting to the NJITSecure wireless network. 1. Start by going to the Start menu and selecting Control Panel 2. Your control Panel will most likely be in Category view, you will need to change it to

More information

Installing & Configuring Windows Server 2012 (20410D)

Installing & Configuring Windows Server 2012 (20410D) Installing & Configuring Windows Server 2012 (20410D) COURSE OVERVIEW: Learn to implement and configure the core services of Windows Server 2012 and Windows Server 2012 R2. This course, Installing and

More information

PMS 138 C Moto Black spine width spine width 100% 100%

PMS 138 C Moto Black spine width spine width 100% 100% Series MOTOROLA and the Stylized M Logo are registered in the US Patent & Trademark Office. All other product or service names are the property of their respective owners. 2009 Motorola, Inc. Table of

More information

Lab - Remote Assistance in Windows

Lab - Remote Assistance in Windows Lab - Remote Assistance in Windows Introduction In this lab, you will remotely connect to a computer, examine device drivers, and provide remote assistance. Recommended Equipment Two Windows 7, Windows

More information

Installing and upgrading HP Insight Management 7.6 on Windows Server 2016 Failover Clusters

Installing and upgrading HP Insight Management 7.6 on Windows Server 2016 Failover Clusters Installing and upgrading HP Insight Management 7.6 on Windows Server 2016 Failover Clusters HPE Insight Management 7.6 Click here to verify the latest version of this document Table of contents Introduction...

More information

ResNet Quick Start. Installation guide

ResNet Quick Start. Installation guide Reference: user196 Issue date: Current Classification: Network Originators: Nick Turton, Greg McCawley, Shaun Forester, Gareth A. Hughes, Craig Houghton, Tom Cossburn ResNet Quick Start Installation guide

More information

Application Notes for Biscom FAXCOM Server with Avaya IP Office Server Edition R10 Issue 1.0

Application Notes for Biscom FAXCOM Server with Avaya IP Office Server Edition R10 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Biscom FAXCOM Server with Avaya IP Office Server Edition R10 Issue 1.0 Abstract These Application Notes describe the configuration steps

More information

Wireless Setup Guide (for Windows XP, Windows Vista, Windows 7 and Mac OSx)

Wireless Setup Guide (for Windows XP, Windows Vista, Windows 7 and Mac OSx) Wireless Setup Guide (for Windows XP, Windows Vista, Windows 7 and Mac OSx) Wireless Setup Guide The following steps will take you through the process of setting up and connecting to your wireless network.

More information

How to manually set up EW-7228APn to extender wireless range

How to manually set up EW-7228APn to extender wireless range How to manually set up EW-7228APn to extender wireless range 1. Find out the IP address of your computer. Have your computer get on Internet as normally, without EW-7228APn turning on. If you use a Windows

More information

FASHION AND DESIGN INSTITUTE

FASHION AND DESIGN INSTITUTE FASHION AND DESIGN INSTITUTE Network and Browser Setting Manual Version 1.0 PURPOSE Internet access is provided for student and visitor s access, however, whoever who need to use the WIFI access, has to

More information

Wireless Setup Guide (for Windows XP, Windows Vista, Windows 7 and Mac OSx) (3GM2Wn)

Wireless Setup Guide (for Windows XP, Windows Vista, Windows 7 and Mac OSx) (3GM2Wn) Wireless Setup Guide (for Windows XP, Windows Vista, Windows 7 and Mac OSx) (3GM2Wn) Wireless Setup Guide The following steps will take you through the process of setting up and connecting to your wireless

More information

LAB 8 ANSWER KEY CONFIGURING A WINDOWS SERVER 2008 MACHINE

LAB 8 ANSWER KEY CONFIGURING A WINDOWS SERVER 2008 MACHINE LAB 8 ANSWER KEY CONFIGURING A WINDOWS SERVER 2008 MACHINE This lab contains the following exercises: Exercise 8.1 Exercise 8.2 Exercise 8.3 Installing Active Directory Creating Users and Groups Joining

More information

Microsoft Office 365 Installation Guide

Microsoft Office 365 Installation Guide Microsoft Office 365 Installation Guide This guide will assist you with the installation of Microsoft Office 365. The Office 365 installation process is broken into two parts: Create your Microsoft Office

More information

Installing and Configuring Windows Server 2012

Installing and Configuring Windows Server 2012 Installing and Configuring Windows Server 2012 Course # Exam: Prerequisites Technology: Delivery Method: Length: 20697-1 70-697 Windows Instructor-led (classroom) 5 Days Overview About this Course This

More information

Fundamentals of Windows Server 2008 Network and Applications Infrastructure

Fundamentals of Windows Server 2008 Network and Applications Infrastructure COURSE OVERVIEW This five-day instructor-led course introduces students to network and applications infrastructure concepts and configurations provided by Window Server 2008. Students will be able to acquire

More information

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services 6425 - Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Microsoft Windows Server

More information

UEFI PXE Server. Windows Server 2012 S.O.P.

UEFI PXE Server. Windows Server 2012 S.O.P. UEFI PXE Server Windows Server 2012 S.O.P. 1 Directory (1)Install.Net Framework 3.5.1...3 (2) AD DS/DNS installation and configuration...6 (3) DHCP installation and configuration...16 (4)WDS Configuration

More information

XenMobile 10 Cluster installation. Here is the task that would be completed in order to implement a XenMobile 10 Cluster.

XenMobile 10 Cluster installation. Here is the task that would be completed in order to implement a XenMobile 10 Cluster. XenMobile 10 Cluster installation Here is the task that would be completed in order to implement a XenMobile 10 Cluster. For this example, running on my lab, I am using XenServer 6.5 SP1 as hypervisor

More information

Web Intelligence Rich Client Getting Started Business Objects 4.1

Web Intelligence Rich Client Getting Started Business Objects 4.1 User Guide Web Intelligence Rich Client Getting Started Business Objects 4.1 Web Intelligence Rich Client Getting Started User Guide Contents Purpose of this Guide... 3 About Web Intelligence 4.1... 3

More information

Installing and Configuring Windows Server 2012 Course M Day(s) 30:00 Hours

Installing and Configuring Windows Server 2012 Course M Day(s) 30:00 Hours Área de formação Plataforma e Tecnologias de Informação Installing and Configuring Introduction Get hands-on instruction and practice installing and configuring, including R2, in this five-day Microsoft

More information

Cisco Stand-Alone Installation Instructions Windows OS

Cisco Stand-Alone Installation Instructions Windows OS Cisco Stand-Alone Installation Instructions Windows OS IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion. Information

More information

Installing and Configuring Windows Server 2012

Installing and Configuring Windows Server 2012 20410 - Installing and Configuring Windows Server 2012 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview Get hands-on instruction and practice installing

More information

Installation and use of the UMass Dartmouth VPN Client (for Windows 10) Installing the VPN client

Installation and use of the UMass Dartmouth VPN Client (for Windows 10) Installing the VPN client Installation and use of the UMass Dartmouth VPN Client (for Windows 10) This document will help you install and use the Check Point Capsule VPN Client on Microsoft Windows 10 machines. Note: The following

More information

Lesson 12 Lab Key Lab Exercises

Lesson 12 Lab Key Lab Exercises Lab 1 Doing a Ping Test Lesson 12 Lab Key Lab Exercises The purpose of this lab is to familiarize the student with running a ping test. This lab will also help the student correctly interpret the results

More information

Wireless Setup Guide (for Windows XP, Windows Vista, Windows 7, Windows 8 and Mac OSx)

Wireless Setup Guide (for Windows XP, Windows Vista, Windows 7, Windows 8 and Mac OSx) Wireless Setup Guide (for Windows XP, Windows Vista, Windows 7, Windows 8 and Mac OSx) Wireless Setup Guide The following steps will take you through the process of setting up and connecting to your wireless

More information

COURSE OUTLINE: Supporting and Troubleshooting Windows 10

COURSE OUTLINE: Supporting and Troubleshooting Windows 10 Course Name 10982-Supporting and Troubleshooting Course Duration 5 Days Course Structure Instructor-Led Course Overview This course is designed to provide students with the knowledge and skills required

More information

Plus-X I/O Units. Manual Supplement Configuring Units with and without DHCP

Plus-X I/O Units. Manual Supplement Configuring Units with and without DHCP Plus-X I/O Units Manual Supplement Configuring Units with and without DHCP Table of Contents Introduction... 1 Initial Connection Using DHCP... 1 Initial Connection Without DHCP... 2 Set a Static IP Address...

More information

Privileged Access Agent on a Remote Desktop Services Gateway

Privileged Access Agent on a Remote Desktop Services Gateway Privileged Access Agent on a Remote Desktop Services Gateway IBM SECURITY PRIVILEGED IDENTITY MANAGER User Experience and Configuration Cookbook Version 1.0 November 2017 Contents 1. Introduction 5 2.

More information

P964 APR 964 Cable Router with 11g AP Quick Installation Guide VER. 1.0

P964 APR 964 Cable Router with 11g AP Quick Installation Guide VER. 1.0 P964 APR 964 Cable Router with 11g AP Quick Installation Guide VER. 1.0 CABLE POWER PORT LAN1~LAN4 Rear Panel Connections CONNECTION Connect the F-type connector to the CATV outlet using a coaxial cable.

More information

How to Access CTC via VPN with Mac OS 10.7x

How to Access CTC via VPN with Mac OS 10.7x NAME: How to Access CTC via VPN with Mac OS 10.7x PAGE: 1 of 16 How to Access CTC via VPN with Mac OS 10.7x Before you begin, please review the following: If you do not already have VPN permission, please

More information

VPN Connection - Instructional Document

VPN Connection - Instructional Document VPN Connection - Instructional Document INTRODUCTION PPTP or "Point to Point Tunneling Protocol" allows your computer to connect to the Pelco s Partner Integration Lab and access resources that are only

More information

Course Outline. Installing and Configuring Windows Server 2012 R2 (Course & Lab)

Course Outline. Installing and Configuring Windows Server 2012 R2 (Course & Lab) Course Outline Installing and Configuring Windows Server 26 Dec 2017 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Configuring, Managing, and Maintaining Windows Server 2008 R2 Servers

Configuring, Managing, and Maintaining Windows Server 2008 R2 Servers Configuring, Managing, and Maintaining Windows Server 2008 R2 Servers Course 6419B - Five Days - Instructor-led - Hands on Introduction This five-day instructor-led course provides students with the knowledge

More information

Wireless Setup Instructions for Windows 7

Wireless Setup Instructions for Windows 7 Wireless Setup Instructions for Windows 7 1. Make sure that your wireless feature is turned on. (You may need to flip a switch or press a button on your laptop.) On most laptops you should see a light

More information

Install & Configure Windows 10, Visual Studio, & MySQL Dr. Tom Hicks Trinity University

Install & Configure Windows 10, Visual Studio, & MySQL Dr. Tom Hicks Trinity University Install & Configure Windows 10, Visual Studio, & MySQL Dr. Tom Hicks Trinity University Windows 10 Install 1] Push the Next Button. 2] Push the Install Now Button. Windows-Database-Server-Installation-1.docx

More information

Lesson 3: Identifying Key Characteristics of Workgroups and Domains

Lesson 3: Identifying Key Characteristics of Workgroups and Domains 1-16 Chapter 1 Introduction to Windows XP Professional Lesson 3: Identifying Key Characteristics of Workgroups and Domains Windows XP Professional supports two types of network environments in which users

More information

IPv6 Addressing. There are three types of IPV6 Addresses. Unicast:Multicast:Anycast

IPv6 Addressing. There are three types of IPV6 Addresses. Unicast:Multicast:Anycast IPv6 Addressing There are three types of IPV6 Addresses. Unicast:Multicast:Anycast Unicast IPv6 addresses A unicast address identifies a single interface within the scope of the type of unicast address.

More information

TEEAL. TEEAL Configuration and Setup. Configuration & network setup for new TEEAL machines. Written By: The TEEAL Team

TEEAL. TEEAL Configuration and Setup. Configuration & network setup for new TEEAL machines. Written By: The TEEAL Team TEEAL TEEAL Configuration and Setup Configuration & network setup for new TEEAL machines Written By: The TEEAL Team INTRODUCTION This guide will walk you through the steps to configure TEEAL. Before proceeding

More information

Introduction. Lab Diagram

Introduction. Lab Diagram Introduction The Implement an Advanced DHCP Solution module provides you with the instruction and server hardware to develop your hands on skills in the defined topics. This module includes the following

More information

First: Obtain a Linksys "WUSB300N for V11A" adapter kit: it contains the USB wireless

First: Obtain a Linksys WUSB300N for V11A adapter kit: it contains the USB wireless First: Obtain a Linksys "WUSB300N for V11A" adapter kit: it contains the USB wireless network adapter (with USB extension cable and Windows XP installation CD.) Before plugging in the adapter, verify that

More information

Mission Guide: Covert Deploy

Mission Guide: Covert Deploy Mission Guide: Covert Deploy Your Mission: Use F-Response to covertly connect to a remote Windows machine Using F-Response to deploy and connect to a remote Windows machine and access one or more targets

More information

Step-by-Step Guide to Installing Cluster Service

Step-by-Step Guide to Installing Cluster Service Page 1 of 23 TechNet Home > Products & Technologies > Windows 2000 Server > Deploy > Configure Specific Features Step-by-Step Guide to Installing Cluster Service Topics on this Page Introduction Checklists

More information

Configuring, Managing and Maintaining Windows Server 2008-based Servers (Course 6419)

Configuring, Managing and Maintaining Windows Server 2008-based Servers (Course 6419) Length: 5 Days About this Course This five-day instructor-led course provides students with the knowledge and skills that are required to manage accounts and resources, maintain server resources, monitor

More information