Lab 5 1 Nat Configuration - TannerWeinacker/NET-330-01 GitHub Wiki

Nat Configuration

  • First you will want to configure your IP address on the router, once this is done, you can move onto setting up NAT

Configuring routing

  • For this step, you will want to use the command ip route in the configuration section

Configuring Static NAT

  • In this step, you will need to take the interfaces that you configured in the first step, the selection of ip nat inside or ip nat outside will depend on what interface was configured with the internal address vs the external address
  • After that is configured, you will need to make a static route using the command ip nat inside source static "Internal address" "External Address"