Objectives

This challenge involves the configuration of a NAT. The objectives of this challenge are to:

Example

> en
# config t
(config)#ip nat ?
  inside       Inside address translation
  outside      Outside address translation
  pool         Define pool of addresses
  service      Special translation for application using non-standard port
  translation  NAT translation entry configuration
(config)#ip nat inside 
  destination  Destination address translation
  source       Source address translation
(config)# ip nat inside ?
  destination  Destination address translation
  source       Source address translation
(config)# ip nat inside source ?
  list       Specify access list describing local addresses
  route-map  Specify route-map
  static     Specify static local->global mapping
(config)# ip nat inside source static ?
  A.B.C.D  Inside local IP address
  esp      IPSec-ESP (Tunnel mode) support
  network  Subnet translation
  tcp      Transmission Control Protocol
  udp      User Datagram Protocol
(config)# ip nat inside source static 193.84.250.1 ?
  A.B.C.D  Inside global IP address
(config)# ip nat inside source static 193.84.250.1 195.151.136.5
(config)# int e0
(config-if)#  ip nat ?
  inside   Inside interface for address translation
  outside  Outside interface for address translation
(config-if)# ip nat inside
(config-if)# int s0
(config-if)# ip nat outside