0% found this document useful (0 votes)
23 views2 pages

DNS Configuration First Sketch The Following Topology

This document outlines the configuration of DNS on a router to resolve hostnames to IP addresses. It describes drawing a topology with one router and configuring the router's GigabitEthernet0/0 interface with an IP address, setting the DNS server to 4.2.2.5, and mapping the hostnames www.du.edu.et, Essien, John, and Peter to IP addresses 192.168.1.5, 192.168.1.3, 192.168.1.4, and 192.168.1.2 respectively. Once configured, pinging the hostnames from the router should resolve to the correct IP addresses.

Uploaded by

menber
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)
23 views2 pages

DNS Configuration First Sketch The Following Topology

This document outlines the configuration of DNS on a router to resolve hostnames to IP addresses. It describes drawing a topology with one router and configuring the router's GigabitEthernet0/0 interface with an IP address, setting the DNS server to 4.2.2.5, and mapping the hostnames www.du.edu.et, Essien, John, and Peter to IP addresses 192.168.1.5, 192.168.1.3, 192.168.1.4, and 192.168.1.2 respectively. Once configured, pinging the hostnames from the router should resolve to the correct IP addresses.

Uploaded by

menber
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/ 2

DNS Configuration

First Sketch the following Topology

Steps)
R1# configure terminal

R1(config)# interface GigabitEthernet0/0

R1(config-if)#ip address 192.168.1.1 255.255.255.0


R1(config)# ip name-server 4.2.2.5

R1(config)# ip host www.du.edu.et 192.168.1.5

R1(config)# ip host Essien 192.168.1.3

R1(config)# ip host John 192.168.1.4

R1(config)# ip host Peter 192.168.1.2


Finally if you now try to ping www.du.edu.et or other names
configured above directly from your router's CLI prompt, you
should receive an answer as follows:-

You might also like