查看防火墙状态

[root@VM_0_3_centos /]# firewall-cmd --state

not running

[root@VM_0_3_centos /]# sudo systemctl status firewalld

● firewalld.service - firewalld - dynamic firewall daemon

Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled)

Active: inactive (dead)

Docs: man:firewalld(1)

启动防火墙

[root@VM_0_3_centos /]# sudo systemctl start firewalld

[root@VM_0_3_centos /]# sudo systemctl status firewalld

● firewalld.service - firewalld - dynamic firewall daemon

Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled)

Active: active (running) since Sun 2019-02-03 21:57:37 CST; 2s ago

Docs: man:firewalld(1)

Main PID: 20727 (firewalld)

CGroup: /system.slice/firewalld.service

└─20727 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid

Feb 03 21:57:36 VM_0_3_centos systemd[1]: Starting firewalld - dynamic firewall daemon...

Feb 03 21:57:37 VM_0_3_centos systemd[1]: Started firewalld - dynamic firewall daemon.

[root@VM_0_3_centos /]#

关闭防火墙

[root@VM_0_3_centos /]# systemctl stop firewalld.service

[root@VM_0_3_centos /]# sudo systemctl start firewalld

[root@VM_0_3_centos /]#

设置防火墙开机启动

root@VM_0_3_centos /]# systemctl enable firewalld.service

Created symlink from /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service to /usr/lib/systemd/system/firewalld.service.

Created symlink from /etc/systemd/system/basic.target.wants/firewalld.service to /usr/lib/systemd/system/firewalld.service.

[root@VM_0_3_centos /]#

查看端口是否开放

[root@VM_0_3_centos /]# firewall-cmd --query-port=80/tcp

no

[root@VM_0_3_centos /]#

开放端口

[root@VM_0_3_centos /]# firewall-cmd --zone=public --add-port=80/tcp --permanent

success

[root@VM_0_3_centos /]#

重新加载防火墙

firewall-cmd --reload

查看所有开放的端口

[root@VM_0_3_centos services]# firewall-cmd --zone=public --list-ports

3306/tcp 80/tcp

[root@VM_0_3_centos services]#

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

  1. linux 7.0修改网卡ip,CentOS7修改网卡为静态IP

    CentOS7修改网卡DHCP获取IP为静态IP 1.修改网卡配置 [root@centos7 ~]#cd /etc/sysconfig/network-scripts/ [root@centos7 ...

  2. linux7.1防火墙端口,Centos7.1防火墙端口怎么开放

    发现无法使用iptables控制Linuxs的端口,命令如下: ? 1 2 3 4 5 6 7 [root@centos7-1 ~]# firewall-cmd --add-port=5666/tcp ...

  3. linux 查看软件安装时间,centos7 查看软件安装时间

    rpm -qi 软件名 例如:# rpm -qi httpd Name        : httpd Version     : 2.4.6 Release     : 45.el7.centos A ...

  4. centos7关闭防火墙命令(centos7关闭防火墙命令)

    防火墙配置命令是怎么样的? 要配置目标地址轮询转换,在全局配置模式中执行以下命令:命令作用R(config)#ipnatpooladdress-poolstart-addressend-address ...

  5. centos7.6 查看防火墙状态、关闭防火墙

    查看centos版本 这里是centos7.6版本 centos 7以上版本用firewalld相关命令查看防火墙状态,具体命令如下 systemctl status firewalld.servic ...

  6. centos7查看当前端口_Centos7 防火墙开放端口,查看状态,查看开放端口

    CentOS7 端口的开放关闭查看都是用防火墙来控制的,具体命令如下: 查看防火墙状态:(active (running) 即是开启状态) [root@WSS bin]# systemctl fire ...

  7. centOS7 查看防火墙状态

    centOS7 查看防火墙状态 一.防火墙的开启.关闭.禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:system ...

  8. linux下查看防火墙状态、关闭防火墙、开放关闭端口等

    linux下查看防火墙状态.关闭防火墙.开放关闭端口等 1. 查看防火墙状态 2. 关闭防火墙 3. 开启防火墙 4. 关闭.开启防火墙示例看图 5. 查看防火墙开放的端口.设置开放端口 5.1 查看 ...

  9. LINUX防火墙开放端口,查看状态,查看开放端口

    1.查看防火墙状态:active (running) 即是开启状态 systemctl status firewalld 2.查看已开发端口命令: firewall-cmd --list-all 3. ...

最新文章

  1. Python 的种类以及特点
  2. windows 同时安装 python2 python3
  3. 为什么没有MMU的处理器无法安装操作系统?
  4. 攻防世界php2_攻防世界-php2
  5. 百度地图离线_“高德地图”和“百度地图”有什么差别? 专家: 细节决定成败!...
  6. 一道关于笔试的多线程题目
  7. log4j2动态修改日志级别及拓展性使用
  8. 设计模式之_Iterator_01
  9. Docker 入门到实践笔记1
  10. 程序员啊程序员...济南昊锐科技
  11. java mvc实例_Java Web实现的基本MVC实例分析
  12. 80. Session
  13. winpe 服务器 维护,无垠PE维护系统v2017.04.30 ISO维护/网络版无广告
  14. 寄存器、锁存器和触发器的区别与联系
  15. Python Pyecharts模块Map绘制中国地图自定义省份名称
  16. 实战!双硬盘安装图解!
  17. “协作3.0”不是玩概念,科天云让企业应用场景更多彩
  18. React 系列 - 前言
  19. Java设计模式:Build模式
  20. 2019李永乐660题 数学二-题目

热门文章

  1. 直播视频发布:Windows上的Linux容器和Azure混合云中的Kubernetes(k8s)
  2. 拥抱.NET Core系列:MemoryCache 初识
  3. Actor-ES框架:Ray--事件(Event)编写说明
  4. UnitOfWork知多少
  5. .NET Core 2.0 的dll实时更新、https、依赖包变更问题及解决
  6. 使用 CefSharp 在 C# App 中嵌入 Chrome 浏览器
  7. php将数字转化为中文大写人民币格式
  8. 【ArcGIS风暴】ArcGIS矢量数据分层设色后导出或裁剪后颜色分类丢失完美解决办法
  9. C语言试题五之计算并输出给定数组(长度为9)中每相邻两个元素之平均值的平方根之和
  10. Android之部分手机(oppo r9s)安装app出现崩溃问题解决办法