How to configure Dynamic NAT on Cisco IOS Router

Hi Rene, first of all great lesson. However, on the last portion beneath the command of #show nat translations, it says “And as you can see host2 has been translated to IP address 192.168.2.11.” It should be 192.168.23.11, right?

One more question. for the ip nat pool range creation, the prefix-length is the same as the subnet mask, correct? I am seeing in my packet tracer it wants the netmask command instead of the prefix-lenght at the end:
#ip nat pool MYPOOL 192.168.23.1 192.168.23.20 netmask 255.255.255.0

thanks!
Greg