9.2.1.4 Packet Tracer – Configuring Static NAT Instructions Answers

Packet Tracer – Configuring Static NAT

Objectives

Part 1: Test Access without NAT
Part 2: Configure Static NAT
Part 3: Test Access with NAT

Scenario

In IPv4 configured networks, clients and servers use private addressing. Before packets with private addressing can cross then Internet, they need to be translated to public addressing. Servers that are accessed from outside the organization are usually assigned both a public and a private static IP address. In this activity, you will configure static NAT so that outside devices can access and inside server at its public address.

Part 1: Test Access without NAT

Step1 : Attempt to connect to Server1 using Simulation Mode.

a. From PC1 or L1, attempt to connect to the Server1 web page at 172.16.16.1. Use the Web Browser to browse Server1 at 172.16.16.1. The attempts should fail.

b. From PC1, ping the R1 S0/0/0 interface. The ping should succeed.

Step 2: View R1 routing table and running-config.

a.  View the running configuration of R1. Note that there are no commands referring to NAT.

b.  Verify that the routing table does not contain entries referring to the IP addresses used by PC1 and L1.

c.  Verify that NAT is not being used by R1.

R1# show ip nat translations

 

Download Packet Tracer (.pka) file:

Subscribe
Notify of
guest

2 Comments
Inline Feedbacks
View all comments
Juan Mondragon
Juan Mondragon
5 years ago

R1#show ip nat sta
Total translations: 0 (0 static, 0 dynamic, 0 extended)
Outside Interfaces: Serial0/0/0
Inside Interfaces: GigabitEthernet0/0

Juan Mondragon
Juan Mondragon
5 years ago

show running-config
show ip nat translations
show ip nat statistics