Skip to content

Instantly share code, notes, and snippets.

@nezuppo
Last active September 8, 2018 07:37
Show Gist options
  • Save nezuppo/3aced677a652fae9fb388bff29174a31 to your computer and use it in GitHub Desktop.
Save nezuppo/3aced677a652fae9fb388bff29174a31 to your computer and use it in GitHub Desktop.
Azure 上の Ubuntu 18.04 で IPv6 無効化
$ diff -U 0 /etc/default/grub{.org,}
--- /etc/default/grub.org 2018-09-07 16:22:56.258467498 +0000
+++ /etc/default/grub 2018-09-08 07:25:50.275936372 +0000
@@ -11 +11 @@
-GRUB_CMDLINE_LINUX=""
+GRUB_CMDLINE_LINUX="ipv6.disable=1"
$ sudo update-grub
$ sudo shutdown -r now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment