CCNA Network Services and Security • Set 32
CCNA Network Services and Security Practice Test 32 — 15 questions with explanations. Free, no signup.
You are connected to R1. The internal network 192.168.1.0/24 must be able to access the Internet via PAT (NAT overload) using the outside interface G0/1 with IP 203.0.113.1. Additionally, a web server at 192.168.1.100 must be reachable from the Internet via static NAT to the same outside interface. The current configuration has errors. Correct the NAT configuration so that inside hosts can browse the web and the server is reachable from outside.
R1# show running-config | section ip nat ip nat inside source list 100 interface GigabitEthernet0/1 ip nat inside source static tcp 192.168.1.100 80 interface GigabitEthernet0/1 80 ! interface GigabitEthernet0/0 ip address 192.168.1.1 255.255.255.0 ip nat inside ! interface GigabitEthernet0/1 ip address 203.0.113.1 255.255.255.248 ip nat inside ! access-list 100 permit ip 192.168.2.0 0.0.0.255 any
R1# show running-config | section ip nat ip nat inside source list 100 interface GigabitEthernet0/1 ip nat inside source static tcp 192.168.1.100 80 interface GigabitEthernet0/1 80 ! interface GigabitEthernet0/0 ip address 192.168.1.1 255.255.255.0 ip nat inside ! interface GigabitEthernet0/1 ip address 203.0.113.1 255.255.255.248 ip nat inside ! access-list 100 permit ip 192.168.2.0 0.0.0.255 any