解決 RHEL 7/ CentOS 7/Fedora 出現Unit iptables.service failed to load


防火牆配置后執行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

systemctl [stop|start|restart|reload] iptables

 

保存設置:

service iptables save 或者 /usr/libexec/iptables/iptables.init save


免責聲明!

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



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