Date: Sat, 25 May 2002 12:20:04 +0900 From: Shoichi Sakane <sakane@kame.net> To: jerry_murdock@yahoo.com Cc: FreeBSD-Security@FreeBSD.ORG Subject: Re: Racoon SA Hard/Soft Lifetimes Message-ID: <20020525122004P.sakane@kame.net> In-Reply-To: Your message of "Wed, 15 May 2002 21:02:14 -0700 (PDT)" <20020516040214.97098.qmail@web14606.mail.yahoo.com> References: <20020516040214.97098.qmail@web14606.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> I've successfully got a 2day old -Stable build to talk IPSEC/IKE with a > Sonicwall, but things fall apart when the SAs hit the soft lifetime limit. > > A new SA is successfully negotiated with the Sonicwall when the soft lifetime > runs out, but the Sonicwall then ignores anything coming into it on the "old" > SA(which FBSD uses until the hard lifetime runs out). if your system has "net.key.preferred_oldsa" system wide value, you can configure the kernel using new SA immediately. try like the following, # sysctl -w net.key.preferred_oldsa=0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020525122004P.sakane>