Topic: Disable IPv6 possible?
This feels like a silly question but I've just heard it's very hard to do in most distros. Is it possible to disable IPv6?
You are not logged in. Please login or register.
We are very pleased and happy to announce the newest release of Hyperbola GNU/Linux-libre with v0.4.4.
See our official news for further details.
HyperForum → System → Disable IPv6 possible?
This feels like a silly question but I've just heard it's very hard to do in most distros. Is it possible to disable IPv6?
This should help:
1. Create a file like this: /etc/sysctl.d/40-ipv6.conf
2. Enter the following within:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
Or edit the file
doas nano /etc/default/grub
and add ipv6.disable=1 to GRUB_CMDLINE_LINUX_DEFAULT=""
I added the option for flasroom and in my case it looks like this
GRUB_CMDLINE_LINUX_DEFAULT="quiet ipv6.disable=1 iomem=relaxed "
don't forget
doas grub-mkconfig -o /boot/grub/grub.cfg
HyperForum → System → Disable IPv6 possible?
Powered by PunBB, supported by Informer Technologies, Inc.