Windows Server 2003 { Domain Controller Installation and Configuration}

Size: px
Start display at page:

Download "Windows Server 2003 { Domain Controller Installation and Configuration}"

Transcription

1 Windows Server 2003 { Domain Controller Installation and } Benedikt Riedel MCSE + Messaging Benedikt.riedel@siemens.com

2 Start up the prepared Windows Server 2003 installation 2

3 Right click My Network Places and select Properties 3

4 Right click the network adapter in use an select Properties to set a static IP address (required for DC role) 4

5 Select the Internet Protocol (TCP/IP) and hit Properties 5

6 Select use the following IP address and enter your IP details and as DNS server only enter

7 Open the command prompt via Start Run cmd OK and type ipconfig /all and check the result 7

8 Press Start Run and enter DCPROMO and hit OK to start the Active Directory Installation Wizard. 8

9 Press Next to continue 9

10 Press Next to continue 10

11 Select the Domain Controller Type. Either a DC for a new Domain or an additional DC for an existing Domain (first option in this example) 11

12 Now you can choose to select a new forest (default for a new domain e.g. siemens.net), become a child of an existing domain (e.g. ie001.siemens.net) or a new domain tree in an existing forest (e.g. *.siemens.net to link with *.newcompany.net) 12

13 Next select the name for your new domain that is not reachable through the internet for an easier DNS setup (e.g. XXX.local) 13

14 Accept the default NetBIOS name or change it if you want. It is used by some applications for authentication e.g. GH\%SAMAccount% as username 14

15 Now select the Database and Log Folder this should be a partition on a raid array with proper speed. 15

16 Another drive is the shared system drive ensure to keep enough space for this drive depending on the use at least 10 GB 16

17 Because our windows installation is blank we have to install the DNS service that it can generate an active directory enabled zone. 17

18 Always select the bottom option except you want to become member in an <Windows 2000 Server domain 18

19 Enter the Restore Mode password. This should be very secure that backups can not opened to read passwords 19

20 Press Next to confirm all settings 20

21 Wait until the installation and setup is finished 21

22 Press Finish 22

23 Press Restart Now to finalize the installation 23

24 The logon screen changed a bit and you can select now (only) your Domain. Logon with the previously used Windows Password 24

25 Verify the installation. You should see new options in the Administrative Tools e.g. Active Directory... And DNS Press the DNS option 25

26 After expanding the forest you will see the domain name space and the DC as only member. 26

27 Right Click the servers hostname and select Properties. 27

28 Select the Forwarders tab and enter the IP address of an external DNS server. Else the DC DNS server will not know about external domain names such as audi.de or siemens.com (below the OPENDNS servers) 28

29 Select the Event Logging tab and choose Errors and warnings. This way no information messages are recorded. 29

30 To add the DHCP (Dynamic Host Control Protocol) and WINS role press Start Run Control Panel Add or Remove Programs 30

31 Select Add/Remove Windows Components and highlight Networking Services and press Details 31

32 Select DHCP and WINS and press OK 32

33 Wait until the installation is finished (Windows Server 2003 CD may be required) 33

34 Press Finish to complete the installation 34

35 No configuration on WINS is required to configure DHCP select Start Run Administrative Tools DHCP 35

36 Right click the hostname and press New Scope 36

37 Press Next to bypass the Welcome Screen 37

38 Give your Scope a name e.g. WLAN, VoIP, Marketing... 38

39 Enter the start and end address as well as the subnet mask used 39

40 You can setup exclusions e.g. For servers or network equipment 40

41 Change the Lease Duration to 1 Day and 2 Hours that PCs request a new IP address every day while it is running and the scope is refreshed every week on Monday morning (default lease expires on Sunday). 41

42 To setup the gateway and DNS servers select Yes and press Next 42

43 Enter the Gateway IP and press Add and Next 43

44 Same for DNS settings + you can enter a parent Domain (e.g. VoIP, WLAN...) 44

45 Enter the WINS IP as well and press next 45

46 To activate the scope press Yes and Next 46

47 Press Finish to complete the configuration 47

48 Right click the hostname and press Authorize to activate the DHCP server 48

49 Press F5 and verify the scope is setup and the green arrow is shown in front of the server name 49

50 To start the User configuration press Start Administrative Tools Active Directory Users and Computers or Start Run dsa.msc 50

51 Expand the first DC and right click into the white area select New and Organisation Unit 51

52 Ous are used to manage groups of users or computers. You can apply so called Group Policy Objects to them to assign special permissions to them. 52

53 Create different OUs for the different business parts and for servers and workstations e.g. For patching. Clients are patched during the day servers through the night. 53

54 The following will show you how to create the first Domain Administrator Do a right-click New User 54

