Lab6:3NATandPAT - echadbourne/NET-330 GitHub Wiki

Start by setting up the static configuration of the PCs and servers according to the subnet table

image

Then in the CC Border router, set up an address pool:

  • ip nat pool CC 219.93.144.10 219.93.144.254 netmask 255.255.255.0

And create an access list for each of the networks:

  • access-list 1 permit 192.168.3.0 0.0.255.255 - Foster
  • access-list 1 permit 192.168.1.0 0.0.255.255 - Skiff

Link the access list and address pool

  • ip nat inside source list 1 pool CC overload

Set up static NAT for the Public Server

  • ip nat inside source static 192.168.7.2 219.93.144.2

sh ip nat translations

image