Ubuntu/IPv6: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 May 2026

  • curprev 20:1020:10, 4 May 2026Kenneth talk contribs 293 bytes +3 No edit summary
  • curprev 20:1020:10, 4 May 2026Kenneth talk contribs 290 bytes +290 Created page with "== Disable IPv6 == <pre> cat >> /etc/sysctl.conf << "EOF" net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 EOF sudo sysctl -p </pre> Premenent: <pre> /etc/default/grub GRUB_CMDLINE_LINUX="ipv6.disable=1" sudo update-grub </pre>"