CentOS 7 防火牆 出現Failed to start iptables.service: Unit iptables.service failed to load


錯誤信息如下:

[root]# service iptables start Redirecting to /bin/systemctl start iptables.service Failed to start iptables.service: Unit iptables.service failed to load: No such file or directory.
解決方法如下:

一直用CentOS 6 習慣了,一下沒適應過來。防火牆配置后執行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

iptables啟動、關閉、保存:

systemctl [stop|start|restart] iptables #or service iptables [stop|start|restart] service iptables save #or /usr/libexec/iptables/iptables.init save
 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM