-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] The ufw firewall of the debain12 system disables ping, and will become pingable after restarting the ufw service or restarting the server. #7454
Comments
感谢反馈,我们先在 Debian 12 服务器中验证一下上述问题,并测试一下兼容性。 |
可以复现吗,我试用了其他的服务器,安装Debian 12,测试是一样的结果 |
Can it be reproduced? I tried other servers and installed Debian 12. The test results are the same. |
开发环境已经复现该问题,看起来是防火墙重启后,sysctl.conf 没有正常生效,手动执行 sysctl -p 就好使了。 |
The problem has been reproduced in the development environment. It seems that after the firewall is restarted, sysctl.conf does not take effect normally. Manually executing sysctl -p will solve the problem. |
好的,确定问题就好,目前重新开关一下禁ping选项也是可以的 |
Okay, just confirm the problem. Now you can turn on and off the ping ban option again. |
|
Contact Information
No response
1Panel Version
1.10.22
Problem Description
debain12系统的ufw防火墙禁ping,会在重启ufw服务或重启服务器后变为可ping的状态
Steps to Reproduce
The expected correct result
No response
Related log output
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: