您尚未登录。

#1 2013-12-31 16:11:23

dxcqcv
会员
注册时间: 2012-12-28
帖子: 239

使用PPTP VPN client问题

pptpsetup --create my_tunnel --server vpn.example.com --username alice --password foo --encrypt

运行如上代码后报错

/usr/bin/pptpsetup: could not find MPPE support in kernel

搜索后无果,wiki里也没提到,如何解决呢,谢谢


learning Arch linux

离线

#2 2013-12-31 17:05:37

lainme
论坛版主
注册时间: 2011-08-19
帖子: 131

Re: 使用PPTP VPN client问题

modprobe ppp_mppe

试下

离线

#3 2013-12-31 17:08:40

dxcqcv
会员
注册时间: 2012-12-28
帖子: 239

Re: 使用PPTP VPN client问题

lainme 说:

modprobe ppp_mppe

试下

无任何提示也无任何效果,为什么


learning Arch linux

离线

#4 2013-12-31 18:39:50

dxcqcv
会员
注册时间: 2012-12-28
帖子: 239

Re: 使用PPTP VPN client问题

我怀疑是不是没用对,modprobe ppp_mppe怎么用?


learning Arch linux

离线

#5 2013-12-31 18:49:30

dxcqcv
会员
注册时间: 2012-12-28
帖子: 239

Re: 使用PPTP VPN client问题

# zgrep MPPE /proc/config.gz
CONFIG_PPP_MPPE=m

这是不是说明我已经有mppe了? 难道是pptpsetup坏了?


learning Arch linux

离线

#6 2013-12-31 22:35:02

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,470
个人网站

Re: 使用PPTP VPN client问题

无任何提示就是加载成功了,立即 echo $? 应该返回 0。lsmod 应该能看到。

离线

#7 2014-01-01 18:49:24

dxcqcv
会员
注册时间: 2012-12-28
帖子: 239

Re: 使用PPTP VPN client问题

百合仙子 说:

无任何提示就是加载成功了,立即 echo $? 应该返回 0。lsmod 应该能看到。

可是还是提示找不到mppe


learning Arch linux

离线

#8 2014-01-01 19:00:10

dxcqcv
会员
注册时间: 2012-12-28
帖子: 239

Re: 使用PPTP VPN client问题

百合仙子 说:

无任何提示就是加载成功了,立即 echo $? 应该返回 0。lsmod 应该能看到。

echo $? 返回0

但lsmod看不到mppe


learning Arch linux

离线

#9 2014-01-03 11:47:34

dxcqcv
会员
注册时间: 2012-12-28
帖子: 239

Re: 使用PPTP VPN client问题

zcat /proc/config.gz | grep -i mppe 

提示

CONFIG_PPP_MPPE=m

是说明内核支持吗?奇怪,问题在哪里


learning Arch linux

离线

页脚