Quantcast
Channel: Active questions tagged kernel-modules - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 1184

Should 'dpkg -i iptables' be installing the required kernel modules?

$
0
0

I'm in the process of installing iptables onto an embedded Debian 8.7 armhf machine that does not have access to the internet. My method has been to manually find the .deb package files from the Debian archives, and then FTP those over to the Debian 8.7 machine and run dpkg.

After a bit of struggling, I was seemingly able to install the iptables .deb package and all of its dependencies. However, when I start trying to use iptables I get the following error:

modprobe: FATAL: Module ip_tables not found.iptables v1.6.0: can't initialize iptables table `filter': Table does not exist (do you need insmod?)  

When running lsmod I can in fact see that the module ip_tables is not loaded or even installed on my machine (I can't find the .ko's anywhere on my machine).

So I'm curious - should the dpkg of iptables have installed the iptables kernel modules? Or does dpkg only handle the user space configuration? Note - I don't believe my kernel version would have iptables already compiled into it.


Viewing all articles
Browse latest Browse all 1184

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>