Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2008 15:48:45 +0000
From:      Jurjen Middendorp <jurjenm@stack.nl>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   vpnc problem: protocol not supported?
Message-ID:  <20080224154845.GA1014@s062107.lan>

next in thread | raw e-mail | index | archive | help
Hello, i am trying to connect to the vpn at university from home.
I have made a new kernel with what i think (thought) was needed for ipsec
from reading the handbook, my kernel file looks like:
------------------------------------------------------------
include		GENERIC
ident		MYCOMPUTER
options		SMP

options		IPSEC
options		IPSEC_ESP
------------------------------------------------------------
The kernel build and installed fine, however if i try to connect using vpnc
it gives the following message:
socket(PF_INET, SOCK_RAW, IPPROTO_ESP): Protocol not supported

At the beginning of booting (top of dmesg) it says this:
WARNING: debug.mpsafenet forced to 0 as ipsec requires Giant
WARNING: MPSAFE network stack disabled, expect reduced performance.

I'm not sure what's wrong: am i missing something in the kernel config or
is it something else?? I am using 6.2-RELEASE.

Greetings!
- Jurjen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080224154845.GA1014>