Pier
2010-02-09 13:45:20 UTC
Hi.
I'm trying to make an ipsec connection between our linux firewall (debian lenny) with a cisco asa.
We have already some vpns running without problems, but this one is driving me crazy.
We (me and the other sysadmin on the cisco side) paired our conf, we got in some way the vpn running, but after a while i get this error:
1.1.1.1 our end
2.2.2.2 cisco end
Feb 9 13:23:39 srv-fw racoon: INFO: initiate new phase 2 negotiation: 1.1.1.1[500]<=>2.2.2.2[500]
Feb 9 13:23:39 srv-fw racoon: INFO: IPsec-SA expired: ESP/Tunnel 1.1.1.1[0]->2.2.2.2[0] spi=2288584209(0x88690611)
Feb 9 13:23:39 srv-fw racoon: INFO: IPsec-SA established: ESP/Tunnel 2.2.2.2[0]->1.1.1.1[0] spi=214152031(0xcc3b35f)
Feb 9 13:23:39 srv-fw racoon: INFO: IPsec-SA established: ESP/Tunnel 1.1.1.1[500]->2.2.2.2[500] spi=1552653271(0x5c8b9bd7)
Feb 9 13:53:46 srv-fw racoon: INFO: ISAKMP-SA expired 1.1.1.1[500]-2.2.2.2[500] spi:3a918da835e191a6:fd47bdaa16e08d49
Feb 9 13:53:47 srv-fw racoon: INFO: ISAKMP-SA deleted 1.1.1.1[500]-2.2.2.2[500] spi:3a918da835e191a6:fd47bdaa16e08d49
If i don't force a reload of the conf the vpn stays down.
After i forced a reload i get this:
Feb 9 14:13:42 srv-fw racoon: INFO: Flushing all SAs for peer 2.2.2.2
Feb 9 14:13:42 srv-fw racoon: INFO: accept a request to establish IKE-SA: 2.2.2.2
Feb 9 14:13:42 srv-fw racoon: INFO: initiate new phase 1 negotiation: 1.1.1.1[500]<=>2.2.2.2[500]
Feb 9 14:13:42 srv-fw racoon: INFO: begin Identity Protection mode.
Feb 9 14:13:42 srv-fw racoon: INFO: received Vendor ID: draft-ietf-ipsec-nat-t-ike-02#012
Feb 9 14:13:42 srv-fw racoon: INFO: received broken Microsoft ID: FRAGMENTATION
Feb 9 14:13:42 srv-fw racoon: INFO: Selected NAT-T version: draft-ietf-ipsec-nat-t-ike-02#012
Feb 9 14:13:42 srv-fw racoon: INFO: Hashing 2.2.2.2[500] with algo #2
Feb 9 14:13:42 srv-fw racoon: INFO: Hashing 1.1.1.1[500] with algo #2
Feb 9 14:13:42 srv-fw racoon: INFO: Adding remote and local NAT-D payloads.
Feb 9 14:13:42 srv-fw racoon: INFO: received Vendor ID: CISCO-UNITY
Feb 9 14:13:42 srv-fw racoon: INFO: received Vendor ID: draft-ietf-ipsra-isakmp-xauth-06.txt
Feb 9 14:13:42 srv-fw racoon: INFO: Hashing 1.1.1.1[500] with algo #2
Feb 9 14:13:42 srv-fw racoon: INFO: NAT-D payload #0 verified
Feb 9 14:13:42 srv-fw racoon: INFO: Hashing 2.2.2.2[500] with algo #2
Feb 9 14:13:42 srv-fw racoon: INFO: NAT-D payload #1 verified
Feb 9 14:13:42 srv-fw racoon: INFO: NAT not detected
Feb 9 14:13:42 srv-fw racoon: INFO: received Vendor ID: DPD
Feb 9 14:13:42 srv-fw racoon: WARNING: port 500 expected, but 0
Feb 9 14:13:42 srv-fw racoon: INFO: ISAKMP-SA established 1.1.1.1[500]-2.2.2.2[500] spi:54e8737b21796817:9987cc564ef98386
And it satys so until at the other end is generated some traffic.
After a ping, i see the phase 2 up:
Feb 9 14:36:53 srv-fw racoon: INFO: respond new phase 2 negotiation: 1.1.1.1[500]<=>2.2.2.2[500]
Feb 9 14:36:53 srv-fw racoon: INFO: IPsec-SA established: ESP/Tunnel 2.2.2.2[0]->1.1.1.1[0] spi=257800228(0xf5db824)
Feb 9 14:36:53 srv-fw racoon: INFO: IPsec-SA established: ESP/Tunnel 1.1.1.1[500]->2.2.2.2[500] spi=580823101(0x229ea83d)
I tried everything but without success.
Help me please :-)
Pier
I'm trying to make an ipsec connection between our linux firewall (debian lenny) with a cisco asa.
We have already some vpns running without problems, but this one is driving me crazy.
We (me and the other sysadmin on the cisco side) paired our conf, we got in some way the vpn running, but after a while i get this error:
1.1.1.1 our end
2.2.2.2 cisco end
Feb 9 13:23:39 srv-fw racoon: INFO: initiate new phase 2 negotiation: 1.1.1.1[500]<=>2.2.2.2[500]
Feb 9 13:23:39 srv-fw racoon: INFO: IPsec-SA expired: ESP/Tunnel 1.1.1.1[0]->2.2.2.2[0] spi=2288584209(0x88690611)
Feb 9 13:23:39 srv-fw racoon: INFO: IPsec-SA established: ESP/Tunnel 2.2.2.2[0]->1.1.1.1[0] spi=214152031(0xcc3b35f)
Feb 9 13:23:39 srv-fw racoon: INFO: IPsec-SA established: ESP/Tunnel 1.1.1.1[500]->2.2.2.2[500] spi=1552653271(0x5c8b9bd7)
Feb 9 13:53:46 srv-fw racoon: INFO: ISAKMP-SA expired 1.1.1.1[500]-2.2.2.2[500] spi:3a918da835e191a6:fd47bdaa16e08d49
Feb 9 13:53:47 srv-fw racoon: INFO: ISAKMP-SA deleted 1.1.1.1[500]-2.2.2.2[500] spi:3a918da835e191a6:fd47bdaa16e08d49
If i don't force a reload of the conf the vpn stays down.
After i forced a reload i get this:
Feb 9 14:13:42 srv-fw racoon: INFO: Flushing all SAs for peer 2.2.2.2
Feb 9 14:13:42 srv-fw racoon: INFO: accept a request to establish IKE-SA: 2.2.2.2
Feb 9 14:13:42 srv-fw racoon: INFO: initiate new phase 1 negotiation: 1.1.1.1[500]<=>2.2.2.2[500]
Feb 9 14:13:42 srv-fw racoon: INFO: begin Identity Protection mode.
Feb 9 14:13:42 srv-fw racoon: INFO: received Vendor ID: draft-ietf-ipsec-nat-t-ike-02#012
Feb 9 14:13:42 srv-fw racoon: INFO: received broken Microsoft ID: FRAGMENTATION
Feb 9 14:13:42 srv-fw racoon: INFO: Selected NAT-T version: draft-ietf-ipsec-nat-t-ike-02#012
Feb 9 14:13:42 srv-fw racoon: INFO: Hashing 2.2.2.2[500] with algo #2
Feb 9 14:13:42 srv-fw racoon: INFO: Hashing 1.1.1.1[500] with algo #2
Feb 9 14:13:42 srv-fw racoon: INFO: Adding remote and local NAT-D payloads.
Feb 9 14:13:42 srv-fw racoon: INFO: received Vendor ID: CISCO-UNITY
Feb 9 14:13:42 srv-fw racoon: INFO: received Vendor ID: draft-ietf-ipsra-isakmp-xauth-06.txt
Feb 9 14:13:42 srv-fw racoon: INFO: Hashing 1.1.1.1[500] with algo #2
Feb 9 14:13:42 srv-fw racoon: INFO: NAT-D payload #0 verified
Feb 9 14:13:42 srv-fw racoon: INFO: Hashing 2.2.2.2[500] with algo #2
Feb 9 14:13:42 srv-fw racoon: INFO: NAT-D payload #1 verified
Feb 9 14:13:42 srv-fw racoon: INFO: NAT not detected
Feb 9 14:13:42 srv-fw racoon: INFO: received Vendor ID: DPD
Feb 9 14:13:42 srv-fw racoon: WARNING: port 500 expected, but 0
Feb 9 14:13:42 srv-fw racoon: INFO: ISAKMP-SA established 1.1.1.1[500]-2.2.2.2[500] spi:54e8737b21796817:9987cc564ef98386
And it satys so until at the other end is generated some traffic.
After a ping, i see the phase 2 up:
Feb 9 14:36:53 srv-fw racoon: INFO: respond new phase 2 negotiation: 1.1.1.1[500]<=>2.2.2.2[500]
Feb 9 14:36:53 srv-fw racoon: INFO: IPsec-SA established: ESP/Tunnel 2.2.2.2[0]->1.1.1.1[0] spi=257800228(0xf5db824)
Feb 9 14:36:53 srv-fw racoon: INFO: IPsec-SA established: ESP/Tunnel 1.1.1.1[500]->2.2.2.2[500] spi=580823101(0x229ea83d)
I tried everything but without success.
Help me please :-)
Pier