Normally you don't NAT the VPN traffic, but if you need to NAT you do the following: access-list NAT permit ip host 10.10.1.25 REMOTE_LAN static (inside,outside) 10.90.7.25 access-list NAT access-list VPN permit ip host 10.90.7.24 REMOTE_LAN The above configuration uses Policy NAT to translate the...