mpd, MS-vpn and growing confusion.
Michael Bretterklieber
mbretter at a-quadrat.at
Thu Oct 9 00:36:05 PDT 2003
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
More information about the freebsd-net
mailing list