OpenBGPd on FreeBSD 8.2 no kernel support for PF_KEY
Suicide Cries
suicidecries at gmail.com
Wed Oct 19 02:44:17 UTC 2011
Compiling in options TCP_SIGNATURE solved the issue.
2011/10/18 Suicide Cries <suicidecries at 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
>
More information about the freebsd-questions
mailing list