Computer Networking Lab | Port Address Translation (PAT)

Опубликовано: 09 Июнь 2026
на канале: Natasha Bonds Tech Portfolio
18
2

In this video, I will demonstrate Port Address Translation (PAT) using a simulated cloud scenario. In the scenario, addresses within the 10.0.0.0 network represents a private network and all other network addresses represents public networks.

End devices within 10.0.0.0 must have their addresses translated into public addresses. Using PAT, these end devices will be translated into 3.3.3.0 network devices via Router 1.


**Note: RIP is being used but the R1 and R2 are connected routers. Therefore, their routing tables have the necessary information for packet forwarding.

Commands
##Standard ACL Defined
access-list 2 permit 10.0.0.0 0.0.0.255

##Applied List 2 to the Interface that Holds a Public IP Address
ip nat inside source list 2 int s0/3/0 overload