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 
分类: other 标签: 暂无标签

评论

暂无评论数据

暂无评论数据

目录