From owner-freebsd-questions@FreeBSD.ORG Sun Aug 27 20:58:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20E1116A4E0 for ; Sun, 27 Aug 2006 20:58:33 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81DE143D46 for ; Sun, 27 Aug 2006 20:58:32 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1536743uge for ; Sun, 27 Aug 2006 13:58:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=f/+jp/tHvWpXfJL9j2LIplXZSQSijbPeK+J/3LLrRSpNsiKRIUJkgu3oeQgcR39owEmqfeQzjN42CjkUYkJ+M6XPCcjE7jbzWQQth0INJSMfCFWzf2wVvsySMSJbkQRZwJDmshXPC5ML+6cM23IiPyrdr2eQTt8cM3OCwh2gEMA= Received: by 10.67.119.13 with SMTP id w13mr3335425ugm; Sun, 27 Aug 2006 13:58:31 -0700 (PDT) Received: by 10.67.98.16 with HTTP; Sun, 27 Aug 2006 13:58:31 -0700 (PDT) Message-ID: <80f4f2b20608271358l32b84ed6m5c6e5819d38c5c01@mail.gmail.com> Date: Sun, 27 Aug 2006 16:58:31 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: IPSEC, am I missing something? 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, 27 Aug 2006 20:58:33 -0000 I was googling "freebsd" and "vpn" so I could use my notebook to handle work stuff remotely, and I found this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html guess I didn't need google. Regardless, it mentions a lot of kernel options. I checked my kernel configuration file, to see if they had been turned on, they weren't even in there and commented out let alone on (as some optionals are). What I found and added: #ipsec: Required for VPN options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/ IPSEC) #ipsec optimsations options FAST_IPSEC # new IPsec (cannot define w/ IPSEC) options IPSEC_FILTERGIF #filter ipsec packets from a tunnel before adding these, I just had the default 6.1 generic kernel file with a few things commented and a couple uncommented. Am I missing soemeting? Thanks, -Jim Stapleton