[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(racoon 97) RE: racoon failing to re-establish SA



VANHULLEBUS Yvan wrote:
> You have phase1 lifetime of 10 minuts on "local", but 1 minut 
> on "remote", so when you have to renegociate phase2, local 
> uses the SAME Isakmp-SA used for the first negociation, but 
> remote considers this SA as dead.
> 
> You may specify the proposal_check parameter for phases1 (I 
> don't know the default value for your racoon versions), 
> and/or adjust the phase1 lifetime to be the same on both peers....

Looking at my racoon.conf file, the default for proposal_check is
"obey". Which level setting would prevent this problem from occurring no
matter which side has been configured for a shorter lifetime?

> And this is not directly related to your problem, but you may 
> increase your phase1/2 lifetimes, I think 10/2 minuts is a 
> very short life duration, at least when using "good" algorithms....

Understood. I deliberately had chosen relatively short values for
testing to be able to watch the IKE negotiations.

Thanks in advance,
--Lucky