Internetworking with TCP/IP: Router Configuration, Network Services

Verified

Added on  2023/06/05

|16
|625
|389
Practical Assignment
AI Summary
This assignment focuses on internetworking with TCP/IP, detailing the setup and configuration of a network including PCs, servers, and routers. It covers the configuration of PC, web server, DHCP server, and DNS server with appropriate IP addresses. The assignment further explains the configuration of router interfaces and routing protocols, including setting up static routes and DHCP pools. It includes ping tests to verify network connectivity and traceroute analysis. Furthermore, the document delves into configuring network services such as DHCP, web server, and DNS, along with implementing a firewall using access control lists to restrict access to specific services. The assignment concludes with a bibliography of relevant resources.
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
Task 1 - Setting up a Network
Network Diagram
1. PC, Server and Router interface configuration with proper IP address
PC configuration
Document Page
2
INTERNETWORKING WITH TCP/IP
Server Configuration
WEB Server
Document Page
3
INTERNETWORKING WITH TCP/IP
DHCP Server
DNS 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
4
INTERNETWORKING WITH TCP/IP
2. Configuration of the Router interfaces
Router 1 Configuration
Document Page
5
INTERNETWORKING WITH TCP/IP
Router 2
Document Page
6
INTERNETWORKING WITH TCP/IP
2. Routing configuration
Router 1 Configuration
enable
configure terminal
interface FastEthernet0/0
ip address 52.63.0.1 255.255.255.0
exit
interface Serial0/3/0
ip address 52.63.1.1 255.255.255.252
exit
ip route 52.63.2.0 255.255.255.0 52.63.1.2
ip dhcp pool dhcp1
network 52.63.0.0 255.255.255.0
default-router 52.63.0.1
dns-server 52.63.2.3
access-list 101 deny tcp host 52.63.0.2 host 52.63.2.6 eq www
access-list 101 permit ip any any
access-list 10 deny host 52.63.0.2
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
access-list 10 permit any
Router 2 Configuration
enable
configure terminal
interface Serial0/3/0
ip address 52.63.1.2 255.255.255.252
exit
interface FastEthernet0/0
ip address 52.63.2.1 255.255.255.0
exit
ip route 52.63.0.0 255.255.255.0 52.63.1.1
3. Ping test
Pinging the client own interface
Document Page
8
INTERNETWORKING WITH TCP/IP
Document Page
9
INTERNETWORKING WITH TCP/IP
Pinging the local router gateway interface
Pinging the remote router 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
10
INTERNETWORKING WITH TCP/IP
4. Traceroute
Task 2 - Configuring Network Services
1. DHCP:
Document Page
11
INTERNETWORKING WITH TCP/IP
2. WEB Server:
3. DNS:
chevron_up_icon
1 out of 16
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]