Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2011 20:44:16 -0600
From:      Suicide Cries <suicidecries@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: OpenBGPd on FreeBSD 8.2 no kernel support for PF_KEY
Message-ID:  <CAAuTgTFQ51me%2BJheUVeJ7z1m8QZwi%2BL=X1TRv-UoyV2w6vUtdw@mail.gmail.com>
In-Reply-To: <CAAuTgTF1%2Bogs1oAKT_3Z=c8ZJZiTjjND=XWFQG9TR1vQ7hQv9A@mail.gmail.com>
References:  <CAAuTgTF1%2Bogs1oAKT_3Z=c8ZJZiTjjND=XWFQG9TR1vQ7hQv9A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Compiling in options TCP_SIGNATURE solved the issue.

2011/10/18 Suicide Cries <suicidecries@gmail.com>

> 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
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAuTgTFQ51me%2BJheUVeJ7z1m8QZwi%2BL=X1TRv-UoyV2w6vUtdw>