+ All Categories
Home > Documents > Windows System Administration

Windows System Administration

Date post: 09-Feb-2016
Category:
Upload: eunice
View: 24 times
Download: 4 times
Share this document with a friend
Description:
Windows System Administration. DNS, DHCP and VPN. Borislav Varadinov. Telerik Software Academy. academy.telerik.com. System Administrator. [email protected]. Table of Contents. Domain Name System (DNS) Dynamic Host Configuration Protocol (DHCP) Virtual Private Network. - PowerPoint PPT Presentation
41
Windows System Administration DNS, DHCP and VPN Borislav Varadinov Telerik Software Academy academy.telerik.com System Administrator [email protected]
Transcript
Page 1: Windows System Administration

Windows System Administration

DNS, DHCP and VPN

Borislav Varadinov

Telerik Software Academy

academy.telerik.com

System [email protected]

Page 2: Windows System Administration

Table of Contents Domain Name System (DNS) Dynamic Host Configuration Protocol (DHCP)

Virtual Private Network

2

Page 3: Windows System Administration

Domain Name System (DNS)

Page 4: Windows System Administration

What is Microsoft DNS Server?

DNS is a widely used standardized protocol A Request for Comments (RFC)-compliant

DNS server Windows Server Role Used in TCP/IP networks for naming hosts and

network services Locates hosts and services through user-

friendly names Client-Server architecture service Support for Active Directory integration

4

Page 5: Windows System Administration

DNS Resolution Process

Local DNS Server

Example.com

DNS Request

Example.com

DNS Request

News.com

Root DNS Server

.com DNS Server

News.com DNS Server

Page 6: Windows System Administration

What are forward and reverse zones?

Forward Lookup Zone Supports the primary function of

DNS, the resolution of host names to IP addresses

Reverse Lookup Zone Supports the resolution of IP

addresses to host names

6

Page 7: Windows System Administration

DNS Records There are many different types of DNS records

Most common: A CNAME MX NS PTR SOA SRV 7

Page 8: Windows System Administration

Dynamic Update Dynamic update enables DNS client computers to: Register their resource records Dynamically update their resource

records Dynamic update is additional DNS standard specification (RFC 2136)

8

Page 9: Windows System Administration

What Are the DNS Zone Types?

9

Primary Secondary Stub Active Directory-Integrated

Page 10: Windows System Administration

Active Directory-integrated DNS

Usually DNS Servers store their zones data as text files on the file system

Active Directory–integrated DNS enables to: Store zone data in AD database Replicate DNS zone data through AD

replication Secure Dynamic Updates Allows multimaster writes to zone

Available only on Domain Controllers

10

Page 11: Windows System Administration

Stub Zone A stub zone is a copy of a zone that contains only those resource records that are necessary to identify the authoritative DNS servers for that zone

11

Page 12: Windows System Administration

Manageable Name Resolution Root Hints

Root Hints is a list of IP addresses of DNS servers that are authoritative at the root level of the DNS hierarchy

Forwarders A forwarder is a DNS server that forwards

DNS queries for external names to DNS servers outside that network

Conditional Forwarders A conditional forwarder is a DNS server that

forwards DNS queries according to the DNS domain name in the query 12

Page 13: Windows System Administration

Zone Delegation DNS provides the option of dividing up

the namespace into one or more zones DNS delegations can be used to:

Delegate management of part of your DNS namespace to another location or department

Divide large zone into smaller zones to distribute traffic loads among multiple servers

Extend the namespace by adding numerous subdomains 13

Page 14: Windows System Administration

High Availability The DNS Services high availability is achieved by using multiple DNS Servers Use secondary DNS Servers Use Active Directory-integrated

zones DNS Client chooses primary DNS Server and if it is no available, it asks the next server

In domain infrastructure always put only Domain Controllers for primary and secondary

14

Page 15: Windows System Administration

Aging and Scavenging Provides a mechanism for performing

cleanup and removal of stale resource records (RRs)

Aging

Scavenging DNS server can determine that RRs have

aged to the point of becoming stale and remove them from zone data

15

Page 16: Windows System Administration

Advanced Server Options

Round Robin Used to randomize the results of a

similar type of query to provide basic load-balancing functionality

Netmask Ordering Used to return addresses for type A DNS

queries to prioritize local resources to the client

Disable Recursion

16

Page 17: Windows System Administration

DNS Management Tools DNS Manager (DNSMgmt.msc) DNSCMD.exe

17

Page 18: Windows System Administration

Demonstration Install DNS Role Create new forward and reverse lookup

zones Configure Server and Zone settings Demonstrate DDNS Demonstrate Active Directory-

Integrated replication Demonstrate Primary and Secondary

DNS Server usage Demonstrate Forwarders and

Conditional Forwarders 18

Page 19: Windows System Administration

Dynamic Host Configuration Protocol

(DHCP)

Page 20: Windows System Administration

