Turned out to be a routing issue - external IP vs internal IP. Thanks.
Main Topics
Browse All TopicsI am trying to establish a VPN connection between 2 sites. With the config below, the sites establish a connection, but traffic isn't being delivered via the VPN, thus it's failing.
Site 1 = V.P.N.444
Site 2 = V.P.N.441.0
The debug logging for the VPN tunnel shows all the proper entries, completed w/ "PHASE 2 COMPLETED (msgid=####)".
The debug logging of ICMP attempts through the connection results in:
--- Connection Attempt from Main site to remote site --->
2009-02-17 17:43:03 Local4.Debug %ASA-7-609001: Built local-host outside:V.P.N.441.1
2009-02-17 17:43:03 Local4.Error %ASA-3-106014: Deny inbound icmp src inside:P.R.I.000.9 dst outside:V.P.N.441.1 (type 8, code 0)
2009-02-17 17:43:03 Local4.Debug %ASA-7-609002: Teardown local-host outside:V.P.N.441.1 duration 0:00:00
<---
--- Connection Attempt from remote site to Main site --->
2009-02-12 15:35:28 Local4.Error %ASA-3-313001: Denied ICMP type=8, code=0 from V.P.N.441.200 on interface outside
I initially setup the static route for the V.P.N.441 subnet as the inside interface, but the VPN wouldn't establish until I moved to the outside interface...
Any help is greatly appreciated.
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: JFrederick29Posted on 2009-02-19 at 05:09:27ID: 23680846
Your filter on the VPN should be:
access-list CenturionVPN extended permit ip 10.171.201.0 255.255.255.0 object-group DM_INLINE_NETWORK_6 log disable
Was this a typo:
route outside 10.171.201.0 255.255.255.0 P.R.I.000.254 1
Should be: route outside 10.171.201.0 255.255.255.0 68.143.48.137 1
Can you post the other end of the VPN.