From owner-freebsd-net@FreeBSD.ORG Mon Dec 29 22:30:07 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08D5910656F6 for ; Mon, 29 Dec 2008 22:30:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id B57238FC08 for ; Mon, 29 Dec 2008 22:30:06 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id E51E341C7B0; Mon, 29 Dec 2008 23:30:05 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id y2Ureq+6sJL7; Mon, 29 Dec 2008 23:30:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 9348741C7BB; Mon, 29 Dec 2008 23:30:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 240334448D5; Mon, 29 Dec 2008 22:25:33 +0000 (UTC) Date: Mon, 29 Dec 2008 22:25:32 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Gabe In-Reply-To: <20081229221714.G28465@maildrop.int.zabbadoz.net> Message-ID: <20081229222334.D28465@maildrop.int.zabbadoz.net> References: <847488.86907.qm@web83814.mail.sp1.yahoo.com> <20081229221714.G28465@maildrop.int.zabbadoz.net> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-net@freebsd.org Subject: Re: +ipsec_common_input: no key association found for SA X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2008 22:30:07 -0000 On Mon, 29 Dec 2008, Bjoern A. Zeeb wrote: > On Mon, 29 Dec 2008, Gabe wrote: > >> This is what setkey -Da returns: >> box# setkey -Da >> Invalid extension type >> Invalid extension type >> box# > > you are running with the NAT-T patch (as I see you say further down). > Try /usr/local/sbin/setkey -Da in that case. One more thing; if you are comparing SPIs from the log with setkey, you can also run tcpdump -s 0 -vv -ln proto 50 and it will show you something like ... ESP(spi=0x12345678,seq=0x..), so you could as well compare what you receive on the wire with what you get in the log. This would help to eliminiate the case of a promblematic patch. /bz -- Bjoern A. Zeeb The greatest risk is not taking one.