You know the "ip nat inside source list acl_id pool pool_name" command. It says at least that the range of inside (private or local) addresses defined by the acl list will be translated into outside (public or global) adresses defined by the NAT pool. But what special does says "inside source"? After all, the command could be shortened into "ip nat list acl_id pool pool_name" to establish the association between inside (local) and outside (global) adresses.
However "inside source" must have a special meaning because beside the "ip nat inside source" there is an "ip nat outside source" command. So what does both inside and outside source mean? Does the word "source" refer to the source of a transport (TCP) session ?
As a secondary question, what purpose is the "ip nat outside source" command for?
Thanks for any clarification on this subject.
Bernard.