• 欢迎访问水熊虫网站,这里是我个人的工作博客,内容大多是遇到问题完善后,会在这里进行总结归纳内容! QQ群
  • 网站导航中的友情链接专栏上线,更新的都是自己这三年整理的一些东西,感兴趣可以看看!
  • 你所浪费的今天,是昨天死去的人奢望的明天。你所厌恶的现在,是未来的你回不去的曾经!

CentOS 6.x 配置 iptables 防火墙操作实例(启、停、开、闭端口)

云主机问题 WaterBear 6年前 (2018-05-06) 760次浏览 已收录 扫描二维码

CentOS 配置防火墙操作实例(启、停、开、闭端口):
注:防火墙的基本操作命令:
查询防火墙状态    :    [root@localhost ~]# service   iptables status
停止防火墙   :    [root@localhost ~]# service   iptables stop
启动防火墙   :    [root@localhost ~]# service   iptables start
重启防火墙   :    [root@localhost ~]# service   iptables restart
永久关闭防火墙    :    [root@localhost ~]# chkconfig   iptables off
永久关闭后启用    :    [root@localhost ~]# chkconfig   iptables on

1、查看防火墙状态
[root@localhost ~]# service iptables status
CentOS 6.x 配置 iptables 防火墙操作实例(启、停、开、闭端口)CentOS 6.x 配置 iptables 防火墙操作实例(启、停、开、闭端口)
2、编辑/etc/sysconfig/iptables文件。我们实例中要打开8080端口和9990端口
用编辑器打开/etc/sysconfig/iptables
CentOS 6.x 配置 iptables 防火墙操作实例(启、停、开、闭端口)
CentOS 6.x 配置 iptables 防火墙操作实例(启、停、开、闭端口)

3、依葫芦画瓢,我们添加8080端口和9990端口
CentOS 6.x 配置 iptables 防火墙操作实例(启、停、开、闭端口)CentOS 6.x 配置 iptables 防火墙操作实例(启、停、开、闭端口)

4、保存/etc/sysconfig/iptables文件,并在终端执行
[root@localhost ~]# service iptables restart
CentOS 6.x 配置 iptables 防火墙操作实例(启、停、开、闭端口)


5、从新查看防火墙状态
[root@localhost ~]# service iptables status
CentOS 6.x 配置 iptables 防火墙操作实例(启、停、开、闭端口)CentOS 6.x 配置 iptables 防火墙操作实例(启、停、开、闭端口)

6、这时候,服务器的8080和9990端口就可以对外提供服务了。

7、其他端口的开放模式就是类似如此开放模式。


  1. shutdown -h now  --立即关机  

  2. shutdown -h 10:53  --到10:53关机,如果该时间小于当前时间,则到隔天  

  3. shutdown -h +10  --10分钟后自动关机  

  4. shutdown -r now  --立即重启  

  5. shutdown -r +30 'The System Will Reboot in 30 Mins'   --30分钟后重启并并发送通知给其它在线用户


WaterBear , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:CentOS 6.x 配置 iptables 防火墙操作实例(启、停、开、闭端口)
喜欢 (1)
[[email protected]]
分享 (0)