[pptp-server] LCP terminated by peer w/ encryption enabled (MPPE patches applied to pppd)
    Giulio Orsero 
    giulioo at pobox.com
       
    Sat Jan 20 14:53:58 CST 2001
    
    
  
On Sat, 20 Jan 2001 11:49:59 -0800, you wrote:
>installed Red Hat 6.2 box.  When I connect from win2000 and win98 clients
>WITHOUT encryption, everything works fine.  When I specify ONLY mppe-128 in
>options.pptp, I get (on win2000) "Error 742: The remote computer does not
>support the required data encryption type".  This makes sense to me, so I
>try mppe-40.  When I specify ONLY mppe-40 in options.pptp, I get (on
>win2000) "Error 619: The specified port is not connected".  So it looks like
>Jan 20 11:18:19 localhost modprobe: modprobe: Can't locate module
>char-major-108
>Jan 20 11:18:21 localhost modprobe: modprobe: Can't locate module
>ppp-compress-18
>Having read through the RedHat and generic FAQ, I am a little confused.  It
>does not seem to me that there is a ppp_mppe module anymore since the mppe
>patches for pppd appear to obsolete the module.
The patches patch pppd, which then patches the kernel. So you do use the
ppp_mppe module
$ lsmod|grep ppp
ppp_deflate     40484   0  (autoclean)
ppp_mppe        13584   0  (autoclean)
ppp             20012   0  (autoclean) [ppp_deflate ppp_mppe bsd_comp]
slhc             4328   0  (autoclean) [ppp]
> termination because of the modprobe errors
>(char-major and compress-18)?  I am able to turn off compression on win2000
alias ppp-compress-18 ppp_mppe  <===
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
#alias char-major-108 ppp_generic  this is for kernel 2.4.x
alias char-major-108 off  <===
>not module-related.  However, whatever I try, I am unable to get any windows
>box to connect when encryption is enabled.  I was also unable to search the
I think this is because it cannot load ppp_mppe since your modules.conf
lacks the alias.
-- 
giulioo at pobox.com
    
    
More information about the pptp-server
mailing list