centos7启动iptables时报Job for iptables.service failed because the control process exited with error cod

首先启动iptables

systemctl start iptable

将会出现以下异常

Job for iptables.service failed because the control process exited with error code. See "systemctl status iptables.service" and "journalctl -xe" for details.

查看异常

journalctl -xe

出现的信息中标红的为异常

Failed to start IPv4 firewall with iptables.

解决方案
因为centos7默认的防火墙是firewalld防火墙,不是使用iptables,因此需要先关闭firewalld服务,或者干脆使用默认的firewalld防火墙。
因为这次报错的服务器是一台刚刚购买的阿里云服务器,所以在操作上忘记关闭默认防火墙的步骤了才导致浪费了些时间在这件事情上。
关闭firewalld:

systemctl stop firewalld
systemctl mask firewalld

使用iptables服务
vi进入编辑模式
开放端口:

-A INPUT -p tcp --dport 80 -j ACCEPT

保存修改:

service iptables save

重启:

systemctl restart iptables.service
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值