Try the following:
config t
management-access inside
end
ping inside x.x.x.x
With Management-access, you can ping the ASA over the VPN, as well as SSH/Telnet/ASDM over to it assuming the appropriate telnet/ssh/http lines are in the config.
In order to ping over the VPN tunnel, you will then...
Try adding:
management-access inside
(assuming your 10.200.0.254 interface is named 'inside')
The ASA is not normally ping-able or manageable on the inside interface over a VPN tunnel without a management-access statement.
Both options would require an access-list entry to permit traffic to the outside IP address used by the static entry. The first option,
static (inside,outside) <public ip>, <private ip>
sets up a one to one NAT. This maps all ports in both directions. The second option,
static...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.