I need to filter quite big ip list. IMHO, the most reasonable solution is ipset module for iptables.
AFAIK, ipset already exists in latest kernels, used in PVE 2.2, but CLI tool show error:
1. Is there any way to make ipset work on HN ?
2. The same, but for containers (OpenVZ)
AFAIK, ipset already exists in latest kernels, used in PVE 2.2, but CLI tool show error:
Code:
root@hz ~ # ipset -H
ipset v2.5.0: Kernel ipset code is of protocol version 6.I'm of protocol version 2.
Please upgrade your kernel and/or ipset(8) utillity.
1. Is there any way to make ipset work on HN ?
2. The same, but for containers (OpenVZ)