标签:chkconfig keyword http stat res centos RoCE centos6.8 技术
# 查看防火墙状态
service iptables status
# 停止防火墙
service iptables stop
# 启动防火墙
service iptables start
# 重启防火墙
service iptables restart
# 永久关闭防火墙
chkconfig iptables off
# 永久关闭后重启
chkconfig iptables
on
标签:chkconfig keyword http stat res centos RoCE centos6.8 技术
原文地址:https://www.cnblogs.com/toov5/p/9887035.html