我正在尝试配置NRPE 3.2.0
,它使用端口5666
来运行远程脚本。
当我尝试执行以下命令时,出现此错误。
firewall-cmd --zone=public --add-port=5666/tcp
Error: COMMAND_FAILED: '/sbin/iptables -w2 -A IN_public_allow -t filter -m tcp -p tcp --dport 5666 -m conntrack --ctstate NEW -j ACCEPT' failed: iptables: No chain/target/match by that name.
Failed to apply rules. A firewall reload might solve the issue if the firewall has been modified using ip*tables or ebtables.
我知道我试图附加的链不存在,但我不知道这个链是什么或如何创建它。