Hello everyone, it turns out that after loading a new debian 8 container inside my Proxmox VE 4.2-2, I tried to configure iptables inside the container with some basic rules, and for some of these rules to work .. I need to have some modules activated as ip_conntrack and ip_conntrack_ftp.
When I run inside the Container:
modprobe ip_conntrack
I get the following message
modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_mod_dep () could not open moddep file '/lib/modules/4.4.6-1pve/modules.dep.bin'
My question is this....
How to activate these modules so that they can be used inside the container.
When I run inside the Container:
modprobe ip_conntrack
I get the following message
modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_mod_dep () could not open moddep file '/lib/modules/4.4.6-1pve/modules.dep.bin'
My question is this....
How to activate these modules so that they can be used inside the container.