From owner-freebsd-net@FreeBSD.ORG Fri Apr 20 13:35:27 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 2C41616A402 for ; Fri, 20 Apr 2007 13:35:27 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by mx1.freebsd.org (Postfix) with ESMTP id B1A8813C448 for ; Fri, 20 Apr 2007 13:35:26 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by mu-out-0910.google.com with SMTP id g7so1071343muf for ; Fri, 20 Apr 2007 06:35:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ekTAXPuX7guBAOdRN/TroNyejwDk8i8o6QrWvb9uEvn3MA+NosOYISCvgGW8scd3x0qGI19hSXZQKO0TY7hWn0XSbfyltnoEzvNV3nfWJWmQSBVffNN55x/w0mKCPexMUDCn/p1Nz/2p6rpsSJDtAy0w4sXoiTyeqA4Rz3ln7PQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V67dzq1fho2ljoW8VaigyQmrz2qAPebrUFPof8Uio5/CM1zvez+zRsbuuinbWY1OHRBKl8i77pSFmKAZg5Ds1YpkQG0x6a0fjwUKDSRhpG6SE+e9OuW/NkJSOzehZXSBeaDie1y/lZlxTe9ZoFU6QWJIhjtUKOk4/MUf8DkQGrw= Received: by 10.82.134.12 with SMTP id h12mr4567468bud.1177076125416; Fri, 20 Apr 2007 06:35:25 -0700 (PDT) Received: by 10.82.191.16 with HTTP; Fri, 20 Apr 2007 06:35:25 -0700 (PDT) Message-ID: <80f4f2b20704200635i48b1771cjbea13146152dc68e@mail.gmail.com> Date: Fri, 20 Apr 2007 09:35:25 -0400 From: "Jim Stapleton" To: "Nicolas Gieczewski" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20704200524s3447e98et1990403b711e42f7@mail.gmail.com> 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:27 -0000 Thanks, I tried the nve0->ng0 thing (see my other email). After reading yours, I tried removing the extra blank line, but that did not fix anything either, or change the output. Thanks, -Jim Stapleton On 4/20/07, Nicolas Gieczewski wrote: > > 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 > >