Lab 6‐1 Static NAT - skyleroriordan/my-tech-journal GitHub Wiki
In this lab, I set up static NAT.
First, configure interfaces on the routers, then configure routing using the ip route command. In this lab, the commands were ip route 30.0.0.0 255.0.0.0 20.0.0.1 and R0(config)#ip route 50.0.0.0 255.0.0.0 20.0.0.2
Now to configure static NAT, I defined the inside and outside of the NAT interfaces using the commands interface fastEthernet 0/0 ip nat inside interface serial 0/0/0 ip nat outside
Then I created the static route using ip nat inside source static 10.0.0.2 50.0.0.1