From owner-freebsd-net@FreeBSD.ORG Fri Apr 20 13:35:19 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E752316A403 for ; Fri, 20 Apr 2007 13:35:19 +0000 (UTC) (envelope-from nicolas@nixsoftware.com) Received: from mail.blazis.com (hazel.blazis.com [75.126.205.130]) by mx1.freebsd.org (Postfix) with ESMTP id C45CB13C48A for ; Fri, 20 Apr 2007 13:35:19 +0000 (UTC) (envelope-from nicolas@nixsoftware.com) Received: from www by mail.blazis.com with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1Hesyw-0000AJ-KM; Fri, 20 Apr 2007 08:16:58 -0500 To: Jim Stapleton MIME-Version: 1.0 Date: Fri, 20 Apr 2007 8:16:58 -0500 From: Nicolas Gieczewski In-Reply-To: <80f4f2b20704200524s3447e98et1990403b711e42f7@mail.gmail.com> References: <80f4f2b20704200524s3447e98et1990403b711e42f7@mail.gmail.com> Message-ID: X-Sender: nicolas@nixsoftware.com User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-net@freebsd.org Subject: Re: attempting VPN again X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2007 13:35:20 -0000 On Fri, 20 Apr 2007 08:24:17 -0400, "Jim Stapleton" wrote: > /usr/local/etc/mpd/mpd.conf > ======================================== > vpn: > new -i nve0 vpn vpn > > set iface session 28800 > set bundle authname "WORK-DOMAIN\\WORK-USERNAME" > set bundle enable compression > set ccp yes mppc > set ccp yes mpp-e40 > set ccp yes mpp-e56 > set ccp yes mpp-e128 > # set this to your correct routing information > set iface route EXTERNAL-WORK-VPN-IP/24 > set link enable no-orig-auth > open > ======================================== In mpd.conf, you need to set the interface to a valid netgraph interface name, e.g. ng0. mpd will create it for you if it does not exist. The physical interface (e.g. nve0) is specified in mpd.links, not here. Additionally, you have a blank line between the "new" command and the first "set" command. I suspect that's causing the "no bundles defined" errors: > mpd: no bundles defined > mpd: no bundles defined > mpd: no bundles defined > mpd: no bundles defined > mpd: no bundles defined > mpd: no bundles defined > mpd: no bundles defined > mpd: no bundles defined > mpd: no bundles defined > mpd: no bundles defined -- Nicolas Gieczewski