LINUX 防火牆 firewalld
導讀 | 今天給大家介紹一下 防火牆常用 。 |
1、firewalld的基本使用
啟動: systemctl start firewalld 關閉: systemctl stop firewalld 檢視狀態: systemctl status firewalld 開機禁用 : systemctl disable firewalld 開機啟用 : systemctl enable firewalld
2、systemctl是
7的服務管理工具中主要的工具,它融合之前service和chkconfig的功能於一體。
啟動一個服務:systemctl start firewalld.service 關閉一個服務:systemctl stop firewalld.service 重啟一個服務:systemctl restart firewalld.service 顯示一個服務的狀態:systemctl status firewalld.service 在開機時啟用一個服務:systemctl enable firewalld.service 在開機時禁用一個服務:systemctl disable firewalld.service 檢視服務是否開機啟動:systemctl is-enabled firewalld.service 檢視已啟動的服務列表:systemctl list-unit-files|grep enabled 檢視啟動失敗的服務列表:systemctl --failed
3、配置firewalld-cmd
檢視版本: firewall-cmd --version 檢視幫助: firewall-cmd --help 顯示狀態: firewall-cmd --state 檢視所有開啟的埠: firewall-cmd --zone=public --list-ports 更新防火牆規則: firewall-cmd --reload 檢視區域資訊: firewall-cmd --get-active-zones 檢視指定介面所屬區域: firewall-cmd --get-zone-of-interface=eth0 拒絕所有包:firewall-cmd --panic-on 取消拒絕狀態: firewall-cmd --panic-off 檢視是否拒絕: firewall-cmd --query-panic
4、那怎麼開啟一個埠呢
新增
firewall-cmd --zone=public --add-port=80/tcp --permanent (–permanent永久生效,沒有此引數重啟後失效)
重新載入
firewall-cmd --reload firewall-cmd --zone=public --query-port=80/tcp firewall-cmd --zone=public --remove-port=80/tcp --permanent
原文來自:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69955379/viewspace-2885763/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux中的firewalld防火牆配置Linux防火牆
- Firewalld防火牆基礎防火牆
- Linux firewalld防火牆學習總結Linux防火牆
- Linux系統iptables與Firewalld防火牆區別?Linux防火牆
- Linux 防火牆配置(iptables和firewalld)詳細教程。Linux防火牆
- 防火牆基礎Firewalld命令配置防火牆
- Linux 防火牆:關於 iptables 和 firewalld 的那些事Linux防火牆
- 如何在 Linux 系統中配置 firewalld 防火牆策略Linux防火牆
- 紅帽系的linux系統中防火牆--firewalldLinux防火牆
- Linux系統中firewalld防火牆常用的操作命令Linux防火牆
- firewalld管理防火牆常用命令防火牆
- centos7預設防火牆firewalldCentOS防火牆
- 使用 FirewallD 構建動態防火牆防火牆
- Centos 7 systemctl和防火牆firewalld命令CentOS防火牆
- Centos 7防火牆firewalld開放80埠CentOS防火牆
- 在 Rocky Linux 中,你可以使用 firewalld 來管理防火牆規則。Linux防火牆
- linux 防火牆Linux防火牆
- CentOS7使用firewalld開啟關閉防火牆與埠CentOS防火牆
- Centos7預設防火牆之firewalld講解及配置CentOS防火牆
- linux防火牆iptablesLinux防火牆
- linux 防火牆配置Linux防火牆
- Linux 配置防火牆Linux防火牆
- Linux防火牆命令Linux防火牆
- Linux配置防火牆Linux防火牆
- 阿里雲ECS伺服器CentOS7防火牆firewalld設定阿里伺服器CentOS防火牆
- Linux 防火牆配置使用Linux防火牆
- linux 7 防火牆操作Linux防火牆
- linux下的防火牆Linux防火牆
- linux 關閉防火牆Linux防火牆
- iptables 配置LINUX防火牆Linux防火牆
- Linux防火牆基礎Linux防火牆
- linux關閉防火牆命令 linux防火牆關閉和開啟命令Linux防火牆
- Linux防火牆入門教程Linux防火牆
- Linux設定防火牆iptablesLinux防火牆
- Linux 7新增防火牆埠Linux防火牆
- Linux中關閉防火牆Linux防火牆
- Linux 防火牆 學習 iptablesLinux防火牆
- linux關閉防火牆命令是什麼 linux永久關閉防火牆命令分享Linux防火牆