: NAT not translating. Checks : Inside/outside assignments, ACL permit statement, overload keyword.
router ospf 1 network 192.168.1.0 0.0.0.255 area 0 network 10.1.1.0 0.0.0.3 area 0 (R1 as ABR):
:
Cisco CCNA 200-301 Practical Lab Guide Hands-On Labs with Packet Tracer : NAT not translating
interface range f0/1-2 channel-group 1 mode active interface port-channel 1 switchport mode trunk Topology : PC-VLAN10 — SW1 (Trunk) — R1 (subinterfaces) — PC-VLAN20
ip dns server ip host www.ccnalab.com 192.168.1.100 Topology : WLC – Switch – AP – Laptop (wireless)
access-list 1 deny host 192.168.1.10 access-list 1 permit any interface g0/0 ip access-group 1 out : Checks : Hello/dead timers, area mismatch, network types,
access-list 1 permit 192.168.1.0 0.0.0.255 ip nat inside source list 1 interface s0/1/0 overload : show ip nat translations Lab 10 – DHCP & DNS Configuration Router as DHCP server :
ip route 0.0.0.0 0.0.0.0 10.2.2.2 : show ip route | ping Lab 6 – OSPFv2 Single area :
ipv6 router ospf 1 router-id 1.1.1.1 interface g0/0 ipv6 ospf 1 area 0 Standard ACL (block one host) : Checks : Hello/dead timers
: OSPF neighbors not forming. Checks : Hello/dead timers, area mismatch, network types, ACL blocking.
ipv6 unicast-routing interface g0/0 ipv6 address 2001:db8:1:1::1/64 ipv6 enable :