Hi guys,
I'm trying to setup ipsec tunnels to two Nortel boxes (Contivity 600) sharing the same subnet from a CISCO PIX-525E running under 6.3(3).
PIX 525 LAN : 192.168.104.0/24 Nortel boxes LAN: 192.168.105.0/24
Indeed I want to ensure that if one Nortel box failed the other keep its link to my pix up and allow users in the Nortel subnet to reach the one behind the PIX.
Nortel boxes are configured with failover and vrrp. this ensure that if any interface falls, the other box take the hand.
Problem is that only one tunnel is mounted correctly, the other failed in ipsec negociation phase2 because of the PIX which reject it.
Does anybody see what could explain this behaviour? Do you think that sharing the same subnet with 2 different ipsec tunnels wouldn't be possible?
thank you Fr=E9d=E9ric
------------------------- #sh isakmp sa Total : 2 Embryonic : 0 dst src state pending created 212.147.x.x 212.147.x.x QM_IDLE 0 1 212.147.x.x 212.147.x.x QM_IDLE 0 0
-> the second one is not mounted properly.
-------------------------- PIX conf :
access-list 110 line 1 permit ip 192.168.104.0 255.255.255.0
192.168.105.0 255.255.255.0 access-list 110 line 2 permit ip 192.168.105.0 255.255.255.0
192.168.104.0 255.255.255.0 access-list 120 line 1 permit ip 192.168.104.0 255.255.255.0
192.168.105.0 255.255.255.0 access-list 120 line 2 permit ip 192.168.105.0 255.255.255.0
192.168.104.0 255.255.255.0
crypto ipsec transform-set set2 esp-des esp-sha-hmac crypto map C1 5 ipsec-isakmp crypto map C1 5 match address 110 crypto map C1 5 set peer 212.147.x.x crypto map C1 5 set transform-set set2 crypto map C1 10 ipsec-isakmp crypto map C1 10 match address 120 crypto map C1 10 set peer 212.147.x.x crypto map C1 10 set transform-set set2 crypto map C1 interface outside
---------------------------------- Debug crypto isakmp
ISAKMP : Checking IPSec proposal 1
ISAKMP: transform 1, ESP_DES ISAKMP: attributes in transform: ISAKMP: encaps is 1 ISAKMP: SA life type in seconds ISAKMP: SA life duration (basic) of 28800 ISAKMP: SA life type in kilobytes ISAKMP: SA life duration (VPI) of 0x0 0x46 0x50 0x0 ISAKMP: authenticator is HMAC-SHA ISAKMP (0): atts are acceptable. ISAKMP: IPSec policy invalidated proposal ISAKMP (0): SA not acceptable! ISAKMP (0): sending NOTIFY message 14 protocol 3 return status is IKMP_ERR_NO_RETRANS