Home > Config Lab Challenge 1 (NAT)

Config Lab Challenge 1 (NAT)

Refer to the exhibit. You are tasked to configure Internet access for the users in your company. Your ISP has given you six public IP addresses in the range of 45.9.1.65 45.9.1.70/29 .
Your company has 62 hosts that need to access internet at the same time. They are using private IP addresses in the 172.16.4.65 – 172.16.4.126/26 range.

Basic router configuration has been configured. Your tasks are:
+ Configure NAT on R1 so that all hosts can have Internet access at the same time
+ Configure appropriate interfaces for NAT translation

NAT_Topology.jpg

Please access this lab challenge via this link: https://www.9tut.com/lab_challenges/practice/Config_Lab_Challenge_1

Comments (8) Comments
  1. Joris
    February 16th, 2020

    Still not checking the answer till now…

  2. Answer
    December 5th, 2020

    ip nat pool ISP-POOL 45.9.1.65 45.9.1.70 netmask 255.255.255.248
    access-list 10 permit 172.16.4.64 0.0.0.63
    ip nat inside source list 10 pool ISP-POOL overload
    ip nat inside
    ip nat outside

  3. Percival Nuque
    April 18th, 2021

    Flash Player does not work on browser, I cannot answer the question but the config is:

    interface E0/0
    ip nat inside
    interface S1/0
    ip nat outside
    exit
    ip access-list standard NAT_SOURCES
    permit 172.16.4.64 0.0.0.63
    exit
    ip nat pool ISP-POOL 45.9.1.65 45.9.1.70 netmask 255.255.255.248
    ip nat inside source list NAT_SOURCES pool ISP-POOL overload
    end

  4. Fer
    November 29th, 2021

    Cannot access lab challenge “Flash Player does not work on browser” Can this be corrected?

    Thank you!

  5. 9tut
    November 30th, 2021

    @Fer: This lab is based on Flash but it was retired so we are finding another way to fix this issue. Please ignore these labs.

  6. 9tut
    April 4th, 2023

    @all: We have just updated this lab with HTML5 so now it is working again!

  7. Anonymous
    August 3rd, 2023

    can we get the answers as it just show “it is incorrect” not the correct answers

  8. Terrapin
    January 10th, 2024

    This just worked good for me and checked the answers

Add a Comment