From owner-freebsd-questions@FreeBSD.ORG Wed Oct 19 01:28:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFEBB1065672 for ; Wed, 19 Oct 2011 01:28:16 +0000 (UTC) (envelope-from suicidecries@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id ADF9E8FC08 for ; Wed, 19 Oct 2011 01:28:16 +0000 (UTC) Received: by iaky10 with SMTP id y10so1735269iak.13 for ; Tue, 18 Oct 2011 18:28:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=wZn5kmYn4xG9Vy5V0EFwF0S5K0igMs46snptYGgd3Ks=; b=kepqztmAHu7Ww7woNuW+JfK3/BwmCo8ufXihYBqLo2dCo99whIDInrfVMTjIw6gHCc 4CoKW/tvJGGRV6yOJzwYPbPWgyZDFq/FgznccX4DVsdfGqUOJRwO9nwIjLxbYUKZ2H5e JdOCdUH80JJpJLp4WNi4Q9n3Zjbdx9mg+FRxk= MIME-Version: 1.0 Received: by 10.231.48.142 with SMTP id r14mr2011860ibf.5.1318985920708; Tue, 18 Oct 2011 17:58:40 -0700 (PDT) Received: by 10.231.17.2 with HTTP; Tue, 18 Oct 2011 17:58:40 -0700 (PDT) Date: Tue, 18 Oct 2011 18:58:40 -0600 Message-ID: From: Suicide Cries To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: OpenBGPd on FreeBSD 8.2 no kernel support for PF_KEY X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2011 01:28:17 -0000 Hello FreeBSD team, I am setting up OpenBGP on FreeBSD 8.2 and encountering an issue. We are using md5 authentication with our ISP and "no kernel support for PF_KEY" and "md5sig not available, disabling". Am I missing a device in my kernel configuraton? Other than the GENERIC configuration, here are the devices and options I have compiled in: device carp options IPSEC options IPSEC_NAT_T device crypto device pf device pfsync device pflog options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_PRIQ options ALTQ_NOPCC relevant portions of bgpd.conf: AS 10753 router-id x.x.x.x network x.x.x.x/28 neighbor x.x.x.x { remote-as 3356 descr "AS 3356 peer 1" announce self tcp md5sig password XXXX } I've previously used OpenBPGD on OpenBSD and never had an issue. My guess is likely this is a quick fix and I would appreciate a quick response. Many thanks in advance. Kind regards, Chris