`
Tzhennan
  • 浏览: 58174 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

centos7 firewall-cmd

 
阅读更多

查询端口号80 是否开启:firewall-cmd --query-port=80/tcp

 

永久开放80端口号:firewall-cmd --permanent --zone=public --add-port=80/tcp

 

移除80端口号:firewall-cmd --permanent --zone=public --remove-port=80/tcp

 

--zone #作用域

--add-port=80/tcp  #添加端口,格式为:端口/通讯协议

--permanent   #永久生效,没有此参数重启后失效

 

查看防火墙状态

firewall-cmd --state

or

systemctl status firewalld.service

启动|关闭|重新启动  防火墙

systemctl [start|stop|restart] firewalld.service 

分享到:
评论

相关推荐

    Linux系统firewall-cmd 命令详解.docx

    firewall-cmd 是 firewalld 的字符界面管理工具,firewalld 是 CentOS 7 的一大特性。firewalld 最大的好处有两个:支持动态更新,不用重启服务;第二个就是加入了防火墙的“zone”概念。 firewalld 跟 iptables 比...

    firewall-cmd -nat转发实例.txt

    firewall-cmd -nat转发实例

    firewall-cmd(linuix下类似百度网盘)

    虽然 `firewalld` 不直接使用 `iptables` 规则,但可以通过 `iptables -L -n` (在 CentOS 7 以下) 或 `ss -ant` (在 CentOS 7 及以上) 来查看底层的 `iptables` 规则。 9. **查看帮助**: 使用 `man firewall-cmd...

    CentOS 7 中firewall-cmd命令详细介绍

    CentOS 7 中firewall-cmd命令 在 CentOS 7 暂时开放 ftp 服务 # firewall-cmd –add-service=ftp 永久开放 ftp 服务 # firewall-cmd –add-service=ftp –permanent 永久关闭 # firewall-cmd –remove-service=ftp...

    Centos7系列(四)防火墙永久区域与富规则1

    域] --remove-icmp-block=icmp类型)13)在区域中启用端口转发或映射(格式:firewall-cmd [--zone=区域] --add

    CentOS-7-x86_64-Minimal-1908.zip

    8. **系统维护**:CentOS 7 提供了丰富的命令行工具,如 `systemctl` 用于管理系统服务,`firewall-cmd` 用于防火墙配置,`ntsysv` 或 `system-config-services` 用于图形化服务管理。 9. **安全性**:由于是企业级...

    CentOS 7.3 下的firewall-cmd命令使用

    CentOS 7.3 下的firewall-cmd命令使用 本文是基于CentOS 7.3系统环境,使用firewall-cmd命令 CentOS 7.3 一、防火墙命令firewall-cmd (1) 开启 systemctl start firewall-cmd (2) 停止 systemctl stop firewall-...

    CentOS 7下用firewall-cmd控制端口与端口转发详解

    firewall-cmd命令需要firewalld进程处于运行状态。我们可以使用systemctl status/start/stop/restart firewalld来控制这个守护进程。firewalld进程为防火墙提供服务。 当我们修改了某些配置之后(尤其是配置文件的...

    CentOS防火墙学习教程

    CentOS 防火墙学习教程主要介绍了 CentOS 7 中的防火墙设置,包括查看防火墙状态、关闭防火墙、查看端口状态、开启端口、删除端口、批量添加或删除端口等操作。 防火墙状态查看:使用 `systemctl status firewalld....

    CentOS7 做 路由器 精简方法-firewall-cmd

    centos7 配置软路由,将联网的其他机器带上互联网。

    CentOS-7-x86_64-Minimal

    1. **firewalld**: CentOS-7默认使用firewalld作为防火墙管理工具,可以使用`firewall-cmd`命令设置规则,允许或拒绝特定端口和服务。 2. **SELinux**: CentOS-7集成强制访问控制(MAC)机制SELinux,通过策略配置...

    centos-8-install

    centos-8-安装 更改密码 : sudo passwd 我以root身份登录: 更新 : yum update 安装Apache: dnf install httpd 安装防火墙: dnf install httpd 启动防火墙: systemctl enable firewalld --now 允许http和...

    CentOS 7 FTP-Server部署

    ### CentOS 7 FTP-Server部署知识点详解 #### 一、FTP服务器简介 FTP(File Transfer Protocol)是一种用于在网络上进行文件传输的协议。它主要用于在不同主机之间传输文件,支持客户端与服务器之间的文件上传和下载...

    centos7--mysql安装部署.docx

    在CentOS7系统中安装和部署MySQL是一项基础但至关重要的任务,这关乎到数据库的管理和应用。以下将详细讲解整个过程中的关键知识点。 首先,安装MySQL需要先下载安装包。可以使用`wget`命令从MySQL官方网站获取适用...

    Centos7-samba-配置共享服务

    ### Centos7-Samba-配置共享服务 #### Samba简介 Samba是一个开源且免费的软件包,它能够实现Linux/Unix系统与Windows系统之间的文件和打印服务共享。通过使用Samba,用户可以在异构网络环境中实现资源共享,使得...

    centos-7-mini-iso.zip

    这个压缩包文件,"centos-7-mini-iso.zip",包含了进行最小化安装所需的所有核心组件,旨在提供一个轻量级、高效且稳定的服务器环境。 1. **CentOS 7 简介**: CentOS 是Community ENTerprise Operating System的...

    centos7.9-xrdp.zip

    6. 防火墙设置:如果系统启用了防火墙,需要打开xrdp的默认端口3389,例如,使用`sudo firewall-cmd --permanent --add-port=3389/tcp`并重启防火墙`sudo firewall-cmd --reload`。 7. 测试连接:现在,从Windows...

Global site tag (gtag.js) - Google Analytics