TCP/IP Networking Project: Router and Network Service Configuration
VerifiedAdded 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.

Running head: TCP/IP NETWORKING
TCP/IP Networking
Name of the Student
Name of the University
Author’s note
TCP/IP Networking
Name of the Student
Name of the University
Author’s note
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

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.
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.

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
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
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

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
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
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

4
TCP/IP NETWORKING
Configuration of the WEB server
Configuration of the DHCP server
TCP/IP NETWORKING
Configuration of the WEB server
Configuration of the DHCP server

5
TCP/IP NETWORKING
Configuration of the DNS server
Configuration of the router interface
Router 0
TCP/IP NETWORKING
Configuration of the DNS server
Configuration of the router interface
Router 0
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

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
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
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

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
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

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
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
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide

9
TCP/IP NETWORKING
Ping the local router gateway interface
Pinging the remote router interface
Pinging the server
TCP/IP NETWORKING
Ping the local router gateway interface
Pinging the remote router interface
Pinging the server
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser

10
TCP/IP NETWORKING
TCP/IP NETWORKING

11
TCP/IP NETWORKING
1.4. Traceroute command from the client to the server
TCP/IP NETWORKING
1.4. Traceroute command from the client to the server
⊘ This is a preview!⊘
Do you want full access?
Subscribe today to unlock all pages.

Trusted by 1+ million students worldwide
1 out of 19
Related Documents

Your All-in-One AI-Powered Toolkit for Academic Success.
 +13062052269
info@desklib.com
Available 24*7 on WhatsApp / Email
Unlock your academic potential
Copyright © 2020–2025 A2Z Services. All Rights Reserved. Developed and managed by ZUCOL.