Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2007 8:16:58 -0500
From:      Nicolas Gieczewski <nicolas@nixsoftware.com>
To:        Jim Stapleton <stapleton.41@gmail.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: attempting VPN again
Message-ID:  <e2c870ba9e71584c273323bcdf803696@75.126.162.136>
In-Reply-To: <80f4f2b20704200524s3447e98et1990403b711e42f7@mail.gmail.com>
References:  <80f4f2b20704200524s3447e98et1990403b711e42f7@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Fri, 20 Apr 2007 08:24:17 -0400, "Jim Stapleton" <stapleton.41@gmail.com> 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




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