1Panel icon indicating copy to clipboard operation
1Panel copied to clipboard

[BUG]Fedora 40无法通过 主机 -> 防火墙 修改防火墙设置

Open ZnCookie opened this issue 1 year ago • 2 comments

联系方式

No response

1Panel 版本

v1.10.6-lts

问题描述

Fedora 40下无法通过 主机 -> 防火墙 修改防火墙设置

重现步骤

设置前

[root@zncookie ~]# firewall-cmd --list-all
FedoraServer (default, active)
  target: default
  ingress-priority: 0
  egress-priority: 0
  icmp-block-inversion: no
  interfaces: enp1s0
  sources: 
  services: cockpit dhcpv6-client ssh
  ports: 20000/tcp
  protocols: 
  forward: yes
  masquerade: no
  forward-ports: 
  source-ports: 
  icmp-blocks: 
  rich rules: 

尝试在 主机 -> 防火墙 里放行60022 TCP 重新用firewall-cmd --list-all查看防火墙配置 无变化 且测试相应端口无法连接

期待的正确结果

正确情况下,应该能控制防火墙来放行相应端口

相关日志输出

No response

附加信息

No response

ZnCookie avatar May 03 '24 17:05 ZnCookie

感谢反馈。1Panel 暂未适配过上述操作系统,当前版本可以考虑使用 Ubuntu、CentOS、Debian 等操作系统来部署 1Panel。

后续版本可能会考虑适配。

wanghe-fit2cloud avatar May 04 '24 03:05 wanghe-fit2cloud

使用下面命令查询一下试试 firewall-cmd --zone=public --list-all

ssongliu avatar May 06 '24 01:05 ssongliu