CentOS 7 reports that the iptables firewall prompts "Unit iptables. service failed to load"

Source: Internet
Author: User
Tags centos iptables firewall

I have been using CentOS 6 for a while, but I am not used to it. After the firewall is configured, run service iptables save to display "Failed to restart iptables. service: Unit iptables. service failed to load: No such file or directory. "Error. In CentOS 7, RHEL 7, or Fedora, the firewall is managed by firewalld. Of course, you can restore the traditional management method. Or use the new command for management.

If you use traditional commands, run the following command:


Systemctl stop firewalld
Systemctl mask firewalld
 

And install iptables-services:


Yum install iptables-services
Set boot start:


Systemctl enable iptables

Systemctl [stop | start | restart] iptables
# Or
Service iptables [stop | start | restart]
 

Service iptables save
# Or
/Usr/libexec/iptables. init save

From the above solution, the firewall is not started, and the iptables firewall service is not started.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.