Can’t get the VPN Management access to work. ASA configured per the Cisco ASA5500 Series Configuration Guide using the CLI Chapter 27 “Information About NAT” page 27-28
Route-lookup option added to end of nat statement, still no go. When connected via VPN, can’t ping inside interface or get management access. The remainder of the VPN operates just fine.
same-security-traffic permit intra-interface
management-access inside
object network VPN_LOCAL
subnet 10.152.25.176 255.255.255.240
nat (outside,outside) dynamic interface
object network inside_nw
subnet 10.152.25.128 255.255.255.192
nat (inside,outside) dynamic interface
nat (outside,inside) source static VPN_LOCAL VPN_LOCAL destination static inside_nw inside_nw route-lookup
Any ideas on what to try next?
Thanks, Pete