OpenWrt Forum Archive

Topic: pptpd with openwrt-brcm47xx-2.6

The content of this topic has been archived on 20 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello,
I am trying to run pptpd on asus wl-500gp with openwrt-brcm47xx-2.6.

But pptpd log file says:

Using interface ppp0
Connect: ppp0 <--> /dev/pts/0
MPPE required, but kernel has no support.
Connection terminated.
Connect time 0.1 minutes.
Sent 0 bytes, received 0 bytes.

I am wondering why because I have already installed required kmod (kmod-mppe 2.6.19.2-brcm47xx-1)

Anybody can help?

You need the following kernel modules loaded:
crc-ccitt
slhc
ppp_generic
ppp_async
arc4
sha1
blkcipher
ecb
ppp_mppe

If there's no ipkg for some of them, copy them directly from your build tree ;-)

Thanks. I will try it...

hmm, I need "kmod-crypto" package. I havent installed it...

The discussion might have continued from here.