ip_conntrack on Debian8 Container

Mar 2, 2017
3
0
1
29
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.
 
You are not allowed to load modules inside a container. You need to do that on the host instead.
 
you load kernel modules like you would in the guest, but on the host