SlideShare una empresa de Scribd logo
1 de 48
Mahmmoud A. Mahdi
Deploying a DHCP Server
Practice 1
   In this exercise you will add the DHCP
    Server role on Dcsrv1.
    1. Log on to Nwraders from Dcsrv1.
    2. In the Initial Configuration Tasks window (or
          Server Manager), click Add Roles.
      ▪     The Add Roles Wizard opens.
    3. On the Before You Begin page, click Next.
    4. On the select Server Roles page, select the
          DHCP Server check box.
5. On the Select Server Roles page, click Next.
6. On the DHCP Server page, read all of the text on
   the page, and then click Next.
7. On the Select Network Connection Bindings page,
   read all of the text on the page.
  ▪      Then, verify that the check box next to 192.168.0.1 is
         selected and click Next.
8. On the Specify IPv4 DNS Server Settings page, read
      all of the text on the page.
  ▪      Then, verify that nwtraders.msft is specified as the
         parent domain and that 192.168.0.1 is specified as the
         preferred DNS server IPv4 address. Click Next.
9.       On the specify IPv4 WINS Server Setting page.
     ▪      Then, leave the selection specifying that WINS is not required for
            applications on the network and click Next.
10. On the Add Or Edit DHCP Scopes page, read all of the text
         on the page, and then click Add.
     ▪      The Add Scope dialog box appears.
11. Use the following information to complete the fields in the
         Add Scope dialog box:
     ▪      Scope Name: Nwtraders.msft IPv4
     ▪      Starting IP Address: 192.168.0.20
     ▪      Ending IP Address: 192.168.0.254
     ▪      Subnet Mask: 255.255.255.0
     ▪      Default Gateway(optional): 192.168.0.1
     ▪      Subnet Type: Wired (lease duration will be six days)
     ▪      Activate this scope: Enabled
12. After you have entered the appropriate values in
    the Add Scope dialog box, click OK
13. On the Add Or Edit DHCP Scopes page, click Next.
14. On the Configure DHCPv6 Stateless Mode page,
    read all of the text on the page.
  ▪      Then, leave the Enable DHCPv6 Stateless Mode For This
         Server option selected and click Next.
15. On the Specify IPv6 DNS Server Setting page, read
      all of the text on the page.
  ▪      Then verify Then, verify that nwtraders.msft is specified
         as the parent domain and that fd00::1 is specified as the
         preferred DNS Server IPv6 address. Click Next.
16. On the Authorize DHCP Server page, read all of
      the text on the page.
  ▪     Then verify that the Use Current Credentials option
        is selected and click Next.
17. On the Confirm Installation Selection page,
      review the selections, and then click Install.
  ▪     When the installation completes, the Installation
        Results page appears.
18. On the Installation Results page, click Close.
Practice 2
   In this exercise, you will configure the
    Boston computer as a DHCP client for IPv4.
    1. Log on to Nwtraders from Boston computer as
       a domain administrator.
    2. Open an elevated command prompt.
    3. At the command prompt, type the following:
      ▪   netsh interface ipv4 set address “local area
          connection” dhcp
4. After the command prompt completes successfully
      and the prompt reappears, type the following:
  ▪     netsh interface ipv4 set dnsserver “local area
        connection” dhcp
5. After the command prompt completes successfully
      and the prompt reappears, type ipconfig/all.
  ▪     The Ipconfig output shows that DHCP is enabled and
        that Boston has received a new IP address 192.168.0.20.
6. Log off both computers.
Configuring a DHCP Sever
   After this lesson, you will be able to:
     Create scope reservations.
     Create scope exclusions.
     Configure DHCP scope options.
   After you add the DHCP Server role, you can
    perform further configuration tasks by
    using the DHCP console.
     These tasks include:
       1. Configuring exclusions.
       2. Creating address reservations.
       3. Adjusting the lease duration of a scope
       4. Configuring additional scope or server options.
   An exclusion range is a set of one or more IP
    addresses that is included within the rang of a
    defined scope but that you do not want to lease
    to DHCP clients.
   For example:
     define a new scope whose address range is
     192.168.0.10-192.168.0.254.
      ▪ You might have a number of preexisting servers whose
        static addresses might lie within this range-for example
        between 192.168.0.200 and 129.168.0.210.
      ▪ You might have servers with isolated static addresses, such
        as 192.168.0.99
   To add an exclusion range:
    1. In the DHCP console tree navigate to DHCP 
       <server node> IPv4 ScopeAddress Pool.
    2. Right-click the Address Pool folder.
    3. Choose New Exclusion Range.
4. In the Add Exclusion dialog box that opens,
      configure the range of addresses that you want
      to exclude from the address rang.
  ▪     If you want to exclude a single address, specify the
        Start IP Address and the End IP Address as the
        same address
Adding an exclusion range
 Use a reservation to create a permanent address
      lease assignment by the DHCP server by associating
      an IP address with a MAC address.
     Ensure that a specified hardware device on the
      subnet can always use the same IP address without
      relying on a manually configured address.
   The advantage of a reservation
     Is that it is centrally managed and less likely to be
      configured incorrectly.
   The disadvantage of a reservation
     Is that it is address is assigned late in the boot
      process and depends on the presence of a DHCP
      server.
    To create a reservation in the DHCP console
     tree
    1. Navigate to DHCP server node  IPv4  Scope
       Reservation.
    2. Right-click the Reservation folder.
    3. And then choose New Reservation.
    4. In the New Reservation dialog box that opens,
       specify a name, IP address, and MAC address for
       the reservation.
   You can modify the lease duration to be
    used for assigning IP address leases.
   To adjust the length of lease duration:
1. Open the properties of the scope whose lease
   duration you want to adjust.
2. You can adjust the lease duration in the General
   tab in the Lease Duration For DHCP Clients
   area.
   In the DHCP console:
     if you want to end the lease for a given address
     or a client, you can simply delete that lease by
     right-clicking the lease and choosing Delete.
1.   The server level:
        Are inherited by all scopes configured on the
         server.
2.   The scope level:
        Are inherited by all leases and reservations
         within the scope.
3.   The reservation level:
        Apply to that reservation only.
   To see the built-in options that you can
    configure:
1. In the DHCP console navigate to DHCPServer
   nodeIPv4ScopeScope options.
2. Right-click the Scope Options folder.
3. And then choose Configure Options.
4. Then use the Scope Options dialog box to
   choose an option for the scope.
   On the 70-642 exam you won’t be tasted on
    any DHCP options beyond those covered in
    the section entitled “Understanding DHCP
    Options”.
   However, browsing the long list of options
    made available through the DHCP console
    helps you get a feel for what DHCP options
    are and how you might use them in a
    production environment.
    An option class is a client category that enables
     the DHCP server to assign options only to
     particular clients within a scope.
    Options classes can be of two types:
    1. Vendor classes: are used to assign vendor-specific
         options to DHCP clients identified as a vendor type.
     ▪    For example: you can configure clients that can be
          identified as running Windows 2000 to enable or disable
          NetBIOS.
    2. User classes: are used to assign options to any set
         of clients identified as sharing a common need for
         similar DHCP options configuring.
   What is the default user class?
     It is a class to which all DHCP clients belong and
     the class in which all options are created by
     default.
 User classes enable you to apply a particular
  configuration of DHCP options to any subset of DHCP
  clients you define.
 To implement a user class:
    1.     Define the class at the DHCP server by assigning an ID and a
           set of options for the class.
    2.     Assign selected client computers to that class by using the
           Ipconfig/ setclassid command.
        A custom user class is helpful when you need to assign
         distinct options to distinct sets of client computers.
          For example, your network might require certain clients to
           be assigned a special default gateway that allows them to
           bypass the company firewall.
        To create a custom or new user class:
    1.        Begin by right-clicking the IPv4 icon in the DHCP console
              and choosing Define User Classes.
    2.        This step opens the DHCP User Classes .in this dialog box you
              can see that three user classes are predefined:
         a)     Default Routing And Remote Access Class.
         b)     Default Network Access Protection Class.
         c)     Default BOOTP Class.
         ▪      Beyond these three, the Default user class is the implicit class to
                which all clients belong by default.
    3.        You can create a new user class by clicking the Add button in
              the DHCP User Classes dialog box. This step opens the new
              class dialog box.
    4.        In this dialog box, you merely need to name the class and
              then set an ID string of your choice for the class.
5.       After defining a new class and specifying an ID string for that
         class , the new user class appears in the User Class drop-
         down list box in the Advanced Tap of the Scope Options
         dialog box.
6.       You can then select that user class and define a set of options
         that will be assigned only to members of the class.
7.       Finally, you need to populate the class, for the desired
         computers to inherit the options defined for the new class,
         you need to set the class ID of appropriate client computers
         to match the ID you have defined for that class at the DHCP
         server.
     ▪     You can do this by executing the Ipconfig/setclassid command at a
           command prompt at each client computer.
         ipconfig/setclassid “local area connection” sample ID
8. After you run this command on a DHCP client,
   the client will inherit the options defined for
   the class in addition to the options defined for
   the default user class. If the two options
   conflict , such as with the definition of a
   default gateway, the option defined for the
   more specific class takes precedence over the
   setting defined for the Default User Class.
       To configure a DHCP server on a Server Core
        installation of windows 2008:
         Install the DHCP server role by typing the following
            command:
             start/w ocsetup DHCPServerCore
        ▪     Even though this command installs the DHCP Server service, it
              dose not automatically start.
           To start the service for the first time, use the following
            command:
             net start dhcpserver
           To configure the DHCP Service to start automatically,
            type the following command:
             sc config dhcpserver start= auto
       To add scopes and configure the server, you can
        simply connect to the server from the DHCP
        console on a computer running a full installation of
        Windows Server 2008.
         If you want to configure a Server Core installation as a
          DHCP client for IPv4,type the following command
          where “local area connection” is the name of the
          connection on the network:
        netsh interface ipv4 set address “local area connection” dhcp
       To configure the server to obtain a DNS server
        address through DHCP, type the following
        command:
        netsh interface ipv4 set dnsserver “local area connection” dhcp
   When you configure DHCP options for the
    Default User class, which clients are
    assigned these options?
   Quick Check Answer:
     All clients, except when a client is assigned a
     class-specific option that conflicts with an
     option defined for the Default User class. In this
     case the class-specific options takes precedence.
Practice 3
   Exercise 1: Creating an Exclusion Range
     In this exercise, you will create an exclusion range
      on Dcsrv1 for the address range 192.168.0.200-
      192.168.0.210.
    1. Log on to Nwtraders from Dcsrv1 as a domain
       administrator.
    2. Open the DHCP console by clicking Start, pointing
       to Administrative Tools, and then choosing DHCP.
    3. In the DHCP console tree, navigate to
       DHCPdcsrv1. nwtraders.msft  IPv4  Scope
       [191.168.0.0]Nwtraders.msft Address Pool.
4. Right-click the Address Pool folder, and then
     choose New Exclusion Range.
 ▪    The Add Exclusion dialog box opens.
5. In the Add Exclusion dialog box, type
   192.168.0.200 and 192.168.0.210 in the start IP
   Address and End IP Address boxes, respectively.
6. Click Add, and then click Close.
 ▪    In the details pane you can see that the address range
      you have configured is now listed .
 ▪    The icon next to the range includes a red X, and the
      description associated with the range is “IP Addresses
      excluded from distribution.”
7. Log off Dcsrv1.
Contact Me: qursaan@gmail.com

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

unit 2
unit 2unit 2
unit 2
 
Dhcp
DhcpDhcp
Dhcp
 
DHCP concept
DHCP conceptDHCP concept
DHCP concept
 
080 DHCP
080 DHCP080 DHCP
080 DHCP
 
Lesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol ALesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol A
 
DHCP and NIS
DHCP and NISDHCP and NIS
DHCP and NIS
 
dynamic host configuration protocol
dynamic host configuration protocoldynamic host configuration protocol
dynamic host configuration protocol
 
Linux05 DHCP Server
Linux05 DHCP ServerLinux05 DHCP Server
Linux05 DHCP Server
 
Dhcp server
Dhcp serverDhcp server
Dhcp server
 
Dhcp
DhcpDhcp
Dhcp
 
DHCP in windows server 2012
DHCP in windows server 2012DHCP in windows server 2012
DHCP in windows server 2012
 
Dhcp presentation
Dhcp presentationDhcp presentation
Dhcp presentation
 
Dhcp
DhcpDhcp
Dhcp
 
DHCP (dynamic host configuration protocol)
DHCP (dynamic host configuration protocol)DHCP (dynamic host configuration protocol)
DHCP (dynamic host configuration protocol)
 
6 understanding DHCP
6 understanding DHCP6 understanding DHCP
6 understanding DHCP
 
Installing the dhcp server role
Installing the dhcp server roleInstalling the dhcp server role
Installing the dhcp server role
 
Dhcp ppt
Dhcp pptDhcp ppt
Dhcp ppt
 
Dhcp presentation 01
Dhcp presentation 01Dhcp presentation 01
Dhcp presentation 01
 
Dhcp server and windows 2012
Dhcp server and windows 2012Dhcp server and windows 2012
Dhcp server and windows 2012
 
Wintel ppt for dhcp
Wintel ppt for dhcpWintel ppt for dhcp
Wintel ppt for dhcp
 

Destacado

Introduction: Enterprise Systems for Management
Introduction: Enterprise Systems for ManagementIntroduction: Enterprise Systems for Management
Introduction: Enterprise Systems for ManagementKanishka Gopal
 
Lesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing ALesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing AMahmmoud Mahdi
 
Enterprise Systems
Enterprise SystemsEnterprise Systems
Enterprise SystemsSaurabh Goel
 
Siebel System: Anatomy of a Sale, Part 1
Siebel System:  Anatomy of a Sale, Part 1Siebel System:  Anatomy of a Sale, Part 1
Siebel System: Anatomy of a Sale, Part 1Anant Lodha
 
Lesson 9: Managing Files
Lesson 9: Managing FilesLesson 9: Managing Files
Lesson 9: Managing FilesMahmmoud Mahdi
 
Lesson 4: Network Infrastucture
Lesson 4: Network InfrastuctureLesson 4: Network Infrastucture
Lesson 4: Network InfrastuctureMahmmoud Mahdi
 
Cyber security tutorial1
Cyber security tutorial1Cyber security tutorial1
Cyber security tutorial1sweta dargad
 
Crm siebel
Crm siebelCrm siebel
Crm siebelcrm2life
 
Enterprise Information Systems
Enterprise Information SystemsEnterprise Information Systems
Enterprise Information SystemsGoutama Bachtiar
 
MIS 18 Enterprise Management System
MIS 18 Enterprise Management SystemMIS 18 Enterprise Management System
MIS 18 Enterprise Management SystemTushar B Kute
 
Gen7176 siebel crm strategy and roadmap (1)
Gen7176   siebel crm strategy and roadmap (1)Gen7176   siebel crm strategy and roadmap (1)
Gen7176 siebel crm strategy and roadmap (1)crm2life
 
Windump
WindumpWindump
Windumpjk847
 
Crm siebel
Crm siebelCrm siebel
Crm siebelcrm2life
 
Subnetting Basics Tutorial
Subnetting Basics TutorialSubnetting Basics Tutorial
Subnetting Basics Tutorialmikem801
 
Lesson 2: Subnetting basics
Lesson 2: Subnetting basicsLesson 2: Subnetting basics
Lesson 2: Subnetting basicsMahmmoud Mahdi
 
Enterprise resource planning ppt
Enterprise resource planning pptEnterprise resource planning ppt
Enterprise resource planning pptShivani Garg
 
Enterprise resource planning
Enterprise resource planningEnterprise resource planning
Enterprise resource planningAmit Singh
 

Destacado (20)

Introduction: Enterprise Systems for Management
Introduction: Enterprise Systems for ManagementIntroduction: Enterprise Systems for Management
Introduction: Enterprise Systems for Management
 
Lesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing ALesson.7: Configuring IP Routing A
Lesson.7: Configuring IP Routing A
 
Enterprise Systems
Enterprise SystemsEnterprise Systems
Enterprise Systems
 
Siebel System: Anatomy of a Sale, Part 1
Siebel System:  Anatomy of a Sale, Part 1Siebel System:  Anatomy of a Sale, Part 1
Siebel System: Anatomy of a Sale, Part 1
 
Lesson 9: Managing Files
Lesson 9: Managing FilesLesson 9: Managing Files
Lesson 9: Managing Files
 
Lesson 4: Network Infrastucture
Lesson 4: Network InfrastuctureLesson 4: Network Infrastucture
Lesson 4: Network Infrastucture
 
Cyber security tutorial1
Cyber security tutorial1Cyber security tutorial1
Cyber security tutorial1
 
Crm siebel
Crm siebelCrm siebel
Crm siebel
 
Enterprise Information Systems
Enterprise Information SystemsEnterprise Information Systems
Enterprise Information Systems
 
MIS 18 Enterprise Management System
MIS 18 Enterprise Management SystemMIS 18 Enterprise Management System
MIS 18 Enterprise Management System
 
Gen7176 siebel crm strategy and roadmap (1)
Gen7176   siebel crm strategy and roadmap (1)Gen7176   siebel crm strategy and roadmap (1)
Gen7176 siebel crm strategy and roadmap (1)
 
Windump
WindumpWindump
Windump
 
Crm siebel
Crm siebelCrm siebel
Crm siebel
 
Subnetting Basics Tutorial
Subnetting Basics TutorialSubnetting Basics Tutorial
Subnetting Basics Tutorial
 
Lesson 2: Subnetting basics
Lesson 2: Subnetting basicsLesson 2: Subnetting basics
Lesson 2: Subnetting basics
 
Subnetting
SubnettingSubnetting
Subnetting
 
Enterprise resource planning ppt
Enterprise resource planning pptEnterprise resource planning ppt
Enterprise resource planning ppt
 
Enterprise resource planning
Enterprise resource planningEnterprise resource planning
Enterprise resource planning
 
What is ERP
What is ERPWhat is ERP
What is ERP
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 

Similar a Lesson 6: Dynamic Host Configuration Protocol B

Installing and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by stepInstalling and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by stepAhmed Abdelwahed
 
Install and Configure DHCP role on Windows Server 2012
Install and Configure DHCP role on Windows Server 2012Install and Configure DHCP role on Windows Server 2012
Install and Configure DHCP role on Windows Server 2012abdualziz-aljohani
 
Dhcp, dns and proxy server (1)
Dhcp, dns and proxy server (1)Dhcp, dns and proxy server (1)
Dhcp, dns and proxy server (1)Sahira Khan
 
How to add client computer into a domain using dhcp
How to add client computer into a domain using dhcpHow to add client computer into a domain using dhcp
How to add client computer into a domain using dhcpMac Picar
 
Pmw2 k3ni 1-2a
Pmw2 k3ni 1-2aPmw2 k3ni 1-2a
Pmw2 k3ni 1-2ahariclant1
 
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdfssuserfd0132
 
Session 3 Tp 3
Session 3 Tp 3Session 3 Tp 3
Session 3 Tp 3githe26200
 
Module (8) DHCP Server.pptx
Module (8) DHCP Server.pptxModule (8) DHCP Server.pptx
Module (8) DHCP Server.pptxGeorgeThoreJr
 
Installation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 ServerInstallation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 Server► Supreme Mandal ◄
 
Group-7-DHCPv4.pptx
Group-7-DHCPv4.pptxGroup-7-DHCPv4.pptx
Group-7-DHCPv4.pptxIvanTabanag1
 
computer network designing- final year project
computer network designing- final year projectcomputer network designing- final year project
computer network designing- final year projectAboubacar Mchangama
 

Similar a Lesson 6: Dynamic Host Configuration Protocol B (20)

Installing and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by stepInstalling and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by step
 
Install and Configure DHCP role on Windows Server 2012
Install and Configure DHCP role on Windows Server 2012Install and Configure DHCP role on Windows Server 2012
Install and Configure DHCP role on Windows Server 2012
 
DHCP PROTOCOL
DHCP PROTOCOLDHCP PROTOCOL
DHCP PROTOCOL
 
Dhcp, dns and proxy server (1)
Dhcp, dns and proxy server (1)Dhcp, dns and proxy server (1)
Dhcp, dns and proxy server (1)
 
Dhcp
DhcpDhcp
Dhcp
 
How to add client computer into a domain using dhcp
How to add client computer into a domain using dhcpHow to add client computer into a domain using dhcp
How to add client computer into a domain using dhcp
 
Pmw2 k3ni 1-2a
Pmw2 k3ni 1-2aPmw2 k3ni 1-2a
Pmw2 k3ni 1-2a
 
DNS,SMTP and POP3
DNS,SMTP and POP3DNS,SMTP and POP3
DNS,SMTP and POP3
 
main
mainmain
main
 
Configuration DHCP
Configuration DHCPConfiguration DHCP
Configuration DHCP
 
Lession4 Dhcp
Lession4 DhcpLession4 Dhcp
Lession4 Dhcp
 
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
 
Session 3 Tp 3
Session 3 Tp 3Session 3 Tp 3
Session 3 Tp 3
 
Module (8) DHCP Server.pptx
Module (8) DHCP Server.pptxModule (8) DHCP Server.pptx
Module (8) DHCP Server.pptx
 
Installation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 ServerInstallation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 Server
 
Group-7-DHCPv4.pptx
Group-7-DHCPv4.pptxGroup-7-DHCPv4.pptx
Group-7-DHCPv4.pptx
 
computer network designing- final year project
computer network designing- final year projectcomputer network designing- final year project
computer network designing- final year project
 
Mikrotik pcq
Mikrotik   pcqMikrotik   pcq
Mikrotik pcq
 
Dhcp 11
Dhcp 11Dhcp 11
Dhcp 11
 
DHCP(In_Linux).pptx
DHCP(In_Linux).pptxDHCP(In_Linux).pptx
DHCP(In_Linux).pptx
 

Último

Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 

Último (20)

Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 

Lesson 6: Dynamic Host Configuration Protocol B

  • 4. In this exercise you will add the DHCP Server role on Dcsrv1. 1. Log on to Nwraders from Dcsrv1. 2. In the Initial Configuration Tasks window (or Server Manager), click Add Roles. ▪ The Add Roles Wizard opens. 3. On the Before You Begin page, click Next. 4. On the select Server Roles page, select the DHCP Server check box.
  • 5. 5. On the Select Server Roles page, click Next. 6. On the DHCP Server page, read all of the text on the page, and then click Next. 7. On the Select Network Connection Bindings page, read all of the text on the page. ▪ Then, verify that the check box next to 192.168.0.1 is selected and click Next. 8. On the Specify IPv4 DNS Server Settings page, read all of the text on the page. ▪ Then, verify that nwtraders.msft is specified as the parent domain and that 192.168.0.1 is specified as the preferred DNS server IPv4 address. Click Next.
  • 6. 9. On the specify IPv4 WINS Server Setting page. ▪ Then, leave the selection specifying that WINS is not required for applications on the network and click Next. 10. On the Add Or Edit DHCP Scopes page, read all of the text on the page, and then click Add. ▪ The Add Scope dialog box appears. 11. Use the following information to complete the fields in the Add Scope dialog box: ▪ Scope Name: Nwtraders.msft IPv4 ▪ Starting IP Address: 192.168.0.20 ▪ Ending IP Address: 192.168.0.254 ▪ Subnet Mask: 255.255.255.0 ▪ Default Gateway(optional): 192.168.0.1 ▪ Subnet Type: Wired (lease duration will be six days) ▪ Activate this scope: Enabled
  • 7. 12. After you have entered the appropriate values in the Add Scope dialog box, click OK 13. On the Add Or Edit DHCP Scopes page, click Next. 14. On the Configure DHCPv6 Stateless Mode page, read all of the text on the page. ▪ Then, leave the Enable DHCPv6 Stateless Mode For This Server option selected and click Next. 15. On the Specify IPv6 DNS Server Setting page, read all of the text on the page. ▪ Then verify Then, verify that nwtraders.msft is specified as the parent domain and that fd00::1 is specified as the preferred DNS Server IPv6 address. Click Next.
  • 8. 16. On the Authorize DHCP Server page, read all of the text on the page. ▪ Then verify that the Use Current Credentials option is selected and click Next. 17. On the Confirm Installation Selection page, review the selections, and then click Install. ▪ When the installation completes, the Installation Results page appears. 18. On the Installation Results page, click Close.
  • 10. In this exercise, you will configure the Boston computer as a DHCP client for IPv4. 1. Log on to Nwtraders from Boston computer as a domain administrator. 2. Open an elevated command prompt. 3. At the command prompt, type the following: ▪ netsh interface ipv4 set address “local area connection” dhcp
  • 11. 4. After the command prompt completes successfully and the prompt reappears, type the following: ▪ netsh interface ipv4 set dnsserver “local area connection” dhcp 5. After the command prompt completes successfully and the prompt reappears, type ipconfig/all. ▪ The Ipconfig output shows that DHCP is enabled and that Boston has received a new IP address 192.168.0.20. 6. Log off both computers.
  • 13. After this lesson, you will be able to:  Create scope reservations.  Create scope exclusions.  Configure DHCP scope options.
  • 14. After you add the DHCP Server role, you can perform further configuration tasks by using the DHCP console.  These tasks include: 1. Configuring exclusions. 2. Creating address reservations. 3. Adjusting the lease duration of a scope 4. Configuring additional scope or server options.
  • 15. An exclusion range is a set of one or more IP addresses that is included within the rang of a defined scope but that you do not want to lease to DHCP clients.  For example:  define a new scope whose address range is 192.168.0.10-192.168.0.254. ▪ You might have a number of preexisting servers whose static addresses might lie within this range-for example between 192.168.0.200 and 129.168.0.210. ▪ You might have servers with isolated static addresses, such as 192.168.0.99
  • 16. To add an exclusion range: 1. In the DHCP console tree navigate to DHCP <server node> IPv4 ScopeAddress Pool. 2. Right-click the Address Pool folder. 3. Choose New Exclusion Range.
  • 17.
  • 18. 4. In the Add Exclusion dialog box that opens, configure the range of addresses that you want to exclude from the address rang. ▪ If you want to exclude a single address, specify the Start IP Address and the End IP Address as the same address
  • 20.  Use a reservation to create a permanent address lease assignment by the DHCP server by associating an IP address with a MAC address.  Ensure that a specified hardware device on the subnet can always use the same IP address without relying on a manually configured address.  The advantage of a reservation  Is that it is centrally managed and less likely to be configured incorrectly.  The disadvantage of a reservation  Is that it is address is assigned late in the boot process and depends on the presence of a DHCP server.
  • 21. To create a reservation in the DHCP console tree 1. Navigate to DHCP server node IPv4 Scope Reservation. 2. Right-click the Reservation folder. 3. And then choose New Reservation. 4. In the New Reservation dialog box that opens, specify a name, IP address, and MAC address for the reservation.
  • 22.
  • 23.
  • 24. You can modify the lease duration to be used for assigning IP address leases.  To adjust the length of lease duration: 1. Open the properties of the scope whose lease duration you want to adjust. 2. You can adjust the lease duration in the General tab in the Lease Duration For DHCP Clients area.
  • 25.
  • 26. In the DHCP console:  if you want to end the lease for a given address or a client, you can simply delete that lease by right-clicking the lease and choosing Delete.
  • 27. 1. The server level:  Are inherited by all scopes configured on the server. 2. The scope level:  Are inherited by all leases and reservations within the scope. 3. The reservation level:  Apply to that reservation only.
  • 28. To see the built-in options that you can configure: 1. In the DHCP console navigate to DHCPServer nodeIPv4ScopeScope options. 2. Right-click the Scope Options folder. 3. And then choose Configure Options. 4. Then use the Scope Options dialog box to choose an option for the scope.
  • 29.
  • 30.
  • 31. On the 70-642 exam you won’t be tasted on any DHCP options beyond those covered in the section entitled “Understanding DHCP Options”.  However, browsing the long list of options made available through the DHCP console helps you get a feel for what DHCP options are and how you might use them in a production environment.
  • 32. An option class is a client category that enables the DHCP server to assign options only to particular clients within a scope.  Options classes can be of two types: 1. Vendor classes: are used to assign vendor-specific options to DHCP clients identified as a vendor type. ▪ For example: you can configure clients that can be identified as running Windows 2000 to enable or disable NetBIOS. 2. User classes: are used to assign options to any set of clients identified as sharing a common need for similar DHCP options configuring.
  • 33. What is the default user class?  It is a class to which all DHCP clients belong and the class in which all options are created by default.
  • 34.  User classes enable you to apply a particular configuration of DHCP options to any subset of DHCP clients you define.  To implement a user class: 1. Define the class at the DHCP server by assigning an ID and a set of options for the class. 2. Assign selected client computers to that class by using the Ipconfig/ setclassid command.  A custom user class is helpful when you need to assign distinct options to distinct sets of client computers.  For example, your network might require certain clients to be assigned a special default gateway that allows them to bypass the company firewall.
  • 35. To create a custom or new user class: 1. Begin by right-clicking the IPv4 icon in the DHCP console and choosing Define User Classes. 2. This step opens the DHCP User Classes .in this dialog box you can see that three user classes are predefined: a) Default Routing And Remote Access Class. b) Default Network Access Protection Class. c) Default BOOTP Class. ▪ Beyond these three, the Default user class is the implicit class to which all clients belong by default. 3. You can create a new user class by clicking the Add button in the DHCP User Classes dialog box. This step opens the new class dialog box. 4. In this dialog box, you merely need to name the class and then set an ID string of your choice for the class.
  • 36.
  • 37.
  • 38.
  • 39. 5. After defining a new class and specifying an ID string for that class , the new user class appears in the User Class drop- down list box in the Advanced Tap of the Scope Options dialog box. 6. You can then select that user class and define a set of options that will be assigned only to members of the class. 7. Finally, you need to populate the class, for the desired computers to inherit the options defined for the new class, you need to set the class ID of appropriate client computers to match the ID you have defined for that class at the DHCP server. ▪ You can do this by executing the Ipconfig/setclassid command at a command prompt at each client computer. ipconfig/setclassid “local area connection” sample ID
  • 40. 8. After you run this command on a DHCP client, the client will inherit the options defined for the class in addition to the options defined for the default user class. If the two options conflict , such as with the definition of a default gateway, the option defined for the more specific class takes precedence over the setting defined for the Default User Class.
  • 41.
  • 42. To configure a DHCP server on a Server Core installation of windows 2008:  Install the DHCP server role by typing the following command: start/w ocsetup DHCPServerCore ▪ Even though this command installs the DHCP Server service, it dose not automatically start.  To start the service for the first time, use the following command: net start dhcpserver  To configure the DHCP Service to start automatically, type the following command: sc config dhcpserver start= auto
  • 43. To add scopes and configure the server, you can simply connect to the server from the DHCP console on a computer running a full installation of Windows Server 2008.  If you want to configure a Server Core installation as a DHCP client for IPv4,type the following command where “local area connection” is the name of the connection on the network: netsh interface ipv4 set address “local area connection” dhcp  To configure the server to obtain a DNS server address through DHCP, type the following command: netsh interface ipv4 set dnsserver “local area connection” dhcp
  • 44. When you configure DHCP options for the Default User class, which clients are assigned these options?  Quick Check Answer:  All clients, except when a client is assigned a class-specific option that conflicts with an option defined for the Default User class. In this case the class-specific options takes precedence.
  • 46. Exercise 1: Creating an Exclusion Range  In this exercise, you will create an exclusion range on Dcsrv1 for the address range 192.168.0.200- 192.168.0.210. 1. Log on to Nwtraders from Dcsrv1 as a domain administrator. 2. Open the DHCP console by clicking Start, pointing to Administrative Tools, and then choosing DHCP. 3. In the DHCP console tree, navigate to DHCPdcsrv1. nwtraders.msft IPv4 Scope [191.168.0.0]Nwtraders.msft Address Pool.
  • 47. 4. Right-click the Address Pool folder, and then choose New Exclusion Range. ▪ The Add Exclusion dialog box opens. 5. In the Add Exclusion dialog box, type 192.168.0.200 and 192.168.0.210 in the start IP Address and End IP Address boxes, respectively. 6. Click Add, and then click Close. ▪ In the details pane you can see that the address range you have configured is now listed . ▪ The icon next to the range includes a red X, and the description associated with the range is “IP Addresses excluded from distribution.” 7. Log off Dcsrv1.