centos7iptables和rc.local问题

今天给一个学校安装nginx设置开机启动,对方的操作系统是centos7的。但是后来发现开机并没有启动,而且iptables里的设置也没有生效。随便一百度,人家就甩出解决方案了。我就整理总结一下,自己做个备忘吧。


先在/etc/sysconfig/iptables里写好规则,然后就是下面这堆了:

#!/bin/bash

chmod +x /etc/rc.d/rc.local

systemctl stop firewalld

systemctl disable firewalld

systemctl restart iptables

systemctl enable iptables


没有找到iptables服务的,执行yum install -y iptables-services



本文转自 朱科强 51CTO博客,原文链接:http://blog.51cto.com/zhukeqiang/1655514,如需转载请自行联系原作者

上一篇:AKM项目轶事之与高中同学徐挺会见


下一篇:OpenStack Icehouse novncproxy无法启动解决