CCNA Network Services and Security • Set 33
CCNA Network Services and Security Practice Test 33 — 15 questions with explanations. Free, no signup.
You are connected to R1 via console. R1 has two interfaces: GigabitEthernet0/0 (10.0.0.1/30, connected to ISP) and GigabitEthernet0/1 (192.168.1.1/24, connected to internal LAN). The LAN hosts (192.168.1.0/24) need to access the internet. Configure dynamic NAT with PAT (overload) on R1 using a NAT pool so that internal hosts share the public IP 10.0.0.1 when accessing the internet. Assume the ISP router is already configured and reachable.
hostname R1 ! interface GigabitEthernet0/0 ip address 10.0.0.1 255.255.255.252 no shutdown ! interface GigabitEthernet0/1 ip address 192.168.1.1 255.255.255.0 no shutdown ! ip route 0.0.0.0 0.0.0.0 10.0.0.2 !