nftablesでiptables recentと同等の処理をする(ipset利用で動的ファイアウォール)

2023.07.01 16:13
Hatenablog.jp

nftablesでiptables xt_recent を使えない iptables でrecent モジュールを使って、閾値を設けることができる。 iptables -I INPUT -i eth2 -m conntrack --ctstate NEW -m recent --name fromList --set iptables -I INPUT -i eth2 -m recent --name fromList --second 5 --hitcount 1 --rcheck --reap -j REJE…

検索

人気記事

2025.04.18 8:00
2025.04.15 1:09
2025.04.17 9:23
2025.04.17 11:00
2025.04.18 2:26

コメント一覧

まだコメントはありません。

コメント