-
Notifications
You must be signed in to change notification settings - Fork 59
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
Disabling IPv6 #522
Comments
That should work normally. What you're probably hitting up against is that Ignition itself needs networking on first boot and by default will try to DHCP over IPv6. We're working on dropping that requirement when possible (#443) so that you can boot without starting networking at all until Ignition has written out files. What platform are you on?
Not yet, but it's on the roadmap. :) The current way to do this for now is a systemd service with |
You can also use the Live ISO. |
What do you mean? |
A lot of related discussion in openshift/enhancements#210 We still need to distill some of the core bits down into https://docs.fedoraproject.org/en-US/fedora-coreos/bare-metal/#_installing_from_live_iso but basically you use |
Hello,
Is there a way to disable IPv6 at bootup? I have tried using /etc/sysctl.d conf files and NetworkManager connections files but none seem to work.
I saw that you could modify the GRUB to include ipv6.disable=1 but I'm not sure if you can do that with the ignition.
What would be the appropriate and most efficient method to achieve this?
The text was updated successfully, but these errors were encountered: