Hi!
There is a Netflow/IPFIX package for iptables in the base Debian12, but not compatible with the pve8 kernel 6.x
Is there any way to make it to work?
https://bugs.launchpad.net/ubuntu/+source/iptables-netflow/+bug/2023306
There is a Netflow/IPFIX package for iptables in the base Debian12, but not compatible with the pve8 kernel 6.x
Is there any way to make it to work?
https://bugs.launchpad.net/ubuntu/+source/iptables-netflow/+bug/2023306
Code:
$> aptitude search netflow
p iptables-netflow-dkms - iptables target which generates netflows
Code:
$> aptitude show iptables-netflow-dkms
Package: iptables-netflow-dkms
Version: 2.6-4
State: not installed
Priority: optional
Section: kernel
Maintainer: Axel Beckert <abe@debian.org>
Architecture: amd64
Uncompressed Size: 299 k
Depends: dkms (>= 2.8.4-3~), libc6-dev, libxtables-dev, pkg-config, libc6 (>= 2.3.4)
Recommends: iptables
Suggests: irqtop, nfdump
Description: iptables target which generates netflows
ipt-netflow is an iptables/netfilter target which generates traffic statistics in NetFlow v5 and v9 format as well as in IPFIX
format.
It provides high performance and scalability. For highest performance module could be run without conntrack being enabled in
kernel. Reported to be able to handle 10Gbit traffic with more than 1500000 pps with negligible server load (on S5500BC).
Homepage: https://github.com/aabc/ipt-netflow
Code:
$> aptitude install iptables-netflow-dkms
The following NEW packages will be installed:
dkms{a} iptables-netflow-dkms libxtables-dev{a}
The following packages will be REMOVED:
pve-headers{u} pve-headers-6.2{u} pve-kernel-6.2{u} python3-psutil{u} python3-xapp{u}
0 packages upgraded, 3 newly installed, 5 to remove and 18 not upgraded.
Need to get 137 kB of archives. After unpacking 526 kB will be freed.
Do you want to continue? [Y/n/?] n
Abort.
Last edited: