<div dir="ltr"><div><div>Hi all,<br><br></div>My home router/firewall (ubuntu + iptables) is currently running in KVM and I would like to run it into a container to reduce the ressource footprint.... but I'm having a problem to make my DSL PPPoE working...<br><br></div><div>The containrt is unable to use the kernel modules loaded into the host.<br></div><div><br>==============================================<br><br><br></div><div>My firewall container when trying to bring up the PPPoE:<br></div><div><div><br>root@myfirewall:~# pon dsl-provider<br>Plugin rp-pppoe.so loaded.<br>Couldn't open the /dev/ppp device: Operation not permitted<br>modprobe: ERROR: ../libkmod/libkmod.c:556 kmod_search_moddep() could not open moddep file '/lib/modules/3.13.0-53-generic/modules.dep.bin'<br>Linux kernel does not support PPPoE -- are you running 2.4.x?<br><br><br>root@myfirewall:~# lsmod | grep ppp<br>pppoe                  17873  0 <br>pppox                  13342  1 pppoe<br><br>==============================================<br><br>Kernel modules are loaded into the host (my host is running Ubuntu 14.04.2 LTS)<br><br>jonathan@vmhost01:~$ sudo lsmod | grep ppp<br>pppoe                  17873  0 <br>pppox                  13342  1 pppoe<br></div><div><br>==============================================<br><br></div><div>I thought that a container would be able to use the kernel modules that are loaded into the host. I probably miss something....<br></div><div><br></div><div><br></div><div>Thanks!</div><div><br></div></div></div>