I have played with this a lot in the past 2-3 monts until I got it working. What I found out:
TSL 2.2 out of the box supports only non encrypted PPTP connecteion. The problem is that TSL kernel is not patched with MPPE-MPCC to support encryption. Try to disable the encryption in your Windows client and you'll see the PPTP will start working. Of course PPTP without encryption is useless so here is what I did to have the encryption enabled: - on a development server i installed TSL 2.2 with kernel 2.4.31 and kernel-source 2.4.31 - I patched the kernel with mppe-mppc patch from here http://www.polbox.com/h/hs001/ - compiled the kernel and modules. The only thing I was interested in was mppe module for 2.4.31 kernel. - I got the module _only_ and inserted it in my production server. Now PPTP with encryption worked for me. I hope this helps. I can email you the modile if you like. Kxt --- Rocky Hurley <[EMAIL PROTECTED]> wrote: > Morning, > > I'm having one of those days where you wish you > could go back to bed and > forget the world! > > Anyway... Trying to setup TSL2.2 to accept pptp > connections. Went > through the configs and set everything. Now when I > connect, It appears > to be a permission problem keeping me fron getting > established. Log > excerpt follows. > > Aug 17 10:24:47 zion pptpd[14653]: CTRL: Client > 66.193.68.131 control > connection started > Aug 17 10:24:47 zion pptpd[14653]: CTRL: Starting > call (launching pppd, > opening GRE) > Aug 17 10:24:47 zion pptpd[14653]: GRE: > read(fd=5,buffer=804d560,len=8196) from PTY failed: > status = -1 error = > Input/output error > Aug 17 10:24:47 zion pptpd[14653]: CTRL: PTY read or > GRE write failed > (pty,gre)=(5,6) > Aug 17 10:24:47 zion pptpd[14653]: CTRL: Client > 66.193.68.131 control > connection finished > > Someone familiar with this point me in the right > direction? > > Thanks! > > > -- > Rocky Hurley <[EMAIL PROTECTED]> > > _______________________________________________ > tsl-discuss mailing list > [email protected] > http://lists.trustix.org/mailman/listinfo/tsl-discuss > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
