06-22-2015 06:43 AM
Hi, I have an ASA 5505 (8.4.2) that teminates a site-to-site VPN to another site. I want to add a 2nd VPN to this device. I have configured all the relevant settings but the VPN refueses to come up. It is like the cruptomap is not working as It does not evenr attempe to start hpase 1 of the connection. The config ( with internal data removed is)
object network India_LAN
subnet 10.17.0.0 255.255.0.0
description Created during name migration
object network Whiteley_The_Belfry
subnet 10.21.0.0 255.255.0.0
crypto map outside_map0 2 match address outside_cryptomap_1
crypto map outside_map0 2 set peer <remote pub address>
crypto map outside_map0 2 set ikev1 transform-set ESP-3DES-SHA
access-list outside_cryptomap_1 extended permit ip object India_LAN object Whiteley_The_Belfry
nat (inside,outside) source static India_LAN India_LAN destination static Whiteley_The_Belfry Whiteley_The_Belfry no-proxy-arp route-lookup
tunnel-group <remote pub address> type ipsec-l2l
tunnel-group <remote pub address> general-attributes
default-group-policy GroupPolicy2
tunnel-group <remote pub address> ipsec-attributes
ikev1 pre-shared-key <pre shared key>
group-policy GroupPolicy2 internal
group-policy GroupPolicy2 attributes
vpn-tunnel-protocol ikev1
Any ideas? When I debug crypto I do not see an taeempt to even create the VPN
Phil
06-22-2015 08:56 PM
Hi phildoyle1
Try to run a packet-tracer similar as below with the crypto debugs enable to gather more information about the issue.
packet-tracer input inside icmp 10.17.0.5 8 0 10.21.0.5 detail
Hope it helps
-Randy-
06-23-2015 02:15 AM
Hi, yes I have run packet traces with debugging on and it does not even attempt to create the phase 1 of the vpn. It looks like it is tying to go out of the outside port using the default route to the internet instead of triggering the crypto map to bring the vpn up.
I cannot provide any results till wednesday when I can get back on the device.
06-22-2015 09:23 PM
hi,
can you ping the remote public IP from 5505 (and vice versa)?
06-23-2015 02:12 AM
Hi, yes I can ping between the public addresses.
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