betolj / ndpi-netfilter

GNU General Public License v2.0
126 stars 69 forks source link

ndpi-netfilter kernel panics #29

Open rightkick opened 8 years ago

rightkick commented 8 years ago

Hi. You mention that to compile netfilter-ndpi I need iptables-dev >= version 1.4.21-1ubuntu1.

I have a Debian 7: kernel 3.18.36 iptables 1.4.14-3.1 iptables-dev 1.4.14-3.1 conntrack 1:1.2.1-1+deb7u1 enabled (defaults from official debian repo).

When compiled I managed to filter traffic etc but I've been getting some random kernel panics (reporting out of memory), especially when I put filtering rules at INCOMING and OUTGOING chains of the filter table. (kernel panics are more frequent when filtering rules are at INPUT, OUTGOING, FORWARD chains, while panics are less frequent when filtering only at FORWARD, indicating that the problem is exacerbated when more traffic is processed ).

Have you tested with Debian 7? Going to iptables-dev >= 1.4.21 is the only option? Thanx