狠狠色伊人亚洲综合网站色-亚洲一区图片-HD免费看,国产精品久久777777,国产精品一v二v在线观看,亚洲欧美国产精品一区二区

跳轉(zhuǎn)到主要內(nèi)容

Centos 7.0 iptables服務(wù)管理

故障描述

  Centos7.0使用service iptables restart提示錯(cuò)誤

[root@FileServer etc]# service iptables restart
Redirecting to /bin/systemctl restart  iptables.service
Failed to issue method call: Unit iptables.service failed to load: No such file or directory.

故障分析

  無(wú)

處理過(guò)程

  Iptables默認(rèn)沒(méi)有安裝服務(wù)。

yum -y install iptables-services

[root@FileServer etc]# service iptables start
Redirecting to /bin/systemctl start  iptables.service

建議/總結(jié)

  無(wú)