Experiment On Static NAT
Experiment On Static NAT
Result:
In this lab, after configuring Static NAT on a Cisco router with the private IP address 192.168.1.1
mapped to a public IP address 200.0.0.2, successful results would entail seamless communication
between PC-A (192.168.1.2) and server (10.0.0.254). The router should perform NAT
translations, changing the source IP of outgoing packets from PC-A to the public IP and
translating the destination IP of incoming packets from PC-B back to its private IP. Verification
commands such as "show IP NAT translations" should display active NAT mappings, confirming
the functionality of the configuration. Finally, saving the configuration ensures persistence even
after router restarts.
Discussion:
Configuring Static NAT is an essential networking technique that enables communication
between devices with private IP addresses and the public network. In this lab, we successfully
configured Static NAT on a Cisco router, allowing devices with private IPs to access resources
on the public network. This experience enhanced our understanding of NAT and its role in
network connectivity.