Centos6.8防火墙设置
Posted toov5
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos6.8防火墙设置相关的知识,希望对你有一定的参考价值。
# 查看防火墙状态
service iptables status
# 停止防火墙
service iptables stop
# 启动防火墙
service iptables start
# 重启防火墙
service iptables restart
# 永久关闭防火墙
chkconfig iptables off
# 永久关闭后重启
chkconfig iptables
on
2、查看防火墙状态,防火墙处于开启状态并且只开放了22端口
以上是关于Centos6.8防火墙设置的主要内容,如果未能解决你的问题,请参考以下文章