Date: Mon, 29 Mar 2004 13:40:58 -0800 From: "Crist J. Clark" <cristjc@comcast.net> To: Cyrill R?ttimann <ruettimac@mac.com> Cc: freebsd-net@freebsd.org Subject: Re: IPSec troubles Message-ID: <20040329214057.GA8711@blossom.cjclark.org> In-Reply-To: <257C203C-8104-11D8-9902-00039303AB38@mac.com> References: <257C203C-8104-11D8-9902-00039303AB38@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 29, 2004 at 12:06:21AM +0200, Cyrill R?ttimann wrote: > Hello, > > I have troubles setting up an IPSec Host-to-Host connection between > FreeBSD 5.2.1 and MacOS X 10.3.3: Last I knew, 5.2.1 still had broken IPsec. Specifically, the system tries to apply the IPsec policy to the IKE traffic giving us a chicken and egg problem. The Mac end timing out waiting to hear from the FreeBSD system is consistent with this. Run 'tcpdump -n port 500' on the FreeBSD system and watch for outgoing traffic, and have a look at 'netstat -sp ipsec' and see if the 'outbound packets with no SA available' count is increasing. The workaround was to not use IPSEC in the kernel, but FAST_IPSEC. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040329214057.GA8711>