55 Fill in the required fields e.g. Name and User Logon Name 55

56 Select a password and tick the options you wish below. 56

57 Press Finish to create the user 57

58 Right click the new user and press Properties to modify its settings 58

59 Change to the Member Of tab and press Add 59

60 Enter Domain Admins press Check Names and hit OK 60

61 To test the new user press Start run mstsc OK and connect to the local computer using the new created user account 61

62 Start the command prompt Start Run CMD OK fill in whoami and verify the name. 62

63 Add a computer to the Domain. Check the IP settings of the PC / Server in question and ensure that the DNS server is set to the Domain Controller and that the DC can be reached via the network 63

64 Right click the My Computer Icon and select Properties 64

65 Browse to the Computer Name tab and press Change (currently our server is configured to be member of a Workgroup) 65

66 Select Domain and enter the domain name that you chose during the installation and hit OK 66

67 As username and password enter the Administrator Account of the DC or the new created user account with Domain Admin rights. 67

68 Press OK to confirm the welcome message 68

69 Restart the PC that the server information can be added into the AD domain 69

70 After the reboot you can choose to logon to the local computer or the domain using any domain user account 70

71 On the DC you will see the new server inside the Computers Container. Right click the hostname and press Move 71

72 Select the OU you want to put the server into e.g. Servers 72

73 Open the Computer Name tab again and you will see that the Domain is used now instead of a Workgroup 73

74 If you only use Windows Server Domain Controllers the Domain Function Level should be modified. Right click the DC and press Raise Domain Functional Level 74

75 Select Windows Server 2003 and hit Raise 75

76 Accept the warning by pressing OK 76

77 To enable Reverse DNS a new zone has to be created Right click the Reverse DNS Zone and press New Zone 77

78 Press Next to continue 78

79 Select a Primary Zone on the first DC and store it in AD 79

80 Accept the default and press Next 80

81 Enter the Network ID (A zone has to be generated for each subnet) 81

82 Only allow secure dynamic updates and press Next 82

83 Press Finish to create the Zone 83

84 On the command prompt enter ipconfig /registerdns and press F5 on the DNS zone the server will appear now (reboot will do the same) 84

85 If you try to access now the IP address the hostname is displayed as well. 85

86 Add the second DC into the Domain as described earlier 86

87 Start the AD installation with Start Run dcpromo - OK 87

88 Press Next 88

89 Select Additional domain controller... And hit Next 89

90 Enter the account details of Domain Administrator in the existing domain 90

91 Press Next 91

92 Confirm every question with the settings as stated earlier and wait till the process is finished 92

93 Press Finish and reboot the new DC 93

94 On the second DC the dsa.msc is available as well and you can change the operations master by right clicking the Domain name and pressing Operations Master 94

95 Press Yes and continue this setting. (this is not recommended unless you want to migrate to a new server) 95

96 To synchronise the time of the root DC (time resource for every client) you have to create a batch file on the DC. Right click the desktop press New and Text Document 96

97 Enter the lines as visible below and save the file as time_sync.bat w32tm /config /manualpeerlist:0.de.pool.ntp.org /syncfromflags:manual w32tm /config /update w32tm /resync 97

98 To perform this batch file automatically press Start control Panel Scheduled Tasks Add Scheduled task 98

99 Press Next 99

100 Press Browse and select the batch file and select daily 100

101 Perform the sync in the morning hours every day and hit next 101

102 Enter the credentials of a Domain Administrator and hit Next 102

103 Press Finish to finalize 103

104 Check the task by right clicking it and pressing run 104

Windows Server 2003 { First Steps and Administration}

Windows Server 2003 { First Steps and Administration} Windows Server 2003 { } Benedikt Riedel MCSE + Messaging www.go-unified.com www.siemens.com/open Benedikt.riedel@siemens.com The Default Windows 2003 Server Desktop 23.10.2008 2 To generate the default

More information

Setting up a RIS (Remote Installation Service) server (Windows Server 2003 SP 1) Updated February 13 th, 2008.

Setting up a RIS (Remote Installation Service) server (Windows Server 2003 SP 1) Updated February 13 th, 2008. Setting up a RIS (Remote Installation Service) server (Windows Server 2003 SP 1) Updated February 13 th, 2008. The most up to date version of this document can be found at the following link http://www.windows-noob.com/forums/index.php?showtopic=66

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

PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server

PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server Document ID: 112175 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Windows

More information

Automating the Windows 2000 Installation

Automating the Windows 2000 Installation Chapter 2 Automating the Windows 2000 Installation MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Perform an unattended installation of Windows 2000 Professional. Install Windows 2000 Professional by

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

Local Area Networks (LAN s)

Local Area Networks (LAN s) Local Area Networks (LAN s) Local area networks are computers connected together in a single location. They vary in size from two computers connected together to share a printer, to hundreds of computers

More information

Network Planning and Implementation

Network Planning and Implementation Network Planning and Implementation SYLLABUS 3.1 Designing network 3.1.1 Accessing network needs- applications, users, network services, security and safety, growth and capacity planning 3.1.2 Meeting

More information

Migrating from Window Server 2003 to Windows Server 2008 on Different Hardware Server. Pre-requisites

Migrating from Window Server 2003 to Windows Server 2008 on Different Hardware Server. Pre-requisites Migrating from Window Server 2003 to Windows Server 2008 on Different Hardware Server Pre-requisites These are the prerequisites for migrating from 2003 domain controller to 2008 domain controller on different

More information

Optional Lab. Identifying the Requirements. Configuring Windows 7 with virtualization. Installing Windows Server 2008 on a virtual machine

Optional Lab. Identifying the Requirements. Configuring Windows 7 with virtualization. Installing Windows Server 2008 on a virtual machine Optional Lab Appendix D As you go through Microsoft Windows Networking Essentials for the 98-366 exam, you may want to get your hands on Windows Server 2008 and dig a little deeper. That makes sense. While

More information

Step by Step Journey to Migration Exchange 2010 sp3 to Exchange Server 2016 Part-I

Step by Step Journey to Migration Exchange 2010 sp3 to Exchange Server 2016 Part-I Step by Step Journey to Migration Exchange 2010 sp3 to Exchange Server 2016 Part-I Hussain Shakir LinkedIn: https://www.linkedin.com/in/mrhussain Twitter: https://twitter.com/hshakir_ms Blog: http://mstechguru.blogspot.com/

More information

TABLE OF CONTENTS. PRELIMINARY SETUP REQUIREMENTS... 1 Minimum Hardware/Software Requirements...1

TABLE OF CONTENTS. PRELIMINARY SETUP REQUIREMENTS... 1 Minimum Hardware/Software Requirements...1 Worldspan RemoteLink Setup and Configuration Procedures for Worldspan Go! SM Static IP Address TABLE OF CONTENTS PRELIMINARY SETUP REQUIREMENTS... 1 Minimum Hardware/Software Requirements...1 REQUIRED

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

Dell Flexible Computing Solutions: Deploying On-Demand Desktop Streaming

Dell Flexible Computing Solutions: Deploying On-Demand Desktop Streaming Dell Flexible Computing Solutions: Deploying On-Demand Desktop Streaming Product Group November 2007 Dell White Paper November 2007 Contents Introduction... 3 Overview... 4 Planning the Deployment... 5

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

Preupgrade. Preupgrade overview

Preupgrade. Preupgrade overview overview, page 1 Virtual contact center upgrades, page 2 Common Ground preupgrade task flow, page 3 Technology Refresh preupgrade task flow, page 5 Common Ground preupgrade tasks, page 6 Technology Refresh

More information

PEAP under Cisco Unified Wireless Networks with ACS 4.0 and Windows 2003

PEAP under Cisco Unified Wireless Networks with ACS 4.0 and Windows 2003 PEAP under Cisco Unified Wireless Networks with ACS 4.0 and Windows 2003 Document ID: 72013 Contents Introduction Prerequisites Requirements Components Used Network Diagram Conventions Windows Enterprise

More information

USB2.0 LAN DISK User s Manual

USB2.0 LAN DISK User s Manual 1.0 Product overview USB2.0 LAN DISK User s Manual Thank you for purchasing USB2.0 LANDISK the network storage device. Now you can easily add USB2.0 LANDISK into your Network. Before using this device

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

More information

1 Overview. 2 Installation. exacqvision-entrapass Installation Guide.

1 Overview. 2 Installation. exacqvision-entrapass Installation Guide. 1 Overview Purpose ExacqVision recorders now include Kantech Entrapass CE software. The purpose of this document is to guide the technician or installer through the process of installing and registering

More information

Connecting the DI-804V Broadband Router to your network

Connecting the DI-804V Broadband Router to your network Before you begin Make sure that any existing Firewall Software/Devices are disabled and/or shutdown before beginning installation of your new D-Link DI-804V Broadband Router. Contents of Package DI-804V

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

PMP Installation and Networking Instructions

PMP Installation and Networking Instructions ONTARIO CHIROPRACTIC ASSOCIATION PATIENT MANAGEMENT PROGRAM PUTTING EXPERIENCE INTO PRACTICE PMP Installation and Networking Instructions This document provides: installation instructions for New Users

More information

10ZiG Technology. Thin Desktop Quick Start Guide

