Hi.
Has anyone tried connecting to pptpd v 1.2.1 using a
Windows Mobile device :) ? I am getting the following
error when connecting:
Plugin winbind.so loaded.
WINBIND plugin initialized.
Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded.
pptpd-logwtmp: $Version$
using channel 204
Using interface ppp1
Connect: ppp1 <--> /dev/pts/3
sent [LCP ConfReq id=0x1 <asyncmap 0x0=""> <auth chap="" ms-v2=""> <magic 0x8b0d4519=""> <pcomp> <accomp>]</accomp></pcomp></magic></auth></asyncmap>
rcvd [LCP ConfReq id=0x0 <asyncmap 0x0=""> <pcomp> <accomp>]</accomp></pcomp></asyncmap>
sent [LCP ConfAck id=0x0 <asyncmap 0x0=""> <pcomp> <accomp>]</accomp></pcomp></asyncmap>
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0=""> <auth chap="" ms-v2=""> <magic 0x8b0d4519=""> <pcomp> <accomp>]</accomp></pcomp></magic></auth></asyncmap>
sent [CHAP Challenge id=0xca
<6764c23609df3ad4d4313a7eedaec386>, name = "pptpd"]
rcvd [CHAP Response id=0xca
<e2bd06076398413b6a2591f96bcf485f0000000000000000c25becdf6685c63c52c2f5b5f2900f5de821480228aefe8e00>,
name = "DOMAIN\User"]</e2bd06076398413b6a2591f96bcf485f0000000000000000c25becdf6685c63c52c2f5b5f2900f5de821480228aefe8e00>
sent [CHAP Success id=0xca
"S=2BDA684C8A93AF8884C152B9E1403162ACF4E15A M=Access
granted"]
sent [CCP ConfReq id=0x1 <mppe +h="" -m="" +s="" -l="" -d="" -c="">]</mppe>
rcvd [CCP ConfReq id=0x0 <mppe -h="" -m="" -s="" -l="" -d="" +c="">]</mppe>
Refusing MPPE stateful mode offered by peer
MPPE required but peer negotiation failed
sent [LCP TermReq id=0x2 "MPPE required but peer
negotiation failed"]
sent [CCP ConfRej id=0x0 <mppe -h="" -m="" -s="" -l="" -d="" +c="">]</mppe>
rcvd [IPCP ConfReq id=0x0 <compress vj="" 0f="" 01=""> <addr 0.0.0.0=""> <ms-dns1 0.0.0.0=""> <ms-wins 0.0.0.0=""> <ms-dns3 0.0.0.0=""> <ms-wins 0.0.0.0="">]</ms-wins></ms-dns3></ms-wins></ms-dns1></addr></compress>
Discarded non-LCP packet when LCP not open
rcvd [IPV6CP ConfReq id=0x0 <addr fe80::2009:2dff:fe0d:bf70="">]</addr>
Discarded non-LCP packet when LCP not open
rcvd [CCP ConfNak id=0x1 <mppe -h="" -m="" +s="" -l="" -d="" -c="">]</mppe>
Discarded non-LCP packet when LCP not open
rcvd [LCP TermAck id=0x2]
Connection terminated.
Connect time 0.0 minutes.
Sent 10 bytes, received 10 bytes.
Thanks!
Tom Jermy
Logged In: YES
user_id=756139
Hi,
I'm not a developer of PoPToP, but I have got some
experience with the package over the years.
To me it seems like the server i configured to require MPPE
but most likely only stateless.. The client, in this case
being a Mobile 2003, is offering a MPPE stateful mode..
Solution on this may be to enable stateful MPPE on the
server or offer stateless MPPE by the client, either way
should solve the problem...
Good luck! hope it helps you a bit.