-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
REJECT iptables rule not applying after 6.12.1 => 6.12.4 upgrade #361
Comments
Since this was likely then an upstream issue, I think we can close this, since its fixed .5. :) |
Reopening the issue as it reproduces on 6.12.6. |
The kernel is built with the following config, from the official PKGBUILD (not the linux-cachyos-deb script):
packaging happens using https://paste.daniil.it/package-kernel.sh |
Built for -march=znver4 |
Can this be reproduced in a stock 6.12.6/6.12.7 kernel? |
Actually, it cannot be reliably reproduced even with the custom-built kernel, might be caused by a combination of factors... |
Are you sure this is a kernel bug and not a bug that was introduced from another package?, e.g. if you go back to 6.12.1, does everything work correctly? |
The issue is most definitely caused by another package, in conjunction with the kernel upgrade. |
Have you figured out the corresponding package that introduced this? If so, has a bug report been made in the upstream project instead? if that is also yes, please link the bug report here :) |
An iptables setup containing a
iptables -D INPUT -j REJECT --reject-with icmp-host-prohibited
doesn't block incoming connections on 6.12.4, on an Ubuntu system running the cachyos kernel.Everything worked correctly on 6.12.1, and testing on a dev cachyos machine on 6.12.5 also seems to work fine: will attempt to test 6.12.5 on ubuntu, opening this issue just to track the existence of the problem at least on 6.12.4.
The text was updated successfully, but these errors were encountered: