Redirecting to /bin/systemctl restart iptables.service Job for iptables.service failed because the c

tags: linux

An error is as follows

[root@localhost ~]# vi /etc/sysconfig/iptables
[root@localhost ~]# service iptables restart
Redirecting to /bin/systemctl restart iptables.service
Job for iptables.service failed because the control process exited with error code. See "systemctl status iptables.service" and "journalctl -xe" for details.

the reason:
The meaning of this is to let you redirect to SystemctL and then enable, whitening is to start using SystemctL
Enter systemctl start iptables

Intelligent Recommendation

Centos 7 can not access, Job for iptables.service failed because the control process exited with error code.

Centos 7 can not access, Job for iptables.service failed because the control process exited with error code. Original May 20, 2017 14:21:41 label: centos / The internet A firstan examinationOwn n...

7 when mounted in CentOS iptables Start Job for iptables.service failed because the control process exited with error

iptables -A INPUT -p tcp --dport 22 -j ACCEPT iptables -A OUTPUT -p tcp --sport 3322 -j ACCEPT   # Restart the firewall configuration file to take effect systemctl restart iptables.service # Ipta...

When centos7 starts iptables, it reports Job for iptables.service failed because the control process exited with error cod

Start iptables: The error is reported as follows: View exception information: The error is as follows: Solution Because centos7's default firewall is a firewalld firewall, instead of using iptables, y...

Enable iptables report job for iptables.service failed because the cpntrol process exited with error in CentOS7

Run systemctl restart iptables.service #Restart the firewall for the configuration to take effect. The following error message is generated: job for iptables.service failed because the cpntrol process...

Centos 7 cannot access the Internet, Job for iptables.service failed because the control process exited with error code.

One, firstan examinationOwn network configuration information: Path: vi /etc/sysconfig/network-scripts/ifcfg-eno16777736 As shown in the figure Command to restart network configuration:service network...

More Recommendation

Failed to stop iptables.service: Unit iptables.service not loaded.

When the firewall is closed, it appears: Solution: yum install iptables-services In fact, after centos7 is based on iptable systemctl stop firewalld...

Firewall Command (iptables) command # systemctl restart iptables.service failure

Firewall Command (iptables) command # systemctl restart iptables.service failure Redirecting to /bin/systemctl restart iptables.ser The firewall related instruction error is performed under Linux: 1, ...

Failed to execute operation: No such file or directory(systemctl enable iptables.service)

When you save Iptables configuration: systemctl enable iptables.service An error occurred: Failed to execute operation: No such file or directory   He then went to Baidu, see an article that, gue...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top