10ZiG Technology. Thin Desktop Quick Start Guide 10ZiG Technology Thin Desktop Quick Start Guide 2010 05 20 Introduction This document is intended as a quick start guide for installing Thin Desktop. After reading this document, you will know how to:

More information

The following topics explain how to get started configuring Firepower Threat Defense. Table 1: Firepower Device Manager Supported Models

The following topics explain how to get started configuring Firepower Threat Defense. Table 1: Firepower Device Manager Supported Models The following topics explain how to get started configuring Firepower Threat Defense. Is This Guide for You?, page 1 Logging Into the System, page 2 Setting Up the System, page 6 Configuration Basics,

More information

802.1x Radius Setup Guide Working AirLive AP with Win X Radius Server

802.1x Radius Setup Guide Working AirLive AP with Win X Radius Server OvisLink 8000VPN VPN Guide 802.1x Radius Setup Guide Working AirLive AP with Win2003 802.1X Radius Server Table of Content Secured Enterprise Wireless Environment Configuration Guide... 3 WHAT IS THIS

More information

LevelOne FNS bay/1usb Soho NAS. User s Manual

LevelOne FNS bay/1usb Soho NAS. User s Manual LevelOne FNS-1000 1- bay/1usb Soho NAS User s Manual Table of Contents Introduction... 2 The FNS-1000 NAS Server... 2 FNS-1000 Features... 2 Package Contents... 2 System Requirements... 2 Disclaimer...

More information

Networks Lab Pod Diagram

Networks Lab Pod Diagram (Console cable) Networks Lab Pod Diagram (x = pod number) 190.111.50.x 190.111.x.254 PodxLinux Addr: 190.111.x.3 Mask: 255.255.255.0 GW: 190.111.x.254 DNS: 190.111.x.1 PodxServer Addr: 190.111.x.1 Mask:

More information

Yong Peng High School System Documentation PC Section

Yong Peng High School System Documentation PC Section Yong Peng High School System Documentation PC Section Kent Ong Date: 26 May 2008 System Engineer Revision 1 Liew Toh Seng System Consultant Table of Contents Preface...1 Network Configuration (Manual Configuration)...1

More information

Appendix A: Metasys Web Access (MWA) Server Installation Guidelines

Appendix A: Metasys Web Access (MWA) Server Installation Guidelines Technical Bulletin Issue Date February 26, 2003 Appendix A: Metasys Web Access (MWA) Server Installation Guidelines Appendix A: Metasys Web Access Server Installation Guidelines...2 Introduction... 2 Detailed

More information

NETWORK ATTACHED STORAGE

NETWORK ATTACHED STORAGE NETWORK ATTACHED STORAGE Dual Bay Pro Enclosure Users Manual BOSSNAS122 Includes Features Description Quick Install Detailed Setup Guide Tools Guide Administrator Factory Default Settings User Name and

More information

29 March 2017 SECURITY SERVER INSTALLATION GUIDE

29 March 2017 SECURITY SERVER INSTALLATION GUIDE 29 March 2017 SECURITY SERVER INSTALLATION GUIDE Contents 1. Introduction... 2 1.1 Assumptions... 2 1.2 Prerequisites... 2 2. Required setups prior the Security Server Installation... 3 1.1 Create domain

More information

Networks: Access Management Windows 2000 Server Class Notes # 22 Building an Active Directory February 26, 2004

Networks: Access Management Windows 2000 Server Class Notes # 22 Building an Active Directory February 26, 2004 Networks: Access Management Windows 2000 Server Class Notes # 22 Building an Active Directory February 26, 2004 Windows 2000 separates the process of installing Windows 2000 server from the process of

More information

Trial environment setup. Exchange Server Archiver - 1.0

Trial environment setup. Exchange Server Archiver - 1.0 Trial environment setup Exchange Server Archiver - 1.0 Introduction This document describes how to set up a trial environment for using Exchange Server Archiver with Exchange Server 2007. This trial environment

More information

AutomaTech Application Note July 2015

AutomaTech Application Note July 2015 Installing Active Directory Domain Services (AD DS), Remote Desktop Services (RDS), GE Advantage Licensing, and GE Proficy SCADA Thin Clients on Windows Server 2012 R2 SUMMARY This application note provides

More information

Configuring a Microsoft Windows 2000 DHCP and DNS Server

Configuring a Microsoft Windows 2000 DHCP and DNS Server Configuring a Microsoft Windows 2000 DHCP and DNS Server White Paper Abstract This white paper sets out to describe the steps necessary to install a Brother printer into a Windows 2000 network that is

More information

DSL-G624T. Wireless ADSL Router. If any of the above items is missing, please contact your reseller. This product can be set up using any

DSL-G624T. Wireless ADSL Router. If any of the above items is missing, please contact your reseller. This product can be set up using any This product can be set up using any current web browser, i.e., Internet Explorer 6x or Netscape Navigator 7x. DSL-G624T Wireless ADSL Router Before You Begin 1. If you purchased this Router to share your

More information

Connecting Print Partner V series to Windows NT 4.0 using an Axis Token Ring Box.

Connecting Print Partner V series to Windows NT 4.0 using an Axis Token Ring Box. Connecting Print Partner V series to Windows NT 4.0 using an Axis Token Ring Box. Introduction This document describes how to use Windows NT Workstation or Server 4.0 as a print server for Fujitsu s Print

More information

Contents 1 INITIAL CONFIGURATION BEFORE CHANGING THE CONFIGURATION NETWORK SETUP PROCEDURE... 3

Contents 1 INITIAL CONFIGURATION BEFORE CHANGING THE CONFIGURATION NETWORK SETUP PROCEDURE... 3 Network Guide Imation Matchprint Professional Server Contents 1 INITIAL CONFIGURATION... 2 2 BEFORE CHANGING THE CONFIGURATION... 2 3 NETWORK SETUP PROCEDURE... 3 4 ADDING SPOOLER AND HOT FOLDERS FOR NETWORK

More information

PxM Proof of Concept Configuration. June 2018 Version 3.1

PxM Proof of Concept Configuration. June 2018 Version 3.1 PxM Proof of Concept Configuration June 2018 Version 3.1 Table of Contents PxM Architecture, Installation & Configuration... 3 PxM Proof of Concept (POC) Guide... 4 Introduction... 4 Prerequisites... 4

More information

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks SANS Institute - Operations Essentials Operating System Installation Guidelines The following document guides you step-by-step through the process of creating a dualboot system. Even if you do not use

More information

Configuring Cisco TelePresence Manager

Configuring Cisco TelePresence Manager CHAPTER 3 Revised: November 27, 2006, First Published: November 27, 2006 Contents Introduction, page 3-1 System Configuration Tasks, page 3-2 Security Settings, page 3-3 Database, page 3-4 Room Phone UI,

More information

EventTracker: Virtual Appliance

EventTracker: Virtual Appliance EventTracker: Virtual Appliance Quick Start Guide Version 8.1 Build 9 Publication Date: Feb. 8, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The EventTracker

More information

FileCruiser. Administrator Portal Guide

FileCruiser. Administrator Portal Guide FileCruiser Administrator Portal Guide Contents Administrator Portal Guide Contents Login to the Administration Portal 1 Home 2 Capacity Overview 2 Menu Features 3 OU Space/Team Space/Personal Space Usage

More information

Release Note RM Unify AD Sync v3 for Windows Server networks

Release Note RM Unify AD Sync v3 for Windows Server networks RM Unify AD Sync v3 for Windows Server networks Contents About this Release Note... 2 About RM Unify AD Sync... 2 What it does..... 2 Components... 2 Example installations..... 3 Some important considerations...

More information

EventTracker: Virtual Appliance

EventTracker: Virtual Appliance Quick Start Guide Version 7.6 Publication Date: Sep 18, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The EventTracker Virtual Appliance enables you to capture

More information

Avantis AXI WEB SERVER MODULE USER MANUAL

Avantis AXI WEB SERVER MODULE USER MANUAL Avantis AXI WEB SERVER MODULE USER MANUAL CONTENTS CHAPTER 1: SYSTEM LOGIN AND WEB PAGE LAYOUT 1.0 ACCESSING THE WEB PAGE 1.1 USER AUTHORITY 1.1.1 MASTER USER 1.1.2 USER/ GUEST SETTING 1.1.3 INSTALLER

More information

Network Administration Test 6

Network Administration Test 6 Name: Date: Quiz 6: VPN, RRAS, DHCP, Virus Protection, RAID, Setting up Groups, Print and File Servers, DNS, ICS, Subnetting, Security Policies, Predefined Groups and Adding Administrators to a Windows

More information

DI-704P Ethernet Broadband Router. Ethernet (Straight Through) Cable. 5V DC Power Adapter

DI-704P Ethernet Broadband Router. Ethernet (Straight Through) Cable. 5V DC Power Adapter 1 This product can be set up using any current Web browser, i.e., Internet Explorer or Netscape Navigator. DI-704P Ethernet Broadband Router and Print Server Before You Begin 1. If you purchased this router

More information

Installing FreePBX Official Distro

Installing FreePBX Official Distro Installing FreePBX 10.13.66 Official Distro Follow these instructions for the easiest, totally automated FreePBX installation! 1. Download the ISO file from http://www.freepbx.org/downloads. 2. Convert

More information

NetBackup 7.6 Replication Director A Hands On Experience

NetBackup 7.6 Replication Director A Hands On Experience NetBackup 7.6 Replication Director A Hands On Experience Description Through this hands on lab you can test drive Replication Director and experience for yourself this easy to use, powerful feature. Once

More information

Integrated Information Technology Services (IITS)

Integrated Information Technology Services (IITS) Integrated Information Technology Services (IITS) User Guide for Laptops with Windows 7 Network Configuration & Software Installation Version 1.4 Updated as at 15-Aug-11 Table of Contents How to verify

More information

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 I m InTouch router configuration p. 1 I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 Note: Different models may vary slightly

More information

Chapter 6: Connecting Windows Workstations

Chapter 6: Connecting Windows Workstations Chapter 6: Connecting Windows Workstations 153 Chapter 6 Connecting Windows Workstations Because this is a book about using Linux on a Microsoft Windows-based network, this chapter shows you how to connect

More information

Installing Double-Take

Installing Double-Take Installing Double-Take Overview For Double-Take Replication to take place, you must have the following requirements: Double-Take Availability installed on the Source Server Double-Take Availability installed

More information

Roger D. Secura

Roger D. Secura Roger D. Secura rsecura@ix.netcom.com HOW TO SETUP AN AD-HOC PEER-TO-PEER NETWORK BETWEEN ONE WINDOWS XP DESKTOP COMPUTER AND ONE WINDOWS 7 LAPTOP COMPUTER USING TWO RALINK USB WIRELESS ADAPTERS NOTE:.

More information

Online Help StruxureWare Data Center Expert

Online Help StruxureWare Data Center Expert Online Help StruxureWare Data Center Expert Version 7.2.7 What's New in StruxureWare Data Center Expert 7.2.x Learn more about the new features available in the StruxureWare Data Center Expert 7.2.x release.

More information

PROXY Pro Deployment Tool v10.0. User Guide October 2017

PROXY Pro Deployment Tool v10.0. User Guide October 2017 PROXY Pro Deployment Tool v10.0 User Guide October 2017 Table of contents 1. System Requirements...3 2. Target Computer Requirements...4 3. Deployment Tool Operation...5 3.1 Loading a Host Install File...6

More information

SWP-0036 AFHCAN Telehealth Cart Imaging and Software Configuration. Revision: 1. Effective Date: 1/4/2011

SWP-0036 AFHCAN Telehealth Cart Imaging and Software Configuration. Revision: 1. Effective Date: 1/4/2011 Software Procedure SWP-0036 AFHCAN Telehealth Cart Imaging and Software Configuration Revision: 1 Effective Date: 1/4/2011 Alaska Native Tribal Health Consortium Division of Health Information & Technology

More information

Symantec NetBackup Appliances Hands-On Lab

Symantec NetBackup Appliances Hands-On Lab Symantec NetBackup Appliances Hands-On Lab Description NetBackup Appliances Hands On Lab This lab assumes a prerequisite knowledge of NetBackup, specifically configuring storage units, creating backup

More information

Use this guide if you are no longer able to scan to Sharpdesk. Begin with section 1 (easiest) and complete all sections only if necessary.

Use this guide if you are no longer able to scan to Sharpdesk. Begin with section 1 (easiest) and complete all sections only if necessary. Use this guide if you are no longer able to scan to Sharpdesk Instructions: Begin with section 1 (easiest) and complete all sections only if necessary. Section 1 Complete pages 3-5. Scan to the desired

More information

Wireless Setup Instructions

Wireless Setup Instructions Wireless Setup Instructions THESE INSTRUCTIONS ARE VERY IMPORTANT TO SECURE YOUR WIRELESS NETWORK The purpose of this procedure is to "lock" your router so other users can not access your network without

More information

LearnMate 7 LMS AND COURSE INSTALLATION GUIDE. Catalog # Rev. C

LearnMate 7 LMS AND COURSE INSTALLATION GUIDE. Catalog # Rev. C LearnMate 7 LMS AND COURSE INSTALLATION GUIDE Catalog #200074 Rev. C November 2015 Copyright 2015 Intelitek Inc. LearnMate 7 LMS and Course Installation Guide Rev. C #200074 November 2015 Every effort

More information

DBXL AZURE INSTALLATION GUIDE

DBXL AZURE INSTALLATION GUIDE Page 1 of 48 DBXL AZURE INSTALLATION GUIDE LAST UPDATED: October 25, 2016 ADDING A VIRTUAL MACHINE ON MICROSOFT AZURE Login to your Microsoft Azure site. Create a new Virtual Machine instance by clicking

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

Wireless Network Video Recorder

Wireless Network Video Recorder LD2R/LD2R500 Wireless Network Video Recorder User Guide Version 1.0 PREFACE Thank you for purchasing the Wireless Network Video Recorder, an IP based device that installed on your network, which can be

