0% found this document useful (0 votes)
31 views

4.6 - Lab - Manual - 6 - CN - DNS Server On A Server Machine and DHCP On A Router Using Packet Tracer

Uploaded by

Ahmad Abduhu
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

4.6 - Lab - Manual - 6 - CN - DNS Server On A Server Machine and DHCP On A Router Using Packet Tracer

Uploaded by

Ahmad Abduhu
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Lab Manual / CN-5th/ BSSE / SE Dept.

/ UMT Lahore

Manual Lab # 06

Task: Implementation of DNS server on a Server machine and DHCP on a Router


using Packet tracer
Scenario to implement:

Step 01: Configuring DNS Server:


 Assign static IP address 192.168.1.2 on Fast Ethernet of DNS Server machine.

Page 1|3
Lab Manual / CN-5th/ BSSE / SE Dept./ UMT Lahore

Step 02: On the DNS service in “Services” tab of DNS Server machine and add a URL:
www.cisco.com with IP = 192.168.1.2 pressing the add button.

Page 2|3
Lab Manual / CN-5th/ BSSE / SE Dept./ UMT Lahore

Step 03: Configuration on DHCP- Router CLI:


Step(i):
Router> enable
Router# config terminal
Router (config) # hostname (OR ho) DHCP-server

Step(ii): Assign IP 192.168.1.1 on ethernet interface 0/0 of router


Go to
DHCP-server(config) # interface fastethernet 0/0 (OR gigabitethernet 0/0)
DHCP-server(config-if ) # ip address 192.168.1.1 255.255.255.0
DHCP-server(config-if ) # no shutdown
DHCP-server(config-if ) # exit

Step(iii):
DHCP-server(config) #ip dhcp pool deply
DHCP-server(dhcp- config) # network 192.168.1.0 255.255.255.0

Step(iv):
DHCP-server(dhcp- config) # default-router 192.168.1.1

Step(v):
DHCP-server(dhcp- config) # dns-server 192.168.1.2
DHCP-server(dhcp- config) # exit

Step(vi): Exclude router & DNS server’s IPs from range of DHCP server.
DHCP-server(config) #ip dhcp excluded-address 192.168.1.1 192.168.1.5

Step(vii): Saving configurations


DHCP-server(config) # ctrl+ z (press from keyboard)
DHCP-server> write
!!!!!!!!
[Ok] Building configurations!!!!

Step 04: Obtaining IP addresses on PCs from DHCP- server Router:


Go to PCs IP configuration tab and select DHCP radio button press ok pcs will obtain IP
addresses from 192.168.1.6 onwards automatically.

End of Lab # 06

Page 3|3

You might also like