Computer Networks AssigNmeNt 2
Network Configuration Documentation
1. Introduction
This comprehensive documentation outlines the detailed setup and configuration of a network
using Cisco Packet Tracer. The network architecture consists of two Local Area Networks (LANs)
interconnected via Wide Area Network (WAN) routers. Each LAN comprises three PCs and one
server, connected through local switches.
2. Network Diagram:
3. Local Area Network (LAN)
3.1 LAN 1 Configuration
3.1.1 IP Addressing:
PC0: 192.168.3.1 /24, Default Gateway: 192.168.3.4
DATED: 26TH DECEMBER 2023 1
Computer Networks AssigNmeNt 2
PC1: 192.168.3.2 /24, Default Gateway: 192.168.3.4
PC2: 192.168.3.3 /24, Default Gateway: 192.168.3.4
Server: 192.168.3.5 /24, Default Gateway: 192.168.3.4
3.1.2 Configuration:
- PCs and Server configured with the following details:
- IP Addresses are configured from the desktop panel of the PC’s & server setup.
- Subnet Mask: 255.255.255.0
- Default Gateway (for PCs): 192.168.3.4
DATED: 26TH DECEMBER 2023 2
Computer Networks AssigNmeNt 2
3.2 LAN 2 Configuration
3.2.1 IP Addressing:
PCs:
PC3: 192.168.5.1 /24, Default Gateway: 192.168.5.4
PC4: 192.168.5.2 /24, Default Gateway: 192.168.5.4
PC5: 192.168.5.3 /24, Default Gateway: 192.168.5.4
Server: 192.168.5.5 /24, Default Gateway: 192.168.5.4
DATED: 26TH DECEMBER 2023 3
Computer Networks AssigNmeNt 2
3.2.2 Configuration:
PCs and Server configured with the following details:
IP Addresses are configured from the desktop panel of the PC’s & server setup.
Subnet Mask: 255.255.255.0
Default Gateway (for PCs): 192.168.5.4
4. Wide Area Network (WAN)
Two routers connect LAN 1 and LAN 2 through a WAN.
4.1 Router Configuration
4.1.1 Router 1 (Connecting LAN 1 to WAN)
Command Line Interface (CLI) Configuration:
1# Router> enable
Router# configure terminal
Router(config)# interface gigabitethernet0/0
Router(config-if)# IP address 192.168.3.4 255.255.255.0
Router(config-if)# no shutdown
Router# configure terminal
Router(config)# interface gigabitethernet0/1
Router(config-if)# IP address 192.168.7.1 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
DATED: 26TH DECEMBER 2023 4
Computer Networks AssigNmeNt 2
4.1.2 Router 2 (Connecting WAN to LAN 2)
Command Line Interface (CLI) Configuration:
Router> enable
Router# configure terminal
Router(config)# interface gigabitethernet0/0
Router(config-if)# IP address 192.168.5.4 255.255.255.0
Router(config-if)# no shutdown
Router# configure terminal
Router(config)# interface gigabitethernet0/1
Router(config-if)# IP address 192.168.7.2 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
DATED: 26TH DECEMBER 2023 5