You are on page 1of 56

INFORMATION SHEET 3.

2-1

Install and configure DHCP

LEARNING OBJECTIVES:

After reading this INFORMATION SHEET, STUDENT(S) MUST be able to:

1. Understand DHCP concepts.


2. Install and configure DHCP.

INTRODUCTION

If you have worked with Windows NT at all, you are probably familiar
with Dynamic Host Configuration Protocol (DHCP) — a server service
that enables the server to dynamically assign IP addresses to network
clients. Because Windows 2008 R2 server networking has TCP/IP as its
foundation, DHCP also plays an important role in networks.

DHCP (Dynamic Host Configuration Protocol) is a server service that


dynamically assigns, or leases, IP addresses and related IP information to
network clients.

How does DHCP work?

1. During the boot process, a client computer that is configured as a


DHCP client sends out a broadcast packet called
DHCPDISCOVER.
This Discover packet contains the client’s computer name and
Media Access Control (MAC) address so the DHCP servers can
respond to it. Basically, the Discover packet says, “I’m looking for
a DHCP server who can lease an IP address.”
2. DHCP servers on the network respond to the broadcast with a
DHCPOFFER. In essence, the DHCPOFFER says, “I am a DHCP
server and I have a lease for you.” If several DHCP servers respond
to the request, the client accepts the first offer that it receives.
3. The client responds via a broadcast message called a
DHCPREQUEST. This message basically says, “I accept your lease
offer and would like an IP address.” If other DHCP servers made
Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
offers, they also see their lease offers were not accepted by the
broadcast message, so they rescind their offers. (They must not
like getting snubbed by a client computer.)

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
4. The DHCP server whose offer was accepted responds with a
DHCPACK message, which acknowledges the lease acceptance
and contains the client’s IP address lease as well as other IP
addressing information that you configure the server to
provide. The client is now a TCP/IP client and can participate
on the network.

Important DHCP Terms

A full range of IP addresses that can be leased from a


Scope particular DHCP server.

A grouping of scopes used to support logical IP subnets


Superscope that exist on one physical IP subnet (called a multinet).

Multicast A scope that contains multicast IP addresses, which


Scope treat multicast clients as a group. Multicast is an
extension of DHCP and uses a multicast address range
of 224.0.0.0 to 239.255.255.255.

Address Pool The IP addresses in a scope that are available for lease.
Exclusion A group of IP address in the scope that are excluded
Range from leasing. Excluded addresses are normally used to
give hardware devices, such as routers, a static IP
address.

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Reservation A means for assigning a permanent IP address to a

particular client, server, or hardware device.

Reservations are typically made for servers or hardware

devices that need a static IP address.

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
The amount of time that a client may use an IP address
Lease before the client must re-lease the IP address or request
another one.

http://www.dummies.com/programming/certification/installing-
and- configuring-dhcp/

Installing Windows Server 2008 DHCP Server

Installing Windows Server 2008 DCHP Server is easy.

To do this, you will need a Windows Server 2008 R2 system already


installed and configured with a static IP address. You will need to know
your network’s IP address range, the range of IP addresses you will want
to hand out to your PC clients, your DNS server IP addresses, and your
default gateway. Additionally, you will want to have a plan for all
subnets involved, what scopes you will want to define, and what
exclusions you will want to create.

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Installation

1. To start the DHCP installation process, you can click Add Roles
from the Initial Configuration Tasks window or from Server
Manager > Roles > Add Roles.

Figure 1 Add role

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
2. Select server role

Figure 2 Selecting server role

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
3. Read and evaluate DHCP overview

Figure 3 DHCP Overview

4. Select network binding connection. In this part you have to


select available network connections, if you have to or more network
adapters you need to select the network connection that you are
going to bind. In this example, I only have one network connection.

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 4 Select Network Binding

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
5. Setting the IPv4 DNS Server. The first thing you need to do id
to specify the name of the parent domain that clients will use for
name resolution. This domain will use for all scope you create on this
DHCP server. In this example I used itsmeismael.com for parent
domain.

In prefer DNS server IPv4 address, you must to specify the address of
the DNS server that client will use for name resolution. In this case I
used 192.168.1.50 because this is my server address. In short it is
the address of your server. Click validate then press next button.

Figure 5 Specify IPv4 DNS Server


Setting

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
6. WINS Server setting.

Figure 6 Specify IPv4 WINS Server Setting

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
7. Add or edit DHCP Scopes. Just click next, this scope is
intentionally left blank because we are going to add scopes
later manually.

Figure 7 Add or Edit DHCP Scope

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
8. Configure DHCPv6 stateless mode. Our current network
doesn’t support IPv6 therefore just click Disable stateless mode for
this server.

Figure 8 Configure DHCPv6

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
9. Authorization of DHCP server will be configure later just
click Skip authorization of this DHCP server in AD DS then click
next.

Figure 9 Authorize DHCP Server

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
10. The confirmation of installation will prompt. Review the
following configuration then click Install if there are no
further revisions.

Figure 10 Confirm Installation Selection

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
11. Installation progress wizard will appear. Wait for a few
moments then go to next step.

Figure 11 Installation in progress

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
12. Installation result. Click close.

Figure 12 Installation Results

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Configuration

1. Open DHCP. Click start>Administrative Tools >


DHCP.

Figure 13. Open DHCP

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
7. DHCP window will appear

Figure 14 DHCP Windows

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
3. In our installation earlier we never authorized any configuration
but in this step we need to authorize our dhcp server in order to lease
ip address and create some address pools.

4. How to authorize DHCP server. Right click here

> click authorize. Right click then refresh as


shown in (figure 4.2) then verify the authorization. Check marks
will appear after the successful authorization (Figure 4.3)

Figure 4.1

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 4.2

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 4.3

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
5. Adding scope click IPv4 then click New Scope (See Figure
5.2)

Figure 5.1

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 5.2

6. New Scope Wizard will appear

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 6

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
7. Setting the scope name and description. Name is any
recognizable and user friendly scope name while description is an
adjective definition for new scope name.

Figure 7

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
8. Defining the scope address range by identifying the sets
of consecutive IP addresses. Example IP range is on Figure 8

Figure 8

9. Add exclusion. Exclusion are addresses or range of IP


addresses that are not leased by the server. For instance, In Figure 8
there is an ip range between 192.168.1.100 to 192.168.1.254 which
are available for leasing but if we apply exclusion range e.g.
192.168.1.150 to

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
192.168.1.200 it mean this range bracket are not available for
leasing.

Figure 9

10. Lease duration it pertains on how long a client use an


IP address from the scope. Usually it is intentionally left by default
but you can

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
configure it if you wanted to adjust an specific
duration.

Figure 10.

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
11. Configure DHCP Options. Just click No, I will configure these
options later. I just wanted to show you how to configure it
manually.

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
12. Completing the New Scope Wizard

13. Scope activation. New created scope is disabled by default. In


order to lease ip address we need to active the create scope by right
clicking the highlighted color then click active as shown in figure
13.2 then click

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
refresh (Figure 13.3)

Figure 13.1

Figure 13.2
Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 13.3

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
14. Checking our address pool

Figure 14

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
15. Configure scope option. Right click Scope option
then choose configure options (Figure 15.2)

Figure 15.1

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 15.2

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
16. Scope option will appear check 003 Router then in ip address
type the ip address of your router then click add > click apply >
click OK. As shown in figure 16.1 and figure 16.2

Figure 16.1

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 16.2

17. Check your configure router option

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Setting dynamic ip address

1. Login to your configured client machine then open


network machine by pressing windows button + r then type ncpa.cpl
then click OK.

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
2. In your network connection right click Local Area Connection
then choose properties > User account control dialog box will appear.
Type your Administrator credentials then click yes (Figure 2.2)

Figure 2.1

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 2.2

3. Double lick the highlighted TCP/IPv4

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 3

4. Configure static IP settings will appear, but we don’t need


our setting set to static therefore we need to obtain our IP in order to
request IP from the DHCP server we created earlier. Click obtain IP
address automatically as well obtain dns server automatically as shown
in figure 4.2

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 4.1

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 4.2

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
5. Verify an obtained ip setting. Press windows + r then type
CMD click ok to open command prompt. Type hostname then hit
enter (Figure 5.2) then type ipconfig (Figure 5.3) the hit enter. You’ll
see the leased IP address given by DHCP server

Figure 5.1

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 5.2

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 5.3

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
6. Checking the leased ip address. Open your DHCP in
your SERVER then click address leases (Figure 6.1) then right click
(Figure 6.2) then
you’ll see the leased IP address and client name (Figure 6.3)

Figure 6.1

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Figure 6.2

Figure 6.3

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
TASK SHEET 3.2-1

Title: Install active directory

Performance Objective: Given are the following materials, you should be


able to install active directory. Allotted time 30 minutes.

Supplies/Materials :

Equipment : Computer with Windows Server 2008 R2

Prerequisites: Installed and configured active directory


Steps/Procedure:
1. Read information sheet 3.2-1 Install and Configure DHCP
2. Create an Organizational Unit
Where:
Name of Organizational Unit(s) = CSS Students
• Create two domain users
Where:
Name of first user =Your full name, Logon username = WirelessClient
Name of second user = Your full name, Logon username = Wired Client
Set the password as _admin@123 for both users
• Create a group
Where:
Group name = CSS Group
Add your newly added domain users inside the group

Assessment Method:
Demonstration, Observation

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Performance Criteria Checklist 3.1-
2

Trainee’s Name: Date:

During the performance of the task, did you consider the following
criteria?
Grade
Point NO
CRITERIA YES Equivalent
Highest Possible Score
=5
Lowest Possible Score =
0

Did the trainee…


1. Installed and
configured active directory
correctly.
2. Used proper domain name
suffix
3. Applied and
Performed
occupational health safety
procedures
4. Performed and
followed
completely the given tasks?

Feedback

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Total Points

Total Items

Signature of the Trainee/Learner

Signature of the Trainer

Grade Point Equivalent

The table shows the equivalent points that are used and show how they are
calculated to determine the grade point average (GPA), or index.

The highest equivalent points that trainer can give is 5 points per criterion and
the lowest is 0. If the trainee/learner accumulate scores with below two (2)
grade point equivalent, she/he needs to retake the whole given task.

Grade Point Explanation


Equivalent

5 Excellent

4 Very Good

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
3 Good

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
2 Average

1 Poor

0 Failure

REFERENCES

https://www.howtogeek.com/99323/installing-active-directory-on-
server-2008-r2/

https://blogs.technet.microsoft.com/activedirectoryua/2011/07/07/a-
delegation-for-this-dns-server-cannot-be-created-because-the-
authoritative-parent-zone-cannot-be-found-or-it-does-not-run-
windows- dns-server/

Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01
Document No.
Setup computer Developed by Version
server 1.1.2019
Learning Outcome ISMAEL MANIC BALANA Page 1
3.2 DHCP www.facebook.com/itsmeismael
09464485036 Revision # 01

You might also like