Displaying 1 result from an estimated 1 matches for "lasak".
Did you mean:
lasan
2019 Feb 05
3
[Bug 1320] New: iptables hashlimit - problem with traffic limitation
...Product: iptables
Version: 1.6.x
Hardware: All
OS: Debian GNU/Linux
Status: NEW
Severity: major
Priority: P5
Component: iptables
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: piotr.lasak at atman.pl
I would like limits traffic between interfaces to 5000 pps and I set rule:
iptables -A FORWARD -i eth1 -o eth2 -m hashlimit --hashlimit-above 5000/sec
--hashlimit-burst 5 --hashlimit-name xx-101-412 -j DROP
But above rule, limitated traffic to max 1255 pps, it shoud be ~5000 pps.
If...