(racoon 922) Re: Problems talking with Checkpoint-NG
Hamie <[email protected]> Thu, 31 Mar 2005 10:49:36 +0100
| Newsgroups | gmane.network.ipv6.kame.racoon |
|---|---|
| Message-ID | <[email protected]> |
Satoshi Inoue wrote: >On Wed, 30 Mar 2005 11:16:00 +0000 (UTC) >[email protected] (Hamie) wrote: > > > >>I'm trying to get an ipsec tunnel working between a Linux box >>(Gentoo - amd64) and a Checkpoint-NG firewall (Nokia platform) >> >> >... > > >>Currently I've got it to the point where it looks like phase-I is >>almost completing, but it looks like the linux box thinks phase-II >>should start, but for some reason the two ends don't seem to agree >>on what should be happening. >> >> > >IKE phase 2 ID mismatch, maybe? Have you checked your SPD configuration >against the Checkpoint-NG F/W? > > > >>2005-03-30 10:12:32: ERROR: ignore information because the message >> has no hash payload. >> >> > >I think you should examine this packet too. >IKE phase 1 retransmission? well, that's my guess... > > I found it... Evetually... Timeouts.... The sainfo lifetime on racoon was set to 60 secs (I copied it from an example I found) and checkpoint defaults to 1 hour (3600 seconds). The difference isn't logged as being obvious... It just seems to throw strange errors... Once I'd set the lifetime to 1 hour, it came straight up. That worked fine till the timer expired... Then racoon was unable to re-negotiate... I'm going to set it to 1 minute at each end and try & debug why the re-neg is failing now. Hamish.