University Name: Internetworking with TCP/IP Configuration Report

Verified

Added on  2020/04/07

|17
|853
|34
Report
AI Summary
This report provides a comprehensive overview of internetworking with TCP/IP, detailing the setup and configuration of a network. It begins with an overview of the network topology, including the configuration of PCs, servers, and router interfaces. The report then delves into the configuration of the router with IP packet forwarding and demonstrates network connectivity through ping and traceroute commands. Furthermore, the report explores the configuration of various network services, including DHCP, a web server, DNS, and a firewall. The report concludes with a bibliography of relevant sources. The report utilizes screenshots to visually represent the configuration steps and outcomes, providing a practical understanding of the concepts discussed.
Document Page
Running head: INTERNETWORKING WITH TCP/IP
Internetworking with TCP/IP
Name of the Student
Name of the University
Author’s note
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
1
INTERNETWORKING WITH TCP/IP
Table of Contents
Part 1: Setting up a Network...........................................................................................................2
1. Over View of the network topology.......................................................................................2
1.1. Configuration of the PC, Server and Router interface......................................................3
1.2. Configuration of the router with IP packet forwarding....................................................6
1.3. Pinging from the client end..............................................................................................6
1.4. Traceroute command from the client to the server.........................................................9
Part 2- Configuration of the network service................................................................................10
2.1. DHCP..................................................................................................................................10
2.2. WEB Server........................................................................................................................11
2.3. DNS....................................................................................................................................12
2.4. Firewall..............................................................................................................................13
Bibliography..................................................................................................................................15
Document Page
2
INTERNETWORKING WITH TCP/IP
Part 1: Setting up a Network
1. Over View of the network topology
Figure 1: Network Overview
(Source: Created by author)
The network is created with two private IP address used on both side of the interface of the
router and three servers are used such as the DHCP, DNS and the WEB server. The left side network is
configured using the IP address 172.29.69.1 and the right side network is configured using the address
10.10.3.1. The configuration of the PC, Server and the router is demonstrated by using screenshots. The
router is configured with firewall for blocking the PC with IP address 172.29.69.4 to communicate with
the WEB server. The successful pinging of the PC with the router is also attached with the document for
demonstrating the proper working of the network.
Document Page
3
INTERNETWORKING WITH TCP/IP
1.1. Configuration of the PC, Server and Router interface
Configuration of the PC0
Configuration of the PC1
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
4
INTERNETWORKING WITH TCP/IP
Configuration of the WEB server
Configuration of the DHCP server
Document Page
5
INTERNETWORKING WITH TCP/IP
Configuration of the DNS server
Configuration of the router interface
Router(config)#interface FastEthernet0/1
Router(config-if)#ip address 10.10.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
Router(config-if)#exit
Router(config)#interface FastEthernet0/1
Router(config-if)#ip address 172.29.69.1 255.255.255.0
Document Page
6
INTERNETWORKING WITH TCP/IP
Router(config-if)#exit
1.2. Configuration of the router with IP packet forwarding
Router(config)#int fa 0/1
Router(config-if)#ip helper-address 10.10.3.4
Router(config-if)#exit
Router(config)#
1.3. Pinging from the client end
Ping the client's own network interface
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
7
INTERNETWORKING WITH TCP/IP
Ping the local router gateway interface
Pinging the remote router interface
Document Page
8
INTERNETWORKING WITH TCP/IP
Pinging the server
Document Page
9
INTERNETWORKING WITH TCP/IP
1.4. Traceroute command from the client to the server
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
10
INTERNETWORKING WITH TCP/IP
Part 2- Configuration of the network service
2.1. DHCP
Document Page
11
INTERNETWORKING WITH TCP/IP
2.2. WEB Server
chevron_up_icon
1 out of 17
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]