Skip to content

Instantly share code, notes, and snippets.

@dameyerdave
Last active February 26, 2024 16:22
Show Gist options
  • Save dameyerdave/723ff4c06e23825c168d251b370b6423 to your computer and use it in GitHub Desktop.
Save dameyerdave/723ff4c06e23825c168d251b370b6423 to your computer and use it in GitHub Desktop.
Ubuntu disable ipv6
vi /etc/default/grub
...
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1"
GRUB_CMDLINE_LINUX="ipv6.disable=1"
...
update-grub
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment