[Bug 1372] New: Example for simple blacklist from nftables man page
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Fri Oct 11 19:54:32 CEST 2019
https://bugzilla.netfilter.org/show_bug.cgi?id=1372
Bug ID: 1372
Summary: Example for simple blacklist from nftables man page
Product: nftables
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: tad1073 at gmail.com
[~/.nftables>]$ nftar inet filter input tcp flags syn tcp dport ssh meter flood
{ ip saddr timeout 10s limit rate over 10/second } add @blackhole { ip saddr
timeout 1m } drop
nftar is an alias in my .bashrc for sudo nft add rule
[~/.nftables>]$ nft list meter inet filter flood
Error: No such file or directory
list meter inet filter flood
https://www.netfilter.org/projects/nftables/manpage.html#lbDB
By the way, I'm using Manjaro Linux
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20191011/9b219efd/attachment.html>
More information about the netfilter-buglog
mailing list