cs4471 NAT Lab
cs4471 NAT Lab
cs4471 NAT Lab
3)
Name__________________________
CIN____________________________
Group__________________________
Use Cisco Packet Tracer to create the network shown below.
- configure the hostnames as shown for all five devices
- configure IP address and subnet mask of five devices as shown. Subnet mask should be 255.255.255.0
- default gateway of PC1 and Server1 should be 192.168.1.1
- interconnect the five devices with appropriate Ethernet cables and verify that all four links are up
1. (1 pt) Submit screenshot of Cisco Packet Tracer network diagram created. Make sure that the port labels are shown
(Options->Preferences->Show Port Labels). Make sure that your screenshot also includes IP addresses of each router
interface and computer as shown in above diagram (hint: place notes).
2. (2 pts) Configure NAT overload on Router1 to translate source IP address of traffic generated from inside network
192.168.1.0/24 to IP address of outside interface 100.1.1.1. From PC1, verify that you can ping Router2’s IP address
100.1.1.2. Submit screenshot of output of command “show ip nat translations” executed on CLI (command line
interface) of Router1. The output should show both untranslated and translated IP addresses of the ping traffic. NAT
troubleshooting can been enabled on router via “debug ip nat”.
3. (2 pts) Configure static NAT on Router3 to translate server1 IP address 192.168.1.10 to 200.2.2.3. From Server1,
verify that you can ping Router2’s IP address 200.2.2.2. Submit screenshot of output of command “show ip nat
translations” executed on CLI (command line interface) of Router3
4. ( 1 pt)
On PC1, verify that you can ping 200.2.2.1. What static or default routes need to be configured on Router1 and
Router3 in order for the ping to be successful?
5. (2 Pts) On Server1, verify that web service is turned on. On PC1, verify that you can ping 200.2.2.3. On PC1, open a
web browser to http://200.2.2.3 .
a. Submit a screenshot of the web page displayed on the web browser.
b. Submit screenshot of output of command “show ip nat translations” executed on CLI (command line interface) of
Router1
c. Submit screenshot of output of command “show ip nat translations” executed on CLI (command line interface) of
Router3
6. (2 pts) submit printout of output of “show running-config” from CLI of Router1 and Router3.