openEuler 2203的BUG

openEuler 2203的BUG

码农世界 2024-05-18 前端 54 次浏览 0个评论

openEuler 2203 的防火墙BUG

firewalld 后端配置为 iptables ,重新加载配置之后,整个系统网络连接就不正常了。

配置文件: /etc/firewalld/firewalld.conf

# FirewallBackend
# Selects the firewall backend implementation.
# Choices are:
#       - nftables (default)
#       - iptables (iptables, ip6tables, ebtables and ipset)
# Note: The iptables backend is deprecated. It will be removed in a future
# release.
FirewallBackend=nftables

FirewallBackend=nftables 修改为 FirewallBackend=iptables 保存、退出。

firewall-cmd --reload 之后。

整个系统网关功能就 GG了。 连不上服务器。

而且 ping 127.0.0.1 也失败。

[root@localhost ~]# ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted

转载请注明来自码农世界,本文标题:《openEuler 2203的BUG》

百度分享代码,如果开启HTTPS请参考李洋个人博客
每一天,每一秒,你所做的决定都会改变你的人生!

发表评论

快捷回复:

评论列表 (暂无评论,54人围观)参与讨论

还没有评论,来说两句吧...

Top