cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2532
Views
0
Helpful
14
Replies

VPN ASA To ASA

Alfredo93
Level 1
Level 1

I am setting up a vpn between 2 asa, but the vpn does not go up

It stops in this state : MM_WAIT_MSG2

Through the capture I have seen that the requests start from SideA and arrive at SideB but then do not return.
In between there is only one routre that can be pinged from both said.
Do you have any advice for me to solve the problem?

14 Replies 14

@Alfredo93 

Is isakmp/ikev2 enabled on both ASAs outside interface?

Is the crypto map enabled on both ASAs outside interface?

Is ikev1/ikev2 enabled in the group policy?

 

If the ASAs can ping the router, can they ping each other?

 

Please provide the configuration of both ASA

I am attaching the conf as requested

 

ASA1

interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 93.0.0.1 255.255.255.252

interface GigabitEthernet0/1
nameif inside
security-level 100
ip address 10.0.0.254 255.255.255.0

object network 10.0.0.0_24
subnet 10.0.0.0 255.255.255.0
object network 10.0.1.0_24
subnet 10.0.1.0 255.255.255.0
access-list outside-in extended permit icmp any any
access-list outside-in extended deny ip any any
access-list inside-in extended permit ip any any
access-list 100 extended permit ip object 10.0.0.0_24 object 10.0.1.0_24

nat (inside,outside) source static 10.0.0.0_24 10.0.0.0_24 destination static 10.0.1.0_24 10.0.1.0_24
nat (inside,outside) source static any interface
access-group outside-in in interface outside
access-group inside-in in interface inside
route outside 0.0.0.0 0.0.0.0 93.0.0.2 1

crypto ipsec ikev1 transform-set VPN_1_to_2 esp-aes esp-sha-hmac
crypto ipsec security-association pmtu-aging infinite
crypto map outside_map 20 match address 100
crypto map outside_map 20 set pfs
crypto map outside_map 20 set peer 93.0.0.6
crypto map outside_map 20 set ikev1 transform-set VPN_1_to_2
crypto map outside_map interface outside

crypto ikev1 enable outside
crypto ikev1 policy 1
authentication pre-share
encryption aes
hash sha
group 5
lifetime 86400

group-policy 93.0.0.6 internal
group-policy 93.0.0.6 attributes
vpn-tunnel-protocol ikev1

tunnel-group 93.0.0.6 type ipsec-l2l
tunnel-group 93.0.0.6 ipsec-attributes
ikev1 pre-shared-key *****

ASA2


interface GigabitEthernet0/0
nameif inside
security-level 100
ip address 10.0.1.254 255.255.255.0

interface GigabitEthernet0/1
nameif outside
security-level 0
ip address 93.0.0.6 255.255.255.252

object network 10.0.0.0_24
subnet 10.0.0.0 255.255.255.0
object network 10.0.1.0_24
subnet 10.0.1.0 255.255.255.0
access-list outside-in extended permit icmp any any
access-list inside-in extended permit ip any any
access-list 100 extended permit ip object 10.0.1.0_24 object 10.0.0.0_24
access-list ouside-in extended permit ip any any

nat (inside,outside) source static 10.0.1.0_24 10.0.1.0_24 destination static 10.0.0.0_24 10.0.0.0_24
nat (inside,outside) source static any interface
access-group inside-in in interface inside
access-group outside-in in interface outside
route outside 0.0.0.0 0.0.0.0 93.0.0.5 1

crypto ipsec ikev1 transform-set VPN_2_to_1 esp-aes esp-sha-hmac
crypto ipsec security-association pmtu-aging infinite
crypto map outside_map 20 match address 100
crypto map outside_map 20 set pfs
crypto map outside_map 20 set peer 93.0.0.1
crypto map outside_map 20 set ikev1 transform-set VPN_2_to_1
crypto map outside_map interface outside


crypto isakmp identity address
crypto ikev1 enable outside
crypto ikev1 policy 1
authentication pre-share
encryption aes
hash sha
group 5
lifetime 86400

group-policy 93.0.0.1 internal
group-policy 93.0.0.1 attributes
vpn-tunnel-protocol ikev1

tunnel-group 93.0.0.1 type ipsec-l2l
tunnel-group 93.0.0.1 ipsec-attributes
ikev1 pre-shared-key *****

 

@Alfredo93 

Nothing obviously sticks out, does the router in the middle nat the traffic or have an ACL?

Please run a packet capture on ASA, e.g. - "capture CAPOUT interface outside match udp host <local public ip> host <remote public ip>"

 

Please enable IKE debugs on both ASA, generate interesting traffic to attempt to establish the VPN and provide the output.

there is no acl on the router.

 

ASA01.JPG

ASA02.JPG

DEBUG_ASA01.JPG

 debugging on ASA_2 does not show anything

@Alfredo93 

You've defined a group-policy 93.0.0.1 but it doesn't appear to be referenced under the tunnel-group 93.0.0.1. You'd need the following:-

 

tunnel-group 93.0.0.1 general-attributes
default-group-policy 93.0.0.1

 

...without it configured, the default group policy would be used. Which would dictate whether ikev1 was enabled or not.

 

Double check or provide the full configuration of both ASA.

.

.

.

.

I added the line you requested but it doesn't change anything

 

Asa1# show running-config
: Saved

:
: Serial Number: 9AJ90KH4VEK
: Hardware: ASAv, 2048 MB RAM, CPU Lynnfield 3696 MHz
:
ASA Version 9.10(1)
!
hostname Asa1
enable password ***** pbkdf2
passwd ***** encrypted
names
no mac-address auto

!
interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 93.0.0.1 255.255.255.252
!
interface GigabitEthernet0/1
nameif inside
security-level 100
ip address 10.0.0.254 255.255.255.0
!
interface GigabitEthernet0/2
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/4
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/5
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/6
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
shutdown
no nameif
no security-level
no ip address
!
ftp mode passive
object network 10.0.0.0_24
subnet 10.0.0.0 255.255.255.0
object network 10.0.1.0_24
subnet 10.0.1.0 255.255.255.0
access-list outside-in extended permit icmp any any
access-list outside-in extended deny ip any any
access-list inside-in extended permit ip any any
access-list 100 extended permit ip object 10.0.0.0_24 object 10.0.1.0_24
pager lines 23
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
no failover
no monitor-interface service-module
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
arp rate-limit 8192
nat (inside,outside) source static 10.0.0.0_24 10.0.0.0_24 destination static 10.0.1.0_24 10.0.1.0_24 no-proxy-arp route-lookup
nat (inside,outside) source static any interface
access-group outside-in in interface outside
access-group inside-in in interface inside
route outside 0.0.0.0 0.0.0.0 93.0.0.2 1
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
timeout conn-holddown 0:00:15
timeout igp stale-route 0:01:10
user-identity default-domain LOCAL
aaa authentication login-history
http server enable
http 10.0.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
crypto ipsec ikev1 transform-set VPN_1_to_2 esp-aes esp-sha-hmac
crypto ipsec security-association pmtu-aging infinite
crypto map outside_map 20 match address 100
crypto map outside_map 20 set pfs
crypto map outside_map 20 set peer 93.0.0.6
crypto map outside_map 20 set ikev1 transform-set VPN_1_to_2
crypto map outside_map interface outside
crypto ca trustpoint _SmartCallHome_ServerCA
no validation-usage
crl configure
crypto ca trustpool policy
auto-import
crypto ca certificate chain _SmartCallHome_ServerCA
certificate ca 0509
308205b7 3082039f a0030201 02020205 09300d06 092a8648 86f70d01 01050500
3045310b 30090603 55040613 02424d31 19301706 0355040a 13105175 6f566164
6973204c 696d6974 6564311b 30190603 55040313 1251756f 56616469 7320526f
6f742043 41203230 1e170d30 36313132 34313832 3730305a 170d3331 31313234
31383233 33335a30 45310b30 09060355 04061302 424d3119 30170603 55040a13
1051756f 56616469 73204c69 6d697465 64311b30 19060355 04031312 51756f56
61646973 20526f6f 74204341 20323082 0222300d 06092a86 4886f70d 01010105
00038202 0f003082 020a0282 0201009a 18ca4b94 0d002daf 03298af0 0f81c8ae
4c19851d 089fab29 4485f32f 81ad321e 9046bfa3 86261a1e fe7e1c18 3a5c9c60
172a3a74 8333307d 615411cb edabe0e6 d2a27ef5 6b6f18b7 0a0b2dfd e93eef0a
c6b310e9 dcc24617 f85dfda4 daff9e49 5a9ce633 e62496f7 3fba5b2b 1c7a35c2
d667feab 66508b6d 28602bef d760c3c7 93bc8d36 91f37ff8 db1113c4 9c7776c1
aeb7026a 817aa945 83e205e6 b956c194 378f4871 6322ec17 6507958a 4bdf8fc6
5a0ae5b0 e35f5e6b 11ab0cf9 85eb44e9 f80473f2 e9fe5c98 8cf573af 6bb47ecd
d45c022b 4c39e1b2 95952d42 87d7d5b3 9043b76c 13f1dedd f6c4f889 3fd175f5
92c391d5 8a88d090 ecdc6dde 89c26571 968b0d03 fd9cbf5b 16ac92db eafe797c
adebaff7 16cbdbcd 252be51f fb9a9fe2 51cc3a53 0c48e60e bdc9b476 0652e611
13857263 0304e004 362b2019 02e874a7 1fb6c956 66f07525 dc67c10e 616088b3
3ed1a8fc a3da1db0 d1b12354 df44766d ed41d8c1 b222b653 1cdf351d dca1772a
31e42df5 e5e5dbc8 e0ffe580 d70b63a0 ff33a10f ba2c1515 ea97b3d2 a2b5bef2
8c961e1a 8f1d6ca4 6137b986 7333d797 969e237d 82a44c81 e2a1d1ba 675f9507
a32711ee 16107bbc 454a4cb2 04d2abef d5fd0c51 ce506a08 31f991da 0c8f645c
03c33a8b 203f6e8d 673d3ad6 fe7d5b88 c95efbcc 61dc8b33 77d34432 35096204
921610d8 9e2747fb 3b21e3f8 eb1d5b02 03010001 a381b030 81ad300f 0603551d
130101ff 04053003 0101ff30 0b060355 1d0f0404 03020106 301d0603 551d0e04
1604141a 8462bc48 4c332504 d4eed0f6 03c41946 d1946b30 6e060355 1d230467
30658014 1a8462bc 484c3325 04d4eed0 f603c419 46d1946b a149a447 3045310b
30090603 55040613 02424d31 19301706 0355040a 13105175 6f566164 6973204c
696d6974 6564311b 30190603 55040313 1251756f 56616469 7320526f 6f742043
41203282 02050930 0d06092a 864886f7 0d010105 05000382 0201003e 0a164d9f
065ba8ae 715d2f05 2f67e613 4583c436 f6f3c026 0c0db547 645df8b4 72c946a5
03182755 89787d76 ea963480 1720dce7 83f88dfc 07b8da5f 4d2e67b2 84fdd944
fc775081 e67cb4c9 0d0b7253 f8760707 4147960c fbe08226 93558cfe 221f6065
7c5fe726 b3f73290 9850d437 7155f692 2178f795 79faf82d 26876656 3077a637
78335210 58ae3f61 8ef26ab1 ef187e4a 5963ca8d a256d5a7 2fbc561f cf39c1e2
fb0aa815 2c7d4d7a 63c66c97 443cd26f c34a170a f890d257 a21951a5 2d9741da
074fa950 da908d94 46e13ef0 94fd1000 38f53be8 40e1b46e 561a20cc 6f588ded
2e458fd6 e9933fe7 b12cdf3a d6228cdc 84bb226f d0f8e4c6 39e90488 3cc3baeb
557a6d80 9924f56c 01fbf897 b0945beb fdd26ff1 77680d35 6423acb8 55a103d1
4d4219dc f8755956 a3f9a849 79f8af0e b911a07c b76aed34 d0b62662 381a870c
f8e8fd2e d3907f07 912a1dd6 7e5c8583 99b03808 3fe95ef9 3507e4c9 626e577f
a75095f7 bac89be6 8ea201c5 d666bf79 61f33c1c e1b9825c 5da0c3e9 d848bd19
a2111419 6eb2861b 683e4837 1a88b75d 965e9cc7 ef276208 e291195c d2f121dd
ba174282 97718153 31a99ff6 7d62bf72 e1a3931d cc8a265a 0938d0ce d70d8016
b478a53a 874c8d8a a5d54697 f22c10b9 bc5422c0 01506943 9ef4b2ef 6df8ecda
f1e3b1ef df918f54 2a0b25c1 2619c452 100565d5 8210eac2 31cd2e
quit
crypto ikev1 enable outside
crypto ikev1 policy 1
authentication pre-share
encryption aes
hash sha
group 5
lifetime 86400
telnet timeout 5
ssh stricthostkeycheck
ssh timeout 5
ssh version 2
ssh key-exchange group dh-group1-sha1
console timeout 0
console serial
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
ntp server 93.0.0.2
group-policy 93.0.0.6 internal
group-policy 93.0.0.6 attributes
vpn-tunnel-protocol ikev1
dynamic-access-policy-record DfltAccessPolicy
username admin password ***** pbkdf2
tunnel-group 93.0.0.6 type ipsec-l2l
tunnel-group 93.0.0.6 general-attributes
default-group-policy 93.0.0.6
tunnel-group 93.0.0.6 ipsec-attributes
ikev1 pre-shared-key *****
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
no tcp-inspection
policy-map global_policy
class inspection_default
inspect ip-options
inspect netbios
inspect rtsp
inspect sunrpc
inspect tftp
inspect xdmcp
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect esmtp
inspect sqlnet
inspect sip
inspect skinny
inspect icmp
policy-map type inspect dns migrated_dns_map_2
parameters
message-length maximum client auto
message-length maximum 512
no tcp-inspection
policy-map type inspect dns migrated_dns_map_1
parameters
message-length maximum client auto
message-length maximum 512
no tcp-inspection
!
service-policy global_policy global
prompt hostname context
call-home reporting anonymous
call-home
profile CiscoTAC-1
no active
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
destination address email callhome@cisco.com
destination transport-method http
subscribe-to-alert-group diagnostic
subscribe-to-alert-group environment
subscribe-to-alert-group inventory periodic monthly
subscribe-to-alert-group configuration periodic monthly
subscribe-to-alert-group telemetry periodic daily
profile License
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
destination transport-method http
Cryptochecksum:521df68b5a1b839306871a4503e58af7
: end
Asa1#

A dummy question - does ASA2 knows where to route 93.0.0.1? We don't see any packets leaving ASA2, which could easily be due to routing.

Could you please post configuration from both ASA1 and ASA2, as well as router in between?

BR,

Milos

the 3 configurations are attached

Based on configurations, all looks good. I don't see anything standing out, as Rob stated.I did noticed one thing, but I'm not sure it would make difference, although it could affect traffic.

Could you please correct:

nat (inside,outside) source static any interface

to

nat (inside,outside) source dynamic any interface

By doing static NAT to interface address, I'm not sure how would VPN traffic behave.

BR

Milos

I modified as recommended but nothing has changed. I took another asa with the exact same version of ASA 1 and replaced it to Asa2 with the configuration of the old Asa and it works, fore it was a bug or they were not compatible