iptables ルールを nftables に変換する方法
Issue
- iptables ルールを nftables で動作するように変換するにはどうすればよいですか?
ssh トラフィック iptables ルールの例
-A INPUT -m state --state NEW -m tcp -p tcp --src 192.168.0.1 --dport 22 -j ACCEPT
Environment
Red Hat Enterprise Linux 8
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.