From owner-freebsd-questions@FreeBSD.ORG Sun Feb 24 14:51:04 2008 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 4849316A407 for ; Sun, 24 Feb 2008 14:51:04 +0000 (UTC) (envelope-from jurjenm@stack.nl) Received: from mx1.stack.nl (meestal-mk5.stack.nl [IPv6:2001:610:1108:5010::149]) by mx1.freebsd.org (Postfix) with ESMTP id EE79613C461 for ; Sun, 24 Feb 2008 14:51:03 +0000 (UTC) (envelope-from jurjenm@stack.nl) Received: by mx1.stack.nl (Postfix, from userid 65534) id 358A93FD3B; Sun, 24 Feb 2008 15:51:03 +0100 (CET) X-Spam-DCC: : X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on toad.stack.nl X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,RDNS_DYNAMIC, SPF_NEUTRAL autolearn=no version=3.2.3 X-Spam-Relay-Country: NL Received: from jurjen (a62-251-106-27.adsl.xs4all.nl [62.251.106.27]) by mailhost.stack.nl (Postfix) with ESMTP id 3D4DD42D72 for ; Sun, 24 Feb 2008 15:50:56 +0100 (CET) Received: by jurjen (sSMTP sendmail emulation); Sun, 24 Feb 2008 15:48:45 +0000 Date: Sun, 24 Feb 2008 15:48:45 +0000 From: Jurjen Middendorp To: FreeBSD Questions Message-ID: <20080224154845.GA1014@s062107.lan> Mail-Followup-To: Jurjen Middendorp , FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Organization: SPIT Slackers Society Subject: vpnc problem: protocol not supported? 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: Sun, 24 Feb 2008 14:51:04 -0000 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