Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2003 09:36:00 +0200 (=?ISO-8859-15?Q?Westeurop=E4ische_Sommerzeit?=)
From:      Michael Bretterklieber <mbretter@a-quadrat.at>
To:        Peter Cornelius <pcc@gmx.net>
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: mpd, MS-vpn and growing confusion.
Message-ID:  <Pine.WNT.4.58.0310090929060.1560@BRUTUS>
In-Reply-To: <13416.1065635534@www14.gmx.net>
References:  <26715.1065613887@www43.gmx.net> <13416.1065635534@www14.gmx.net>

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

On Wed, 8 Oct 2003, Peter Cornelius wrote:
> My mpd.conf (slightly anonymized ;-)):
>
> vpn:
> 	new -i ng0 vpn vpn0
> 	set iface disable on-demand
> 	set iface addrs 172.16.26.129 172.16.26.127
> 	set iface idle 0
> 	#### disconnect the client after 8 hours
> 	set iface session 28800
> 	set iface route 172.16.26.0/16
> 	set bundle disable multilink
> 	set bundle authname "nt-domain\\user"
> 	set link yes acfcomp protocomp
> 	set link no pap
> 	set link yes chap
if you are using mpd in client mode, then please don't use "yes" or
"enable", just use accept:
set link no pap chap
set link accept chap

> 	set link mtu 1460
> 	#### If remote machine is NT you need this..
> 	set link enable no-orig-auth
> 	set link keep-alive 61 753
> 	set ipcp yes vjcomp
> 	set ipcp ranges 172.16.26.129/16 172.16.26.127/16
> 	#### The five lines below enable Microsoft Point-to-Point encryption
> 	#### (MPPE) using the ng_mppc(8) netgraph node type.
> 	set bundle enable compression
> 	set ccp yes mppc
> 	set ccp yes mpp-e40
> 	set ccp yes mpp-e56
> 	set ccp yes mpp-e128
> 	set bundle enable crypt-reqd
> 	set ccp yes mpp-stateless


> 	set ccp yes mpp-compress
> 	set ccp yes stac
I assume you removed already these two lines.

after trying this can you please send a recent mpd.log?

bye,
--
------------------------------- ----------------------------------
Michael Bretterklieber          - http://www.bretterklieber.com
A-Quadrat Automation GmbH       - http://www.a-quadrat.at
Tel: ++43-(0)3172-41679         - GSM: ++43-(0)699 12861847
------------------------------- ----------------------------------
"...the number of UNIX installations has grown to 10, with more
expected..." - Dennis Ritchie and Ken Thompson, June 1972



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