1、基本操作

# 查看防火墙状态

service iptables status

# 停止防火墙

service iptables stop

# 启动防火墙

service iptables start

# 重启防火墙

service iptables restart

# 永久关闭防火墙

chkconfig iptables off

# 永久关闭后重启

chkconfig iptables on  

2、开启80端口

vim /etc/sysconfig/iptables
# 加入如下代码
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
保存退出后重启防火墙

service iptables restart
二、firewall防火墙
1、查看firewall服务状态

systemctl status firewalld

出现Active: active (running)切高亮显示则表示是启动状态。

出现 Active: inactive (dead)灰色表示停止,看单词也行。
2、查看firewall的状态

firewall-cmd --state
3、开启、重启、关闭、firewalld.service服务

# 开启
service firewalld start
# 重启
service firewalld restart
# 关闭
service firewalld stop
4、查看防火墙规则

firewall-cmd --list-all 
5、查询、开放、关闭端口

# 查询端口是否开放
firewall-cmd --query-port=8080/tcp
# 开放80端口
firewall-cmd --permanent --add-port=80/tcp
# 移除端口
firewall-cmd --permanent --remove-port=8080/tcp
#重启防火墙(修改配置后要重启防火墙)
firewall-cmd --reload

# 参数解释
1、firwall-cmd:是Linux提供的操作firewall的一个工具;
2、--permanent:表示设置为持久;
3、--add-port:标识添加的端口;

查看linux防火墙状态相关推荐

  1. linux学习之防火墙,查看Linux防火墙状态,开启/关闭Linux防火墙,Linux防火墙开放5236端口

    Firewalld RHEL7是一个集合多款防火墙管理工具并存的系统,Firewalld动态防火墙管理器服务(Dynamic Firewall Manager of Linux systems)是目前 ...

  2. linux防火墙查看方法有,linux防火墙状态查看的方法实例

    linux防火墙状态查看的方法 1.基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 servi ...

  3. linux 防火墙查看出错,linux防火墙状态查看的方法实例

    linux防火墙状态查看的方法 1.基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 servi ...

  4. linux防火墙状态确认,linux防火墙状态查看的方法

    小编给大家整理了关于linux防火墙状态查看的方法实例的相关内容,需要的朋友们可以学习下. linux防火墙状态查看的方法 1.基本操作 # 查看防火墙状态 service iptables stat ...

  5. linux防火墙状态centos5,怎么样查看centos防火墙状态

    你想查看下centos防火墙的状态吗?要怎么样查看呢?你下面由学习啦小编给你做出详细的查看centos防火墙状态方法介绍!希望对你有帮助! 查看centos防火墙状态方法一: 直接使用iptables ...

  6. 关于查看虚拟机防火墙 状态和关闭防火墙(CentOS7)

    1.查看虚拟机防火墙状态 systemctl status firewalld 表示防火墙已关闭 2.如何关闭防火墙 systemctl stop firewalld 3.如何启动防火墙 system ...

  7. centos打开指定端口(443),Linux防火墙状态查看的方法

    1.防火墙基本操作 #查看防火墙是否开启(如果显示running,则防火墙为开启状态): firewall-cmd --state#关闭防火墙: systemctl stop firewalld.se ...

  8. Linux防火墙状态查看的方法

    firewall防火墙 1.查看firewall服务状态 systemctl status firewalld 出现Active: active (running)切高亮显示则表示是启动状态. 出现 ...

  9. linux防火墙状态查看/打开/关闭及端口/打开/关闭操作记录

    防火墙:大体分为主机防火墙和网络防火墙. 主机防火墙:针对于单个主机进行防护. 网络防火墙:往往处于网络入口或边缘,针对于网络入口进行防护,服务于防火墙背后的本地局域网. 网络防火墙和主机防火墙并不冲 ...

最新文章

  1. 网络增强现实开发简介 Introduction to Web AR development
  2. 选择图层_Photoshop思维导图,图层的高级操作
  3. HashMap 和HashTable区别和实现原理。
  4. oracle备份片校验,oracle rman 备份日志单独备份和交叉校验
  5. 用c语言实现存储和读取图片文件,C++实现单张图片读取和保存
  6. 2015年 六·一 儿童节——我
  7. 前端学习(2026)vue之电商管理系统电商系统之实现分页功能
  8. arduino串口输入改变模式模块
  9. matlab 三维绘制
  10. 函数式编程,我心中的 C 位!
  11. python中turtle画圆填充颜色_Python之turtle绘图
  12. Linux 查看网络速率
  13. Java学习笔记(2)----散列集/线性表/队列/集合/图(Set,List,Queue,Collection,Map)
  14. pytohn 操作excel表格常用模块 xlwt xlsxwriter
  15. 机器学习实战教程(九):模型泛化
  16. 大厂面试八股文——C++
  17. STL之set map 和multiset multimap理解
  18. spi子系统实现数码管控制
  19. 【运筹学】匈牙利法 ( 匈牙利法步骤 | 第一步 : 使行列出现 0 元素示例 )
  20. 读取csv和tsv文件以及两者的相互转换

热门文章

  1. 基于M3U8下载直播回放视频
  2. 无形胜有形——0day破解组织探秘 1
  3. Excel如何快速对比两列数据并将不同项标记颜色
  4. 15天学会jquery
  5. Node.js 在命令行下执行Console.log()命令时,第二行会打印undefined的原因
  6. 【单选按钮区域实现三选一】【2018腾讯手游排行榜】【HTML表格标签】【网页设计与网站开发HTML、CSS、JavaScript】【第七章】表单——实验作业题【实验3、4、5】
  7. 小程序 购物车 多个店铺
  8. java 实现输出: (a) 输出把错别字替换为正确用字的字符串。 (b) 将“桂工同学”替换为自己的姓名。
  9. android webview 炉石,重磅来袭!《炉石》手机版于4月9日发布?
  10. 微信开发者工具 黑屏_解决微信开发者工具黑屏