Re: [fw-wiz] PIX to PIX IPSEC VPN IKE Phase 2 problem
- From: Julian M D <julianmd@xxxxxxxxx>
- Date: Tue, 7 Feb 2006 21:43:39 -0500
I don't see anything wrong in your config, even though I've had
situations in the past where the preshared key or the crypto map
"CISCO VPN engineers said' gets corrupted by adding and removing
commands in a certain order.
If you removed the map first replaced the key, and then reapplied the
map, that should have fixed the issue. For the sake of it, could you
please post isakmp debug from HQ as well?
As this is not a very elaborated vpn config, I also suggest to
completly remove it, write mem, reboot, and then past it again using
the cli.
Keep us posted
HTH
Julian Dragut
On 2/7/06, Joe Keegan <jkeegan@xxxxxxxxxxxxxxxx> wrote:
Julian,_______________________________________________
Thanks for the response. I remove the passphrase are related configs and
added a very simple pass phrase and I am receiving the same errors.
Any other ideas?
Thanks
Joe
-----Original Message-----
From: Julian M D [mailto:julianmd@xxxxxxxxx]
Sent: Tuesday, February 07, 2006 2:36 PM
To: Horvath, Kevin M.
Cc: Joe Keegan; firewall-wizards@xxxxxxxxxxxxxxxxxx
Subject: Re: [fw-wiz] PIX to PIX IPSEC VPN IKE Phase 2 problem
Addition to the last post:
on the HQ pix if you use the clear isakmp key, it is also
going to erase the existing vpn preshared key, so you better
removed with "no", rather than clear command.
HTH
On 2/7/06, Julian M D <julianmd@xxxxxxxxx> wrote:
Hi there,preshared key,
This is most probably because of the corruption in the
so my advice is to do this on both pixes:udp 500 and verify that the key matches what you have in the
HQ PIX
no crypto map VPN interface outside
clear isakmp key
isakmp key ******** address xxx.yyy.191.66 netmask 255.255.255.255
crypto map VPN interface outside
REMOTE 501
no crypto map VPN interface outside
clear isakmp key
isakmp key ******** address aa.bbb.194.253 netmask 255.255.255.255
crypto map VPN interface outside
wr mem
clear crypto isakmp sa
clear crypto ipsec sa
Good luck,
Julian Dragut
please use the copy and paste when setting up the preshared key
On 2/7/06, Horvath, Kevin M. <KEVIN.M.HORVATH@xxxxxxxx> wrote:
isakmp key ******** address xxx.yyy.191.66 netmask 255.255.255.255
Verify that the you can reach the HQ ip from the 501 via
501 config......reset both keys to (no spaces either) the same
passphrase and try again.
Behalf Of Joe
Kevin M. Horvath
CISSP,CCSP,INFOSEC,CCNA
________________________________
From: firewall-wizards-admin@xxxxxxxxxxxxxxxxxx
[mailto:firewall-wizards-admin@xxxxxxxxxxxxxxxxxx] On
VPN to our HQ office. The HQ PIX is a 515E with an existingKeegan
Sent: Monday, February 06, 2006 12:37 PM
To: firewall-wizards@xxxxxxxxxxxxxxxxxx
Subject: [fw-wiz] PIX to PIX IPSEC VPN IKE Phase 2 problem
I am trying to setup a branch office with a site-to-site
VPN to an existing router at another site. The branch office
has a PIX 501.
looks to me that it is not completing IKE Phase 2.
The debug crypto isakmp looks ok on the 501 except it
remote peer
ISAKMP (0): processing SA payload. message ID = 3634014145
ISAKMP : Checking IPSec proposal 1
ISAKMP: transform 1, ESP_AES
ISAKMP: attributes in transform:
ISAKMP: encaps is 1
ISAKMP: SA life type in seconds
ISAKMP: SA life duration (basic) of 3600
ISAKMP: SA life type in kilobytes
ISAKMP: SA life duration (VPI) of 0x0 0x46 0x50 0x0
ISAKMP: authenticator is HMAC-SHA
ISAKMP: key length is 128
ISAKMP (0): atts not acceptable. Next payload is 0 ISAKMP (0): SA
not acceptable!
ISAKMP (0): sending NOTIFY message 14 protocol 0 return status is
IKMP_ERR_NO_RETRANS
ISAKMP: No cert, and no keys (public or pre-shared) with
aa.bbb.194.253/500 notaa.bbb.194.253 VPN Peer:ISAKMP: Peer Info for
mismatched transform-set, but everything looks OK to me.found - peers:1
I believe this would be caused by an issue in a
be great. thanks!
Pertinent config info is below. Any help or ideas would
remark Allow
HQ PIX 515E
access-list VPN-IRL remark Prevent any VoIP traffic to be routed
over the VPN to IRL access-list VPN-IRL deny ip 10.10.0.0
255.255.0.0 172.18.0.0 255.255.0.0 access-list VPN-IRL
remark AllowVPN connection to IRL access-list VPN-IRL permit ip 10.0.0.0
255.192.0.0 172.18.0.0 255.255.0.0 access-list VPN-HIL
remark Don'tVPN connection to HIL access-list VPN-HIL permit ip 10.0.0.0
255.192.0.0 172.20.0.0 255.255.0.0 access-list NO-NAT
remark Don'tNAT traffic sent to IRL access-list NO-NAT permit ip 10.0.0.0
255.192.0.0 172.18.0.0 255.255.0.0 access-list NO-NAT
access-list NO-NATNAT traffic sent to HIL access-list NO-NAT permit ip 10.0.0.0
255.192.0.0 172.20.0.0 255.255.0.0 nat (inside) 0
security-associationsysopt connection permit-ipsec crypto ipsec transform-set
ESP-AES-SHA esp-aes esp-sha-hmac crypto ipsec
crypto map VPNlifetime seconds 3600 crypto map VPN 100 ipsec-isakmp
ccc.dd.154.114100 match address VPN-IRL crypto map VPN 100 set peer
map VPN 200crypto map VPN 100 set transform-set ESP-AES-SHA crypto
crypto map VPNipsec-isakmp crypto map VPN 200 match address VPN-HIL
enable outside200 set peer xxx.yyy.191.66 crypto map VPN 200 set transform-set
ESP-AES-SHA crypto map VPN interface outside isakmp
255.255.255.255isakmp key ******** address ccc.dd.154.114 netmask
255.255.255.255isakmp key ******** address xxx.yyy.191.66 netmask
pre-shareisakmp identity address isakmp policy 100 authentication
sha isakmpisakmp policy 100 encryption aes isakmp policy 100 hash
aa.bbb.194.253 cryptopolicy 100 group 2 isakmp policy 100 lifetime 3600
Branch PIX 501
access-list VPN permit ip 172.20.0.0 255.255.0.0 10.0.0.0
255.192.0.0 access-list NO-NAT permit ip 172.20.0.0 255.255.0.0
10.0.0.0 255.192.0.0 nat (inside) 0 access-list NO-NAT sysopt
connection permit-ipsec crypto ipsec transform-set ESP-AES-SHA
esp-aes esp-sha-hmac crypto ipsec security-association lifetime
seconds 3600 crypto map VPN 100 ipsec-isakmp crypto map VPN 100
match address VPN crypto map VPN 100 set peer
interfacemap VPN 100 set transform-set ESP-AES-SHA crypto map VPN
100 group 2outside isakmp enable outside isakmp key ******** address
aa.bbb.194.253 netmask 255.255.255.255 isakmp identity address
isakmp policy 100 authentication pre-share isakmp policy 100
encryption aes isakmp policy 100 hash sha isakmp policy
if it will help.isakmp policy 100 lifetime 3600
I can post the entire debug session from both firewalls
IP's for the two devices are as follows
HQ PIX IP = aa.bbb.194.253
Branch PIX IP = xxx.yyy.191.66
Thanks
Joe
---------------------------------------------
Joe Keegan IT Systems Architect
(415) 330-2676 jkeegan@xxxxxxxxxxxxxxxx
firewall-wizards mailing list
firewall-wizards@xxxxxxxxxxxxxxxxxx
http://honor.icsalabs.com/mailman/listinfo/firewall-wizards
- References:
- RE: [fw-wiz] PIX to PIX IPSEC VPN IKE Phase 2 problem
- From: Joe Keegan
- RE: [fw-wiz] PIX to PIX IPSEC VPN IKE Phase 2 problem
- Prev by Date: Re: [fw-wiz] parsing logs ultra-fast inline
- Next by Date: Re: [fw-wiz] IPS vs. Firewalls (why vs. ?)
- Previous by thread: RE: [fw-wiz] PIX to PIX IPSEC VPN IKE Phase 2 problem
- Next by thread: [fw-wiz] PIX to PIX IPSEC VPN IKE Phase 2 problem
- Index(es):
Relevant Pages
|
|