From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 05:44:54 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E20A9431 for ; Thu, 1 Jan 2015 05:44:54 +0000 (UTC) Received: from mail.distalzou.net (203.141.139.231.static.zoot.jp [203.141.139.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9E1264167 for ; Thu, 1 Jan 2015 05:44:54 +0000 (UTC) Received: from sodalime.pun-pun.prv ([192.168.6.50]) by mail.distalzou.net with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Y6YDD-000HaL-Bi; Thu, 01 Jan 2015 14:22:19 +0900 Date: Thu, 1 Jan 2015 14:22:19 +0900 (JST) From: Tod McQuillin X-X-Sender: devin@sodalime.pun-pun.prv To: Chris Watson Subject: Re: IPSec and racoon issue... In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 05:44:55 -0000 On Wed, 31 Dec 2014, Chris Watson wrote: > Anytime I try to start racoon it looks like it starts but it doesn't. The > only error I can get is to run it with "racoon -F -ddd -f > /usr/local/etc/racoon/racoon.conf", and I get the following > > "ERROR: libipsec failed pfkey open (Address family not supported by > protocol family) > racoon: failed to initialize pfkey socket" > > Doing a "setkey -F" produces "pfkey_open: Address family not supported by > protocol family" Do you have the following in your kernel config file? options IPSEC device crypto device cryptodev -- Tod