TCP/IP Networking Project: Router and Network Service Configuration

Verified

Added on  2019/10/30

|19
|1595
|148
Project
AI Summary
This project report details the configuration of a TCP/IP network using Cisco Packet Tracer. The project involves setting up a network with two routers, PCs, and a server. The configuration includes assigning IP addresses to network interfaces, configuring routing protocols, and enabling IP packet forwarding. The report covers the configuration of DHCP, DNS, and a web server, along with the implementation of a firewall using access control lists. Screenshots of the router configurations and network connectivity tests, including ping and traceroute commands, are provided. The project aims to simulate a practical networking scenario, allowing the student to apply and demonstrate their understanding of network configuration and service implementation. The report also includes a bibliography of relevant sources used in the project.
Document Page
Running head: TCP/IP NETWORKING
TCP/IP Networking
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
TCP/IP NETWORKING
Executive Summary
The assignment is related with the development of a network and two routers are used for the
configuration. The configuration is made on cisco packet tracer and two routers are used for simulation
of the software. The routers are configured in the network with the appropriate protocol for meeting
the requirement of the assignment. Multiple network interface are used for configuring the network and
client PC and the server are connected with the different interface of the router. The screenshots of the
configuration of the router is given in the report. The DNS and the Web server is configured with the
student name and the router 0 is configures with access control list for blocking a client to access the
web server. The connectivity of network is checked by pinging to the different interface of the router.
Document Page
2
TCP/IP NETWORKING
Table of Contents
Task 1: Setting up a Network..........................................................................................................3
1.1. Configuration of the PC, Server and Router interface.........................................................3
1.2. Configuration of the router with IP packet forwarding.......................................................7
1.3. Pinging from the client end.................................................................................................8
1.4. Traceroute command from the client to the server..........................................................11
Task 2- Configuration of the network service...............................................................................12
2.1. DHCP..................................................................................................................................12
2.2. WEB Server........................................................................................................................13
2.3. DNS....................................................................................................................................14
2.4. Firewall..............................................................................................................................15
Bibliography..................................................................................................................................16
Document Page
3
TCP/IP NETWORKING
Task 1: Setting up a Network
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
TCP/IP NETWORKING
Configuration of the WEB server
Configuration of the DHCP server
Document Page
5
TCP/IP NETWORKING
Configuration of the DNS server
Configuration of the router interface
Router 0
Document Page
6
TCP/IP NETWORKING
Router 1
Routing table of the routers
172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
C 172.16.1.0/24 is directly connected, FastEthernet0/0
C 172.16.2.0/30 is directly connected, Serial0/3/0
S 172.16.3.0/24 [1/0] via 172.16.2.2
172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
S 172.16.1.0/24 [1/0] via 172.16.2.1
C 172.16.2.0/30 is directly connected, Serial0/3/0
C 172.16.3.0/24 is directly connected, FastEthernet0/0
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
TCP/IP NETWORKING
1.2. Configuration of the router with IP packet forwarding
Router 0 configuration:
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 172.16.1.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface Serial0/3/0
Router(config-if)#ip address 172.16.2.1 255.255.255.252
Router(config-if)#exit
Router(config)#ip route 172.16.3.0 255.255.255.0 172.16.2.2
Router 1 configuration:
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface Serial0/3/0
Router(config-if)#ip address 172.16.2.2 255.255.255.252
Document Page
8
TCP/IP NETWORKING
Router(config-if)#
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 172.16.3.1 255.255.255.0
Router(config-if)#
Router(config-if)#exit
Router(config)#ip route 172.16.1.0 255.255.255.0 172.16.2.1
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down
1.3. Pinging from the client end
Ping the client's own network interface
Document Page
9
TCP/IP NETWORKING
Ping the local router gateway interface
Pinging the remote router interface
Pinging 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
TCP/IP NETWORKING
Document Page
11
TCP/IP NETWORKING
1.4. Traceroute command from the client to the server
chevron_up_icon
1 out of 19
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]