debian安装firewalld错误如何解决
这篇文章主要讲解了“debian安装firewalld错误如何解决”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“debian安装firewalld错误如何解决”吧!
debian或ubuntu安装firewalld
apt remove --purge ufw apt install firewalld -y systemctl daemon-reload systemctl restart firewalld systemctl enable firewalld
添加端口时会出现以下错误,
COMMAND_FAILED: '/usr/sbin/tables-restore -w -n' failed: tables-restore v1.8.2 (nf_tables): line 4: RULE_REPLACE failed (No such file or directory): rule in chain OUTPUT
把/etc/firewalld/firewalld.conf文件中的IndividualCalls=no改成IndividualCalls=yes
sed -i "s/IndividualCalls=no/IndividualCalls=yes/g" /etc/firewalld/firewalld.conf
重启就可以了
systemctl restart firewalld
感谢各位的阅读,以上就是“debian安装firewalld错误如何解决”的内容了,经过本文的学习后,相信大家对debian安装firewalld错误如何解决这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是美国cn2,小编将为大家推送更多相关知识点的文章,欢迎关注!
发布时间:2022-10-11
上一篇:信息安全协议
下一篇:电脑上图片打不开怎么解决