-
Notifications
You must be signed in to change notification settings - Fork 2
ICMP6 Helper Segmentation Fault #8
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
Comments
The issue appears to be resolved upstream, however there is also a workaround by reordering the modules in each rule ( |
This appears to still be broken, but for a different reason. When the comment gets appended to the rule, netfilter barfs with Reversing the order of the
Possibly fixed upstream here: http://comments.gmane.org/gmane.comp.security.firewalls.netfilter.devel/37138 Still broken on Debian 6 and CentOS 6 presently. Work around by adding |
Appears to be resolved upstream according to the original netfilter bug report: Reported to CentOS for investigation of including upstream fixes: |
Reported to RedHat for inclusion in RHEL6, in order for it to flow down to CentOS: https://bugzilla.redhat.com/show_bug.cgi?id=921403 |
RedHat have closed bug report as "Can't Fix" so this will probably remain an issue for RHEL 6 and CentOS 6 users. |
There is an upstream bug in ip6tables that causes segmentation faults. Refer http://bugzilla.netfilter.org/show_bug.cgi?id=766
There are certain protective rules commented in the helper at the moment.
They need to be uncommented when upstream fixes the issue.
The text was updated successfully, but these errors were encountered: