Murat Bicer writes:
> I also have some problems:
> 
> I get Error 742: connection does not support required encryption type.

What does the mpd log trace say when this happens?

> And even weirder thing is, it works on some XP machines without any
> problem. And on win2k it works fine too.
> 
> My mpd.conf:
> 
> pptp_client0:
>         # create the bundle "vpn0" with link "pptp1"
>         new -i ng0 vpn0 pptp0
> 
>         # single link
>         set bundle yes multilink
>         set iface disable on-demand
>         set iface idle 1800
> 
>         # do VJ compression
>         set ipcp yes vjcomp
> 
>         # require Microsoft encryption
>         set bundle yes crypt-reqd
>         set ccp yes mppc
>         set ccp yes mpp-e40
>         set ccp yes mpp-e56
>         set ccp yes mpp-e128
>         set ccp yes mpp-stateless
>         set link mtu 1490
> 
>         set bundle yes compression
>         set ccp yes mpp-compress
          ^^^^^^^^^^^^^^^^^^^^^^^^

Don't use "set ccp yes mpp-compress". FreeBSD doesn't support
MPPC compression.

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to