New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

vpn pptp needs kernel support

Got problems with Bubba? Then this forum is for you.
Locked
massemanet
Posts: 2
Joined: 21 Feb 2009, 06:58

vpn pptp needs kernel support

Post by massemanet »

I'm trying to set up a vpn (against anonine.com) over pptp (microsoft's vpn solution). There is a linux pptp-client in lenny (pptp-linux), but it needs needs kernel support for mppe (Microsoft Point-to-Point Encryption). See e.g.
http://pptpclient.sourceforge.net/howto ... ppe_kernel

Alas, I can not find this (or indeed any) kernel module in the bubba repos. I've found evidence in this forum for the existence of a bubba-specific linux-modules package, but it seems to be gone to the bitbucket in the sky.

any input welcome!
agkbill
Posts: 27
Joined: 15 Jan 2010, 13:44

Re: vpn pptp needs kernel support

Post by agkbill »

I could:

Code: Select all

modprobe ppp-compress-18 
the module loaded and I could get PPTP up and running.

/Christer
Locked