That did it, along with fiddling with the cryptomaps a bit (I think I had it backwards).
Why is group2 a best practice for L2L tunnels? I thought AES required group5.
Main Topics
Browse All TopicsI have a hub-and-spoke VPN set up for one of my clients with one central device, and then different offices with dynamic IP's VPN into the central tunnel. We have an old PIX 506E currently as the central unit. We now have acquired an ASA 5510 which needs to be able to accept multiple dynamic connections. Auth is pre-shared key. I also have a remote access VPN set up for laptop users on the PIX and would like to have it on the ASA.
This config wil get the VPN tunnel up, but no traffic passes. Looking at it in ASDM shows that the remote sites (they're running ASA 5505's) can all pass traffic and they can work fine with the PIX 506E, so I don't think they're the problem. No traffic gets transmitted from the central site back to them, and I get a lot of 'DNS query denied' errors in ASDM logging.
COnfig is below. Any ideas?
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.
Group 5 is most used with RSA digital certificate implementations for remote clients....
Sorry I confused the types of VPN for a moment...
:-)
Remote clients do not support group 5 with pre-shared keys.
http://www.cisco.com/en/US
but you can used it for L2L if you want.
thank you
bye.
Business Accounts
Answer for Membership
by: geergonPosted on 2009-09-12 at 21:58:32ID: 25318994
Hello !
What do you see in the output of the IPsec sa?
"Show crypto ipsec sa"
You are using a filter.... right?
group-policy DfltGrpPolicy attributes
vpn-filter value outside_cryptomap_20.1
Remember the implicit deny... for now just delete the filter...
You are missing the "NAT cero" for VPN clients...
access-list REMOTE_SITE extended permit ip 192.168.202.0 255.255.255.0 Remote_Access 255.255.255.0
For best practices I do not recommend you the usage of group 5 if you are using simple L2L or remote IPsec connections.