原文:centos 报错 “Job for iptables.service failed because the control process exited with error code.”的解决办法

原因:因为centos 默认的防火墙是firewalld防火墙,不是使用iptables,因此需要先关闭firewalld服务,或者干脆使用默认的firewalld防火墙。 操作步骤: 关闭防火墙 .systemctl stop firewalld .systemctl mask firewalld 在使用iptables服务 开放 端口 HTTPS .iptables A INPUT p tcp ...

2018-08-08 14:03 1 2788 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM