解决 RHEL 7/ CentOS 7/Fedora 出现Unit iptables.service failed to load
Posted king+++
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 RHEL 7/ CentOS 7/Fedora 出现Unit iptables.service failed to load相关的知识,希望对你有一定的参考价值。
防火墙配置后执行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|reload] iptables(分开执行)
保存设置:
service iptables save 或者 /usr/libexec/iptables/iptables.init save
以上是关于解决 RHEL 7/ CentOS 7/Fedora 出现Unit iptables.service failed to load的主要内容,如果未能解决你的问题,请参考以下文章
在CentOS/RHEL 7.X安装 EPEL repo 的方法
CentOS RHEL 7.X安装 EPEL仓库(repo) 的方法
RHEL/CentOS 6/7重置root用户密码——方法与过程
RHEL/CentOS 6/7重置root用户密码——方法与过程
科技新闻 | RHEL 7和CentOS Linux 7发布重要内核安全更新
Install PHP 7, Apache, MySQL 5.6 on CentOS / RHEL 7.1 & 6.7 + Wordpress