I've been reading the following article and a bit confused so not sure if it's wrong? Someone confirm?
Understanding NAT address types - Packet Life
In the part where the config is listed (below) - shouldn't the IP nat inside source static be something along the lines of 192.168.0.10 10.0.0.x ? rather than 192.0.2.10? I'm not sure where the 192.0.2.10 came from. I may be missing something here though..
interface FastEthernet0/0 ip address 10.0.0.1 255.255.255.252 ip nat outside!interface FastEthernet0/1 ip address 192.168.0.1 255.255.255.0 ip nat inside!ip nat inside source static 192.168.0.10 192.0.2.10