CCNA NAT SIM Question 1



The task is to complete the NAT configuration using all IP addresses assigned by the ISP to provide internet access for the hosts int the Weaver LAN. Functionally can be lested by clicking on the host provided for testing.

Configuration information
     router name - Waever
     inside global addresses - 198.18.184.105  198.18.184.110/29
     inside local addresses - 192.168.100.17  - 192.168.100.30/28
     number of inside hosts - 14






















router>enable
router#conf t
router(config)#hostname Weaver

Weaver(config)#ip nat pool mypool 198.18.184.105 198.18.184.110 netmask 255.255.255.248
Weaver(config)#access-list 1 permit 192.168.100.16 0.0.0.15
Weaver(config)#ip nat inside source list 1 pool mypool overload

Weaver(config)#interface fa=/=
Weaver(config-if)#ip nat inside
Weaver(config-if)#exit

Weaver(config)#interface s0/0
Weaver(config-if)#ip nat outside
Weaver(config-if)#end

Weaver#copy running-config startup-config

-ping 192.0.2.114





Comments

Popular posts from this blog

รู้จักกับ Breakpoints ใน Responsive Web Design

IS-IS & OSPF

RIP Routing Information Protocol