CentOS7出现Unit iptables.service could not be found
Posted liugp
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7出现Unit iptables.service could not be found相关的知识,希望对你有一定的参考价值。
CentOS7默认的防火墙不是iptables,而是firewalle.
出现此情况可能是iptables防火墙未安装。
#停止firewalld服务
systemctl stop firewalld
#禁用firewalld服务
systemctl mask firewalld
开启
systemctl unmask 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
然后
service iptables status
开启: service iptables start
关闭: service iptables stop
以上是关于CentOS7出现Unit iptables.service could not be found的主要内容,如果未能解决你的问题,请参考以下文章
解决 RHEL 7/ CentOS 7/Fedora 出现Unit iptables.service failed to load
解决 RHEL 7/ CentOS 7/Fedora 出现Unit iptables.service failed to load
Centos7 mysql Unit not found,Centos7 在线安装mysql 5.7
Failed to start mysqld.service: Unit not found