精品久久福利-中文乱码免费一区二区三区下载-HD免费看,国产一区二区免费看,欧美激情一级精品国产,侵犯丰满女教师蒲藤惠

跳轉(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ú)