We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:
iptables v1.4.21: unknown option "--hashlimit_htable_max" iptables v1.4.21: unknown option "--hashlimit_htable_expire"
Using firehol explain:
$ server dns accept hashlimit dnslimit above 50kb/min burst 10 htable-max 100000 /sbin/iptables -t filter -A out_world -p udp --sport 53 -m conntrack --ctstate ESTABLISHED -m hashlimit --hashlimit-name dnslimit --hashlimit-above 50kb/min --hashlimit-mode srcip\,dstport --hashlimit-burst 10 --hashlimit_htable_max 100000 -j ACCEPT [...] $ server dns accept hashlimit dnslimit above 50kb/min burst 10 htable-expire 5184000 /sbin/iptables -t filter -A out_world -p tcp --sport 53 -m conntrack --ctstate ESTABLISHED -m hashlimit --hashlimit-name dnslimit --hashlimit-above 50kb/min --hashlimit-mode srcip\,dstport --hashlimit-burst 10 --hashlimit_htable_expire 5184000 -j ACCEPT [...]
The text was updated successfully, but these errors were encountered:
hashlimit underscores to dashes; fixes firehol#223
5725b0a
thanks! fixed!
Sorry, something went wrong.
Prepare release 3.1.4
571b3b0
Fixes: #235, #223, #184, #94, #143, #248, #249, #231, #217, #221
Successfully merging a pull request may close this issue.
Error:
Using firehol explain:
The text was updated successfully, but these errors were encountered: