Skip to content

Commit b437a2f

Browse files
authored
Add files via upload
1 parent cb8682b commit b437a2f

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

Lab 6/ReadMe.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Network Address Translation (NAT) Configuration with Cisco Packet Tracer
2+
3+
This repository contains projects and examples related to **Network Address Translation (NAT)** using **Cisco Packet Tracer**. NAT is essential for translating private IP addresses to public IP addresses and vice versa, enabling multiple devices on a local network to share a single public IP address.
4+
5+
## Table of Contents
6+
- [Introduction](#introduction)
7+
- [Technologies](#technologies)
8+
- [Project Features](#project-features)
9+
- [How to Use](#how-to-use)
10+
- [File Structure](#file-structure)
11+
- [Contributions](#contributions)
12+
- [License](#license)
13+
14+
## Introduction
15+
16+
**Network Address Translation (NAT)** allows a router or firewall to translate private IP addresses used within a local network to a public IP address for external communication. This project demonstrates how to configure NAT on Cisco routers, including:
17+
18+
- **Static NAT**: Maps a specific internal IP address to a specific public IP address.
19+
- **Dynamic NAT**: Maps internal IP addresses to a pool of public IP addresses.
20+
- **PAT (Port Address Translation)**: Maps multiple internal IP addresses to a single public IP address with port differentiation.
21+
22+
## Project Features
23+
24+
- **Static NAT Configuration**: Examples showing one-to-one mapping between internal and public IP addresses.
25+
- **Dynamic NAT Configuration**: Demonstrations of how to configure NAT with a pool of public IP addresses.
26+
- **PAT Configuration**: Setting up PAT to allow multiple devices to share a single public IP address.
27+
- **Testing and Verification**: Tools to verify NAT operation, including ping and traceroute tests.
28+
29+
## How to Use
30+
31+
### Prerequisites
32+
- [Cisco Packet Tracer](https://www.netacad.com/courses/packet-tracer) installed on your system.
33+
- Basic understanding of NAT concepts and IP addressing.
34+
35+
### Steps:
36+
1. Clone the repository:
37+
```bash
38+
git clone https://github.com/your-username/nat-configuration-packet-tracer.git

0 commit comments

Comments
 (0)