CentOS 如何配置防火墙?

本文主要讲解一下在Centos系统中配置防火墙,希望对大家有帮助。部分知识来自《linux就该这么学》,对linux感兴趣的都可以去学习下的

操作方法

  • 01

    1. 查询防火墙状态: [root@localhost ~]# service iptables status

  • 02

    2. 开启防火墙: [root@localhost ~]# service iptables start

  • 03

    3. 开启防火墙: [root@localhost ~]# service iptables start

  • 04

    4. 关闭防火墙: [root@localhost ~]# service iptables stop

  • 05

    5. 重启防火墙: [root@localhost ~]# service iptables restart

  • 06

    6. 永久关闭防火墙: [root@localhost ~]# chkconfig iptables off

  • 07

    7. 永久关闭后开启防火墙: [root@localhost ~]# chkconfig iptables off

  • 08

    补充 编辑/etc/sysconfig/iptables文件,可以配置不同端口的对外提供服务。

(0)

相关推荐