More information

Lab DHCP Client Setup

Lab DHCP Client Setup Lab 9.3.5 DHCP Client Setup Objective The purpose of this lab is to introduce Dynamic Host Configuration Protocol (DHCP) and the process for setting up a network computer as a DHCP client to use DHCP services.

More information

Deployment Guide: Routing Mode with No DMZ

Deployment Guide: Routing Mode with No DMZ Deployment Guide: Routing Mode with No DMZ March 15, 2007 Deployment and Task Overview Description Follow the tasks in this guide to deploy the appliance as a router-firewall device on your network with

More information

istorage Server: Working with Windows Cluster

istorage Server: Working with Windows Cluster istorage Server: Working with Windows Cluster Monday, October 03, 2009 KernSafe Technologies, Inc. www.kernsafe.com Copyright KernSafe Technologies 2006 2009. All right reserved. Table of Contents 1. Overview...

More information

Step-by-step guide to Install an Additional Domain Controller by Using IFM

Step-by-step guide to Install an Additional Domain Controller by Using IFM Step-by-step guide to Install an Additional Domain Controller by Using IFM Teacher s copy 3 Votes You can create an additional domain controller in a domain by installing Active Directory Domain Services

More information

Configuring the SMA 500v Virtual Appliance

Configuring the SMA 500v Virtual Appliance Using the SMA 500v Virtual Appliance Configuring the SMA 500v Virtual Appliance Registering Your Appliance Using the 30-day Trial Version Upgrading Your Appliance Configuring the SMA 500v Virtual Appliance

More information

NETWORK STORAGE ADAPTER USER MANUAL

NETWORK STORAGE ADAPTER USER MANUAL NETWORK STORAGE ADAPTER USER MANUAL MODEL 522496 INT-522496-UM-0606-02 522496_man.dlrevL4C.indd 1 6/28/06 9:11:50 AM CONTENTS section page 1. Introduction... 3 2. Understanding the Network Storage Adapter...

More information

Figure 1-1. When we finish Part 2, our server will be ready to have workstations join the domain and start sharing files. Now here we go!

Figure 1-1. When we finish Part 2, our server will be ready to have workstations join the domain and start sharing files. Now here we go! 1 of 18 9/6/2008 4:05 AM Configuring Windows Server 2003 for a Small Business Network, Part 2 Written by Cortex Wednesday, 16 August 2006 Welcome to Part 2 of the "Configuring Windows Server 2003 for a

More information

Endian Proxy / Firewall

Endian Proxy / Firewall Endian Proxy / Firewall Created October 27, 2006 by Bruce A. Westbrook Revisions: Introduction This document describes the step by step process of installing and configuring the Endian Firewall, Community

More information

Upgrading Software and Firmware

Upgrading Software and Firmware APPENDIXB This appendix describes how to upgrade or reinstall the Cisco PAM server software, desktop client software, and Gateway module firmware. Contents Upgrade Notes for Release 1.1.0, page B-2 Upgrading

More information

SETTING UP NETWORKING FOR LOOKOUT 4.0

SETTING UP NETWORKING FOR LOOKOUT 4.0 NOTE TO USER SETTING UP NETWORKING FOR LOOKOUT 4.0 Contents Testing TCP/IP Capability The purpose of this document is to help you with basic configuration of your computers in order to run Lookout 4. This

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

NetIQ Advanced Authentication Framework. Deployment Guide. Version 5.1.0

NetIQ Advanced Authentication Framework. Deployment Guide. Version 5.1.0 NetIQ Advanced Authentication Framework Deployment Guide Version 5.1.0 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 NetIQ Advanced Authentication Framework Deployment 4

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

How to create a cluster with failover functionality on Windows 2008 Server Enterprise Edition

How to create a cluster with failover functionality on Windows 2008 Server Enterprise Edition How to create a cluster with failover functionality on Windows 2008 Server Enterprise Edition Software Version: DSS ver. 6.00 up10 Presentation updated: November 2009 TO CONFIGURE A CLUSTER WITH FAILOVER

More information

Create a Dual Stack Virtual Private Cloud (VPC) in AWS

