如何在coreos中运行pptpd?

时间:2015-06-29 17:25:19

标签: linux-kernel coreos pptp

我试图在CoreOS系统上运行pptpd容器 但是我无法加载ppp内核模块 CoreOS不允许我创建目录 是否可以安装缺少的模块?

# cat /etc/lsb-release
DISTRIB_ID=CoreOS
DISTRIB_RELEASE=681.2.0
DISTRIB_CODENAME="Red Dog"
DISTRIB_DESCRIPTION="CoreOS 681.2.0"

# ls /lib/modules/4.0.5/kernel/drivers/net/ppp
ls: cannot access /lib/modules/4.0.5/kernel/drivers/net/ppp: No such file or directory

# mkdir /lib/modules/4.0.5/kernel/drivers/net/ppp
mkdir: cannot create directory '/lib/modules/4.0.5/kernel/drivers/net/ppp': Read-only file system

1 个答案:

答案 0 :(得分:1)

最近在CoreOS中启用了PPP支持:https://github.com/coreos/coreos-overlay/pull/1606

我不相信它已经登陆了alpha版本频道,但它应该会在几周内发布。