Skip to content

Instantly share code, notes, and snippets.

@mtrimarchi
Last active October 18, 2023 13:47
Show Gist options
  • Save mtrimarchi/b3b4addeb21081be6a561d8d90e051f5 to your computer and use it in GitHub Desktop.
Save mtrimarchi/b3b4addeb21081be6a561d8d90e051f5 to your computer and use it in GitHub Desktop.
Disable IPv6 link-local using Netplan
# /etc/sysctl.d/99-ipv6-disable.conf
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment