002-Linux下防火墙相关命令操作

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了002-Linux下防火墙相关命令操作相关的知识,希望对你有一定的参考价值。

  linux的各个版本或同一个版本间不同版本号关于防火墙命令也会有不一样的。针对这些命令整理如下,方便自己或有需要的朋友查阅。

centOS 6.5关闭防火墙步骤
关闭命令:         service iptables stop 
永久关闭防火墙:chkconfig iptables off
 
两个命令同时运行,运行完成后查看防火墙关闭状态 
        service iptables status
 

centos7.0默认防火墙为firewalld(为了测试,关闭默认防火墙,使用iptables防火墙)

systemctl stop firewalld.service #停止firewall

systemctl disable firewalld.service #禁止firewall开机启动

查看默认防火墙状态:

firewall-cmd --state

not running

 

以上是关于002-Linux下防火墙相关命令操作的主要内容,如果未能解决你的问题,请参考以下文章

centos7下操作防火墙

Linux下查看关闭及开启防火墙命令

Linux:Linux 常用命令讲解

使用linux,这些防火墙和端口命令,你需要收藏

centos6.7防火墙相关的操作

linux防火墙的相关命令