Firewalld不会启动,当执行'systemctl状态firewalld‘时,我会得到以下错误:
ERROR: Failed to read file "/proc/sys/net/netfilter/nf_conntrack_helper": [Errno 2] No such file or directory: '/proc/sys/net/netfilter/nf_conntrack_helper'
WARNING: Failed to get and parse nf_conntrack_helper setting
WARNING: iptables not usable, disabling IPv4 firewall.
WARNING: ip6tables not usable, disabling IPv6 firewall.
WARNING: ebtables not usable, disabling ethernet bridge firewall.
FATAL ERROR: No IPv4 and IPv6 firewall.
ERROR: Raising SystemExit in run_server目录/proc/sys/net/netfilter/只有nf_log。这肯定与问题有关,因为我可以在我的其他服务器上看到更多的目录。
到目前为止,我已经尝试移除和重新安装了firewalld和iptables,但没有任何运气。libnetfilter_conntrack也是根据yum安装的。
有什么建议吗?
系统为CentOS 7 3.10.0-327.4.5.el7.x86_64
发布于 2017-11-27 17:25:58
重新安装内核和iptable,然后重新启动服务器:yum reinstall kernel iptables
https://serverfault.com/questions/885306
复制相似问题