Create a Dual Stack Virtual Private Cloud (VPC) in AWS Create a Dual Stack Virtual Private Cloud (VPC) in AWS Lawrence E. Hughes 5 November 2017 This recipe assumes you already have an AWS account. If you don t there is a lot of information online (including

More information

Next Generation Control - Wireless Network

Next Generation Control - Wireless Network Haas Technical Documentation Next Generation Control - Wireless Network Scan code to get the latest version of this document Translation Available Networking Terms and Responsibilities Networks and operating

More information

Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide

Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide Contents 1. How to Login to your Hitron Modem... 3 2. SmartWiFi and Local Area Network (LAN) set up...4 a. LAN Setting -Private Gateway IP

More information

SuperLumin Nemesis. Getting Started Guide. February 2011

SuperLumin Nemesis. Getting Started Guide. February 2011 SuperLumin Nemesis Getting Started Guide February 2011 SuperLumin Nemesis Legal Notices Information contained in this document is believed to be accurate and reliable. However, SuperLumin assumes no responsibility

More information

Networking Basics Sharing a network printer

Networking Basics Sharing a network printer Networking Basics Sharing a network printer To check for proper installation: Go to Start > Printers and Faxes. The printer icon will appear at right, indicating proper installation. You have completed

More information

Lab - Configure Wireless Router in Windows

Lab - Configure Wireless Router in Windows Introduction In this lab, you will configure and test the wireless settings on a wireless router. Recommended Equipment A computer with Windows installed A Wireless NIC installed An Ethernet NIC installed

More information

DCP585CW Windows Network Connection Repair Instructions

DCP585CW Windows Network Connection Repair Instructions Difficulty printing from your PC can occur for various reasons. The most common reason a networked Brother machine may stop printing, is because the connection between the computer and the Brother machine

More information

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting...

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting... Table of contents 1. Overview of the 2 Bay NAS...3 1.1 Introduction...3 1.2 System Requirement...3 1.3 Hardware Installation...3 1.4 Setup the client PC and 2 Bay NAS...3 1.4.1 Setup network configuration

More information

Secure Mobile Access Module

Secure Mobile Access Module Secure Mobile Access Module Administration Guide Version 1.0 GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800)

More information

IQSweb Installation Instructions Version 5.0

IQSweb Installation Instructions Version 5.0 IQSweb Installation Instructions Version 5.0 Contents Additional References... 3 IQSweb ROSS Connection... 3 IQSweb V5.0 Install/Upgrade Scenarios... 4 IQSweb Configuration Options... 5 A. Single Computer/Server

More information

EntraPass Installation Guide Kantech-OnBoard systems

EntraPass Installation Guide Kantech-OnBoard systems EntraPass Installation Guide Overview Purpose ExacqVision recorders now include Kantech EntraPass Corporate Edition software. The purpose of this document is to guide the technician or installer through

More information

Windows 10 IoT QSG Edited Draft

Windows 10 IoT QSG Edited Draft Initial Setup and Configuration Windows 10 IoT QSG Edited Draft By default, when you first boot up your new Windows 10 IoT 10ZiG Thin Client, you are automatically logged in as Administrator. While logged

More information

Installing the PC-Kits SQL Database

Installing the PC-Kits SQL Database 1 Installing the PC-Kits SQL Database The Network edition of VHI PC-Kits uses a SQL database. Microsoft SQL is a database engine that allows multiple users to connect to the same database. This document

More information

Ethernet (CAT5 UTP/Straight-Through) Cable. 5V DC Power Adapter

Ethernet (CAT5 UTP/Straight-Through) Cable. 5V DC Power Adapter 1 This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6.2.3. Before You Begin Check Your Package Contents DI-824VUP+ 2.4GHz Wireless VPN Router and

More information

The mixed environment will have PCs from both environments. Usually this environment uses the Linux server as an SSH, DNS or mail server.

The mixed environment will have PCs from both environments. Usually this environment uses the Linux server as an SSH, DNS or mail server. Setting Up The Lab This document is provides the steps for setting up virtual machines for use with the Principles of Computer Security CompTIA Security+ and Beyond. There are a number of virtual platforms

More information

SmartPay Installation & Setup Guide. Version: HR21 Limited

SmartPay Installation & Setup Guide. Version: HR21 Limited Version: 1.0.1 HR21 Limited All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or information

More information

AppWizard Installation/Upgrade Guide (v.4.00)

AppWizard Installation/Upgrade Guide (v.4.00) AppWizard Installation/Upgrade Guide (v.4.00) Last Updated: 15 September 2010 1 Introduction This manual is intended for the installation or upgrade of AppWizard 5.00. Please ensure that all steps are

More information

How to upgrade firmware in DSL-xxx series router

How to upgrade firmware in DSL-xxx series router How to upgrade firmware in DSL-xxx series router WARNING: DO NOT upgrade the firmware through a wireless connection. You may damage the router. Note that you will have to reconfigure the router after upgrading.

More information

Module 5: Integrating Domain Name System and Active Directory

Module 5: Integrating Domain Name System and Active Directory Module 5: Integrating Domain Name System and Active Directory Contents Overview 1 Lesson: Configuring Active Directory Integrated Zones 2 Lesson: Configuring DNS Dynamic Updates 14 Lesson: Understanding

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