Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ip6tables に使用できる connlimit モジュールがあるかどうか知っている人はいますか? 私にお知らせください。
ありがとう、ケネス
はい、こちらです (カーネルパッチが必要な場合があります):
ip6tables -p tcp --syn --dport 80 -s fe80::/64 -m connlimit --connlimit-above 16 --connlimit-mask 64 -j REJECT