Rasplex - VPN - PPTP not working

Hi everybody

 

I am not able to connect my rasplex to my ubuntu PPTP server. The VPN server runs on a ubuntu 14.04 machine and is working with other clients but not with my raspberry/openelec.

I've tried several configurations of the vpn advanced settings but none of them worked. I am using rasplex Version: 0.5.1.

 

Does anyone know how to configure the rasplex client to get it working?

 

Thanks in advance!

 

 

PPTP-Server options:

refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2
require-mppe-128

Rasplex-conf:

[global]
Name = xyz

[provider_pptp]
Type = pptp
Name = xyz
Host = host.ddns.net
PPTP.User = user
PPTP.Password = password
Domain = vpn
advanced = 1
PPTP.RequirMPPE128 = 1
PPTP.RequirMPPE = 1

Rasplex log:

Apr  8 10:46:31 @DISTRONAME@ daemon.info pppd[443]: Plugin /usr/lib/connman/scripts/libppp-plugin.so loaded.
Apr  8 10:46:31 @DISTRONAME@ daemon.notice pppd[443]: pppd 2.4.5 started by root, uid 0
Apr  8 10:46:31 @DISTRONAME@ daemon.info connman-vpnd[353]: ppp0 {newlink} index 3 operstate 2 
Apr  8 10:46:31 @DISTRONAME@ daemon.info connmand[249]: ppp0 {create} index 3 type 512 
Apr  8 10:46:31 @DISTRONAME@ daemon.info connmand[249]: ppp0 {update} flags 4240 
Apr  8 10:46:31 @DISTRONAME@ daemon.info connmand[249]: ppp0 {newlink} index 3 operstate 2 
Apr  8 10:46:31 @DISTRONAME@ daemon.info pppd[443]: Using interface ppp0
Apr  8 10:46:31 @DISTRONAME@ daemon.notice pppd[443]: Connect: ppp0 <--> /dev/pts/1
Apr  8 10:46:31 @DISTRONAME@ daemon.notice pptp[448]: anon log[main:pptp.c:314]: The synchronous pptp option is NOT activated
Apr  8 10:46:31 @DISTRONAME@ daemon.info connmand[249]: eth0 {add} route x.x.x.x gw 192.168.1.1 scope 0 
Apr  8 10:47:02 @DISTRONAME@ daemon.warn pppd[443]: LCP: timeout sending Config-Requests
Apr  8 10:47:02 @DISTRONAME@ daemon.notice pppd[443]: Connection terminated.
Apr  8 10:47:02 @DISTRONAME@ daemon.err connmand[249]: notifier disconnect underflow
Apr  8 10:47:02 @DISTRONAME@ daemon.info connman-vpnd[353]: ppp0 {dellink} index 3 operstate 2 
Apr  8 10:47:02 @DISTRONAME@ daemon.info connmand[249]: ppp0 {dellink} index 3 operstate 2 
Apr  8 10:47:02 @DISTRONAME@ daemon.notice pppd[443]: Modem hangup

Where you have:

PPTP.RequirMPPE128 = 1
PPTP.RequirMPPE = 1

Try 

PPPD.RequirMPPE128 = 1

PPPD.RequirMPPE = 1

Supposedly there is a bug when you select the advance features.  Instead of PPTP you need to use PPPD.  The PPTP for user and password is valid.

Give that a try.