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
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...
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...
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...
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...
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...
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 Redirecting to /bin/systemctl restart iptables.ser The firewall related instruction error is performed under Linux: 1, ...
problem: Solution: systemctl restart mysqld.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...