06-23-2013 07:03 AM - edited 03-04-2019 08:16 PM
Hi,
I am establishing IPsec VPN b/w to asa in gns...
VPN tunnel is not estblished. here i have enclosed asa conf...
can any one tell me am i configured in right way and is any ather conf needed...
06-23-2013 09:04 PM
They are missing the route :-)
The ASA will only check the crypto map on the interface, your case (outside), when the packet is routed out of it.
Your ASAs are missing route, so they don't know where to send the packet and the crypto map is never checked/applyed.
You need to create a route to the remote network.
In your case you need to point
ASA2
route outside 192.168.2.1.0 255.255.255 10.10.10.2
ASA1
route outside 192.168.2.2.0 255.255.255 10.10.10.1
Rate helpful posts.
06-24-2013 02:22 PM
added following these routes as well as both ASA,
In ASA2, route outside 192.168.1.0 255.255.255.0 10.10.10.2
In ASA1, route outside 192.168.2.0 255.255.255.0 10.10.10.1
But,
Outpt also the same, i am unable to reach the ASA GW.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide