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
Please access this lab challenge via this link: https://www.9tut.com/lab_challenges/practice/Config_Lab_Challenge_1
Still not checking the answer till now…
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
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
Cannot access lab challenge “Flash Player does not work on browser” Can this be corrected?
Thank you!
@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.
@all: We have just updated this lab with HTML5 so now it is working again!
can we get the answers as it just show “it is incorrect” not the correct answers
This just worked good for me and checked the answers