centos7 iptables启动失败,提示Failed to start IPv4 firewall
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 iptables启动失败,提示Failed to start IPv4 firewall相关的知识,希望对你有一定的参考价值。
参考技术Acentos7重启iptables时失败,通过systemctl status iptables.service查看错误信息,内容如下所示:
# *systemctl status iptables.service
上面的错误是在启动ipv4 firewall时失败,可尝试关闭firewalld服务在重启iptables:
除了使用上述的方法以外,启动失败的原因也可能是iptables的规则配置错误。
可以check下/etc/sysconfig/iptables文件。
CentOS 7告iptables防火墙提示Unit iptables.service failed to load
一直用CentOS 6 习惯了,一下没适应过来。防火墙配置后执行service iptables save 出现”Failed to restart iptables.service: Unit iptables.service failed to load: No such file or directory.”错误,在CentOS 7或RHEL 7或Fedora中防火墙由firewalld来管理,当然你可以还原传统的管理方式。或则使用新的命令进行管理。
假如采用传统请执行一下命令:
systemctl stop firewalld
systemctl mask firewalld
并且安装iptables-services:
yum install iptables-services
设置开机启动:
systemctl enable iptables
systemctl [stop|start|restart] iptables
#or
service iptables [stop|start|restart]
service iptables save
#or
/usr/libexec/iptables/iptables.init save
从上面的解决办法来看这个是防火墙没有启动了,iptables防火墙服务未启动导致的哦。
http://www.111cn.net/sys/CentOS/109189.htm
以上是关于centos7 iptables启动失败,提示Failed to start IPv4 firewall的主要内容,如果未能解决你的问题,请参考以下文章
CentOS 7 下 安装Webmin 启动防火墙失败----Applying firewall rules:iptables-restore:line 2 failed
centos7执行" service iptables save"错误提示
centos7启动iptables时报Job for iptables.service failed because the control process exited with error cod