From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 05:46:28 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 1788B477 for ; Thu, 1 Jan 2015 05:46:28 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C7ABA6418B for ; Thu, 1 Jan 2015 05:46:27 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id rp18so15688908iec.39 for ; Wed, 31 Dec 2014 21:46:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cTYwMRRRqxIneJbgVTdTHsnxri2lOx5WbCzXdIEy8Xw=; b=D2RfL4sEwmB2FidneuGK7i5T9WN4WNe1zopzaPZP65MPGPEnyWZypjfy/OT+JLwHVX DTapL4tO7NOoKkapf/9HKX0UECgruIawMBNzST9QPXt2xQHTZghhC4x3p/iwsWT3H+bY BENHSvVy/gtu8Yvb78dqsFDuaf+VhthNkNvtzB7m24BJy1JFt7NjuVVXxSgu2fu3ViJM J9tJQ9FbcvXRQqmj8XRQWapAGP3xt8Gf5+oMkjepCIEybVY/wBP2VJBOm31FRQBqjYUr OAESO5O5dwO0daNuEKltKmSw+lZ86hHtXVCpO66qOXczVjUHDvLUjAkhjD+K1FSzbiEO UqRg== MIME-Version: 1.0 X-Received: by 10.43.44.201 with SMTP id uh9mr51553224icb.51.1420091186994; Wed, 31 Dec 2014 21:46:26 -0800 (PST) Received: by 10.64.126.133 with HTTP; Wed, 31 Dec 2014 21:46:26 -0800 (PST) In-Reply-To: References: Date: Wed, 31 Dec 2014 23:46:26 -0600 Message-ID: Subject: Re: IPSec and racoon issue... From: Chris Watson To: Tod McQuillin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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:46:28 -0000 I did not have "device cryptodev" is that required now? I just added that and installed a new kernel, I get the same errors. Chris On Wed, Dec 31, 2014 at 11:22 PM, Tod McQuillin wrote: > 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 >