What is DHCP? Widely used standardized protocol Windows Server Role Client-Server architecture Integrated with Active Directory and DNS Authorization DNS Dynamic Update

20

Page 21: Windows System Administration

Authorize DHCP Server DHCP Authorization is a process that: Register the DHCP Server IP

address in Active Directory Prevent not authorized DHCP

Servers to lease IP addresses on the network

Stand-alone DHCP Servers detects if an authorized server is working on the same network segment (Only for Windows Servers) 21

Page 22: Windows System Administration

Demonstration Install DHCP Server Role Verify that DHCP Server is authorized

22

Page 23: Windows System Administration

Scope A scope must be properly defined and

activated before DHCP clients can use the DHCP server for automatic TCP/IP configuration

A scope has the following properties: Scope name Range of possible IP addresses Unique subnet mask (which determines the

network ID for the scope) Lease duration values

23

Page 24: Windows System Administration

DHCP Options The DHCP options are various configuration settings that are passed to the DHCP Clients

Common DHCP options DNS Servers DNS Domain Name Routers NTP Servers

24

Page 25: Windows System Administration

Reservations You can reserve IP addresses for assignment to specified computers or devices

Reservations ensure that a specified devices always receives the same IP address.

Use reservations for devices that must always have the same IP address: such as servers that do not support

Domain Name System (DNS) dynamic update.

25

Page 26: Windows System Administration

Preventing address conflicts

Windows Server 2008 DHCP has both server-side and client-side conflict detection to prevent duplicate IP addresses on your network.

Client conflict detection Server conflict detection

26

Page 27: Windows System Administration

Relay Agent Relay agent is a service that relays

DHCP messages between DHCP clients and DHCP servers on different IP networks

27

Page 28: Windows System Administration

DHCP High Availability Split Scope Failover Clustering

28

Page 29: Windows System Administration

Vendor and Users classes

Vendor Class User Class

Ipconfig /setclassid

29

Page 30: Windows System Administration

DHCP Server Management Tools

DHCP MMC Console Netsh

30

Page 31: Windows System Administration

Demonstration Install DHCP Role Create new scope Configure Server and Scope settings

31

Page 32: Windows System Administration

VPN and DirectAccess

Page 33: Windows System Administration

What Is Routing and Remote Access (RRAS)

? Role Service of Network Access and Policy Services

Provides Routing and NAT functions

Provides Dial-Up and VPN functions

33

Page 34: Windows System Administration

VPN

34

Internet

Page 35: Windows System Administration

Tunneling Protocols for VPN

PPTP L2TP SSTP IKEv2

35

Page 36: Windows System Administration

VPN Server Requirements

Two NICs IP Address allocation Local Administrator

36

Page 37: Windows System Administration

CMAK Connection Profile

Management software that simplifies and enhances the management of remote connections

 Uses profiles made of connection settings that allow connections from the local computer to a remote network

Profiles can be distributed to client computers

37

Page 38: Windows System Administration

Network Policy Server (NPS)

Network Policy Server (NPS) can be used as a RADIUS server

Performs (For RADIUS clients): Authentication Authorization Accounting

38

Page 39: Windows System Administration

DirectAccess New remote access feature Allows connectivity to corporate

network Differs from the traditional VPN

connections Provides support only for domain-joined

Windows 7 and above Enables seamless connectivity to

corporate networks39

Page 40: Windows System Administration

форум програмиране, форум уеб дизайнкурсове и уроци по програмиране, уеб дизайн – безплатно

програмиране за деца – безплатни курсове и уроцибезплатен SEO курс - оптимизация за търсачки

уроци по уеб дизайн, HTML, CSS, JavaScript, Photoshop

уроци по програмиране и уеб дизайн за ученициASP.NET MVC курс – HTML, SQL, C#, .NET, ASP.NET MVC

безплатен курс "Разработка на софтуер в cloud среда"

BG Coder - онлайн състезателна система - online judge

курсове и уроци по програмиране, книги – безплатно от Наков

безплатен курс "Качествен програмен код"

алго академия – състезателно програмиране, състезанияASP.NET курс - уеб програмиране, бази данни, C#, .NET, ASP.NET

курсове и уроци по програмиране – Телерик академия

курс мобилни приложения с iPhone, Android, WP7, PhoneGapfree C# book, безплатна книга C#, книга Java, книга C# Дончо Минков - сайт за програмиране

Николай Костов - блог за програмиранеC# курс, програмиране, безплатно

?? ? ?

??? ?

?

? ?

??

?

?

? ?

Questions?

?

Group Policy

http://academy.telerik.com

Page 41: Windows System Administration

Free Trainings @ Telerik Academy

"Web Design with HTML 5, CSS 3 and JavaScript" course @ Telerik Academy html5course.telerik.com

Telerik Software Academy academy.telerik.com

Telerik Academy @ Facebook facebook.com/TelerikAcademy

Telerik Software Academy Forums forums.academy.telerik.com


Recommended