Firewalld


  • brief introduction
  • Table of contents
  • Latest documents

    基本使用

    部署 安装 asp apt -y install firewalld 启动 asp systemctl start firewalld 查看服务 asp firewall-cmd --get-services 使用 区域(zone)是针对特定位置或场景(例如家庭、公共、受信任等)可能具有的各种信任级别的规则集。 查看所有zone asp firewall-cmd --get-zones 查看默认………

    done - May 30, 2024, 4:36 p.m.


    规则过滤

    基于IP过滤 添加源IP asp firewall-cmd --permanent --add-source=192.168.0.0/24 --zone=public 删除源IP asp firewall-cmd --permanent --remove-source=192.168.0.0/24 --zone=public 基于服务过滤 添加服务 asp firewall-cmd --perm………

    done - Nov. 1, 2023, 1:46 p.m.



    done , adminn