码迷,mamicode.com
首页 > 其他好文 > 详细

Unit iptables.service could not be found

时间:2020-02-25 23:16:35      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:stat   防火墙   start   inux   etc   方案   解决方案   img   systemctl   

问题:查看防火墙状态时报错service iptables status

技术图片

解决方案

  在CentOS 7或RHEL 7或Fedora中防火墙由firewalld来管理,当然你可以还原传统的管理方式,或则使用新的命令进行管理。本文中将还原传统的管理方式。

  cd /etc/sysconfig

  ls -l

  没有查看到iptables文件,但存在ip6tables-config和iptables-config,本文中的linux为CentOS 7.6 ,CentOS 7默认没有了iptables文件。

技术图片

  安装iptables-services yum install iptables-services

  启动iptables systemctl enable iptables

        systemctl start iptables

  查看防火墙状态service iptables status

技术图片

  关闭防火墙 service iptables stop

技术图片

Unit iptables.service could not be found

标签:stat   防火墙   start   inux   etc   方案   解决方案   img   systemctl   

原文地址:https://www.cnblogs.com/chenxi-hxl/p/12364352.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!