0% found this document useful (0 votes)
110 views11 pages

CCN Lab 13 R

The document describes configuring a DHCP server, DNS server, and two web servers to provide IP addresses, domain name resolution, and web pages to client computers on a network. The DHCP server is configured to assign IP addresses to clients from 172.16.0.100-172.16.0.200. The DNS server is configured with entries for www.ssuet.edu.pk resolving to 172.16.0.20 and www.studentname.com resolving to 172.16.0.30. The web servers are configured at those IP addresses and modified to display customized content. Client computers, switches and connections are added to test connectivity via ping and browsing to the web servers.

Uploaded by

ashraf khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
110 views11 pages

CCN Lab 13 R

The document describes configuring a DHCP server, DNS server, and two web servers to provide IP addresses, domain name resolution, and web pages to client computers on a network. The DHCP server is configured to assign IP addresses to clients from 172.16.0.100-172.16.0.200. The DNS server is configured with entries for www.ssuet.edu.pk resolving to 172.16.0.20 and www.studentname.com resolving to 172.16.0.30. The web servers are configured at those IP addresses and modified to display customized content. Client computers, switches and connections are added to test connectivity via ping and browsing to the web servers.

Uploaded by

ashraf khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

Computer Communication & Networks (SWE-306) SSUET/QR/114

LAB # 13
DOMAIN NAME SYSTEM & DHCP SERVER

OBJECTIVE
 Configure Static and Dynamic IPv4 Addressing
 Configure and Verify DNS Records

EXERCISE # 01

Configuration
Configuring theDHCP Server

Add a server.
Global Settings:
 Change the Display Name to “DHCP Server”
 Set the Gateway to 172.16.0.1
FastEthernet:

 Set the IP address to 172.16.0.10


 Set the Subnet Mask to 255.255.0.0
HTTP:

 Set HTTP Service and HTTPS Service to Off


DHCP:

 Set the Default Gateway to 172.16.0.1

Name: Ramna Nadeem 63


Roll no: 2020-SE-121
Computer Communication & Networks (SWE-306) SSUET/QR/114

 Set the DNS Server to 172.16.0.11


 Set the Start IP Address to 172.16.0.100
DNS:

 Set the Service to Off

Name: Ramna Nadeem 64


Roll no: 2020-SE-121
Computer Communication & Networks (SWE-306) SSUET/QR/114

Configuring the DNS Server


Add a server.
Global Settings:
 Change the Display Name to “DNS Server”
 Set the Gateway to 172.16.0.1
FastEthernet:

 Set the IP address to 172.16.0.11


 Set the Subnet Mask to 255.255.0.0
HTTP:

 Set HTTP Service and HTTPS Service to Off


DHCP:

 Set the Service to Off


DNS:

 Entering the www.ssuet.edu.pk Domain Name


o Enter for the Domain Name www.ssuet.edu.pk
o Enter for IP Address 172.16.0.20
o Click Add
 Entering the www.internal.com Domain Name
o Enter for the Domain Name www.studentname.com
o Enter for IP Address172.16.0.30
o Click Add

Name: Ramna Nadeem 65


Roll no: 2020-SE-121
Computer Communication & Networks (SWE-306) SSUET/QR/114

3. Configuring the www.ssuet.edu.pk Web Server

Add a server.

Global Settings:

 Change the Display Name to “Web Server: www.ssuet.edu.pk”


 Set the Gateway to 172.16.0.1
FastEthernet:

 Set the IP address to 172.16.0.20


 Set the Subnet Mask to 255.255.0.0
DHCP:

 Set the Service to Off


DNS:

 Set the Service to Off


HTTP

 Change the sentence, “<hr>Welcome to Packet Tracer, the best thing since..... Packet
Tracer.” to “<hr>Welcome to ssuet’s public web page!” You may add other information as
well.

Name: Ramna Nadeem 66


Roll no: 2020-SE-121
Computer Communication & Networks (SWE-306) SSUET/QR/114

4. Configuring the www.studentname.com Web Server


Add a server.
Global Settings:
 Change the Display Name to “Web Server: www.studentname.com”
 Set the Gateway to 172.16.0.1
FastEthernet:
 Set the IP address to 172.16.0.30
 Set the Subnet Mask to 255.255.0.0
DHCP:

Name: Ramna Nadeem 67


Roll no: 2020-SE-121
Computer Communication & Networks (SWE-306) SSUET/QR/114

 Set the Service to Off


DNS:
 Set the Service to Off
 HTTP
 Change the sentence, “<hr>Welcome to Packet Tracer, the best thing since.....
Packet Tracer.” to “<hr>This is the corporate studentname network!” You may
add other information as well.

Name: Ramna Nadeem 68


Roll no: 2020-SE-121
Computer Communication & Networks (SWE-306) SSUET/QR/114

5. Configure Two Client Computers using DHCP


Add two client computers.
Global Settings:
 Change the Display Names to “Dynamic 1” and to “Dynamic 2” respectively
 Set the Gateway/DNS to DHCP
FastEthernet:
 Set the IP Configuration to DHCP

Name: Ramna Nadeem 69


Roll no: 2020-SE-121
Computer Communication & Networks (SWE-306) SSUET/QR/114

Name: Ramna Nadeem 70


Roll no: 2020-SE-121
Computer Communication & Networks (SWE-306) SSUET/QR/114

6. Configure One Client Computers using Static IP Addressing


Add two client computers.
Global Settings:
 Change the Display Name to “Static”
 Set the Gateway/DNS to Static
 Set Gateway to 172.16.0.1
 Set the DNS Server to 172.16.0.11
FastEthernet:
 Be sure the configuration is set to Static
 Set the IP address to 172.16.0.90
 Set the Subnet Mask to 255.255.0.0

Name: Ramna Nadeem 71


Roll no: 2020-SE-121
Computer Communication & Networks (SWE-306) SSUET/QR/114

7. Adding switches

 Add two switches.


 Connect the servers to one switch using a straight-through cable.
 Connect the client computers to the other switchusing a straight-through cable.
 Interconnect the two switchesusing a crossover cable.

8. Verify connectivity

 Ping (ICMP)
o From a client computer use the Desktop Command prompt to ping the other client
computers and the servers.
o Example: From the Dynamic 1 client, C>ping 172.16.0.20
o The first one or two pings may fail, but you should receive a reply on the later pings. This
is due to the ping timing out while the ARP process takes place (later).
 Web Browser (HTTP)
o On the client computers use the Desktop Web Browser, enter the URLs of the Web
Servers www.ssuet.edu.pk and www.studentname.com.
o You should see the web pages that you created on these servers.

Name: Ramna Nadeem 72


Roll no: 2020-SE-121
Computer Communication & Networks (SWE-306) SSUET/QR/114

Name: Ramna Nadeem 73


Roll no: 2020-SE-121

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy