码迷,mamicode.com
首页 > 其他好文 > 详细

防火墙设置

时间:2019-07-29 17:45:58      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:启动   table   多用户   iptable   kconfig   conf   com   gson   span   

1.查看防火墙状态

  service iptables status

技术图片

当前源地址和目标地址之间是畅通的.

2。临时关闭防火墙

service iptables stop

技术图片

3.查看防火墙开机的状态

 chkconfig iptables --list

技术图片

# 0 - 停机
# 1 - 单用户模式
# 2 - 多用户,没有NFS
# 3 - 完全多用户模式(标准的运行级)
# 4 - 没有用到
# 5 - X11(xwindow) ,登陆后进入GUI
# 6 - 重新启动

表示在不同级别下的运行状态是on还是off。所以千万不用讲运行级别设置为0,6;最常用的就是2,3,5

4.永久关闭防火墙chkconfig iptables off

技术图片

 

 

5.永久关闭防火墙chkconfig iptables on

 

防火墙设置

标签:启动   table   多用户   iptable   kconfig   conf   com   gson   span   

原文地址:https://www.cnblogs.com/whlsofttec/p/11265203.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!