-
Notifications
You must be signed in to change notification settings - Fork 10
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
setup ipv6 firewall #8
Comments
I just dug around for a little while and it appears that ipv6 is disabled
It is still possible to add some firewalling, but is it necessary? |
It appears we can add |
Disabling it anyway, #31 also adds a reboot, so I think we need to start figuring out some smoke tests to make sure everything still works and starts automatically properly. |
This may cause errors on subsequent runs of |
The hardening module disables ipv6, but the kernel module is stlll loaded at boot, so we're vulnerable to ipv6-based exploits until sysctl is loaded, which is a pretty slim period of time during the boot sequence. I don't know how serious we want to get on this. I think disabling it using sysctl is sufficient and we can close this one. |
I think we still want to configure ip6tables: From https://wiki.archlinux.org/index.php/IPv6#Other_programs
I'm worried we will not think about ipv6 at all and then set up a service that binds itself to an ipv6 port without us realizing. |
I think we can just block everything for now until we support ipv6
The text was updated successfully, but these errors were encountered: