
Requirements For Network Address Translation in Remote Access Networks • Chapter 10 417
1. Create an access list with the list of inside local IP addresses that
are permitted to be NAT translated (for example, allowed to access
the outside). The source below is the IP address on the inside that
is permitted to access the outside. If an entire subnet is to be per-
mitted, the source-wildcard parameter can be used to define a
mask (for example, if the entire 10.0.0.0/8 network is to be config-
ured to access the outside, then the source-wildcard would be
0.255.255.255).
router prompt> access-list access-list-number permit source [source-
wildcard]
2. Define ...