我正在尝试从我的tonidoplug
.我按照中找到的步骤进行操作PPTP客户端。
但我现在收到以下错误:
$ sudo pon codeme debug dump logfd 2 nodetach
Couldn't open the /dev/ppp device: No such device or address /usr/sbin/pppd: Please load the ppp_generic kernel module.
根据我在互联网上找到的内容,我尝试将该行添加alias char-major-108 ppp_generic
到我的/etc/modprobe.d/modules.conf
文件中并重新启动设备。仍然无法连接到 VPN。
答案1
看来至少部分问题是你没有pppd
安装。
尝试安装pppd
:
$ sudo apt-get install pppd