ISC2 CC • Practice Test 4 — 25 Questions
Free ISC2 CC practice test 4 — 25 questions with explanations. No signup required.
Refer to the exhibit. The network administrator configured NAT as shown. Internal hosts can access the internet, but no external hosts can access the company's web server (192.168.1.10). What is the issue?
ip nat inside source static tcp 192.168.1.10 80 200.100.50.1 80 ip nat pool POOL 200.100.50.1 200.100.50.10 netmask 255.255.255.0 ip nat inside source list 1 pool POOL overload access-list 1 permit 192.168.1.0 0.0.0.255 interface GigabitEthernet0/0 ip address 200.100.50.1 255.255.255.0 ip nat outside interface GigabitEthernet0/1 ip address 192.168.1.1 255.255.255.0 ip nat inside