标签: firewalld

1 篇文章

firewall
firewall简单使用 环境: centos8 常用命令 7080端口对所有ip开放 添加规则 firewall-cmd --zone=public --add-port=7080/tcp --permanent reload生效 firewall-cmd --reload 查看刚创建的规则 firewall-cmd --list-ports 删…