Skip to content

This repository will be demonstrating some network designs and solutions for LAN and WAN. The projects include concepts like Port Address Translation, IPsec VPN, Access-Lists, DHCP, and alike. Cisco Packet tracer is used as a network simulator.

Notifications You must be signed in to change notification settings

Nirali4/Networking_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 

Repository files navigation

Computer Network Projects

Project 1 - IPsec VPN

Created an IPSec based Virtual Private Network (VPN) for a company to connect with its partner's network securely. The data transmitted is authenticated and encrypted over the Internet so Confidentiality, Integrity, and Availability can be achieved.

Configuration includes:

  • Type of VPN: IPsec tunnel
  • Tunnel policy: Internet Security Association and Key Management Protocol (ISAKMP-IKEv2)
  • Failover plan: Port-Channel and Double-Homed Single ISP (WAN topology)
  • Packet filter: Extended Access-List
  • IP addressing scheme: Internet Protocol Version 4 (IPv4)
Implemented a simple network scenario of Port Address Translation (PAT) with Access-List (ACL) which will allow us to translate the private IP address into a public IP address (vice versa. It uses different port numbers instead of a specific IP address. This will help the company to save money as the least or no extra IP addresses needed to be leased from Internet Service Provides.

Configuration includes:

  • IP translation method: PAT
  • Packet filter: Standard Access-List
  • IP addressing scheme: IPv4
  • Routing protocol: Routing Information Protocol (RIPv2)
  • Other: Dynamic Host Configuration Protocol (i.e. DHCP)

About

This repository will be demonstrating some network designs and solutions for LAN and WAN. The projects include concepts like Port Address Translation, IPsec VPN, Access-Lists, DHCP, and alike. Cisco Packet tracer is used as a network simulator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published